mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
add excludeTools flag to settings.json config (#957)
This commit is contained in:
parent
122678cc09
commit
6ecdecbdcc
5 changed files with 24 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ export interface Settings {
|
|||
theme?: string;
|
||||
sandbox?: boolean | string;
|
||||
coreTools?: string[];
|
||||
excludeTools?: string[];
|
||||
toolDiscoveryCommand?: string;
|
||||
toolCallCommand?: string;
|
||||
mcpServerCommand?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue