mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 07:10:34 -07:00
- ensure sub-agent tools and ActivateSkillTool respect the coreTools configuration - prevents unauthorized tool calls when using restricted toolsets, particularly with Gemini 3 - added missing web_fetch tool to CodebaseInvestigatorAgent toolConfig to match its system prompt These changes resolve several behavioral evaluation failures (e.g., save_memory) that occurred when the agent attempted to use incorrectly registered sub-agents or skills in restricted environments.