mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 17:16:39 +00:00
add excludeTools flag to settings.json config (#957)
This commit is contained in:
@@ -44,6 +44,7 @@ vi.mock('@gemini-cli/core', async () => {
|
||||
getQuestion: () => params.question,
|
||||
getFullContext: () => params.fullContext,
|
||||
getCoreTools: () => params.coreTools,
|
||||
getExcludeTools: () => params.excludeTools,
|
||||
getToolDiscoveryCommand: () => params.toolDiscoveryCommand,
|
||||
getToolCallCommand: () => params.toolCallCommand,
|
||||
getMcpServerCommand: () => params.mcpServerCommand,
|
||||
|
||||
Reference in New Issue
Block a user