fix: remove circular dependency in background terminal analyzer (#94)

This commit is contained in:
Brandon Keiji
2025-04-21 14:27:11 -07:00
committed by GitHub
parent 8f8e0d89d5
commit 587d21988f
@@ -5,11 +5,8 @@
*/
import { Content, SchemaUnion, Type } from '@google/genai';
import {
getErrorMessage,
isNodeError,
GeminiClient,
} from '@gemini-code/server';
import { getErrorMessage, isNodeError } from '../utils/errors.js';
import { GeminiClient } from '../core/gemini-client.js';
import { Config } from '../config/config.js';
import { promises as fs } from 'fs';
import { exec as _exec } from 'child_process';