mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Remove duplicate CLI tools module, remove the global tool registry (#89)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
import { Content, SchemaUnion, Type } from '@google/genai';
|
||||
import {
|
||||
Config,
|
||||
getErrorMessage,
|
||||
isNodeError,
|
||||
GeminiClient,
|
||||
} from '@gemini-code/server';
|
||||
import { Config } from '../config/config.js';
|
||||
import { promises as fs } from 'fs';
|
||||
import { exec as _exec } from 'child_process';
|
||||
import { promisify } from 'util';
|
||||
|
||||
Reference in New Issue
Block a user