add excludeTools flag to settings.json config (#957)

This commit is contained in:
JingboWang1997-1 2025-06-11 14:32:23 -07:00 committed by GitHub
parent 122678cc09
commit 6ecdecbdcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 1 deletions

View file

@ -175,6 +175,7 @@ export async function loadCliConfig(
question: argv.prompt || '',
fullContext: argv.all_files || false,
coreTools: settings.coreTools || undefined,
excludeTools: settings.excludeTools || undefined,
toolDiscoveryCommand: settings.toolDiscoveryCommand,
toolCallCommand: settings.toolCallCommand,
mcpServerCommand: settings.mcpServerCommand,