mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
support for discovered tools using project settings for discovery and call commands
This commit is contained in:
@@ -89,5 +89,7 @@ export async function loadCliConfig(settings: Settings): Promise<Config> {
|
||||
argv.debug_mode || false,
|
||||
argv.question || '',
|
||||
argv.full_context || false,
|
||||
settings.toolDiscoveryCommand,
|
||||
settings.toolCallCommand,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -20,6 +20,8 @@ export enum SettingScope {
|
||||
export interface Settings {
|
||||
theme?: string;
|
||||
sandbox?: boolean | string;
|
||||
toolDiscoveryCommand?: string;
|
||||
toolCallCommand?: string;
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user