mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 07:43:00 -07:00
31ebfb496a
- Created ToolPreselectionService using the classifier model to select only relevant tools for a given prompt. - Integrated pre-selection into LocalAgentExecutor and GeminiClient to automatically filter the tool registry. - Added `general.toolPreselection` toggle in configuration (enabled by default). - Added comprehensive unit tests and an E2E scenario confirming accurate tool reduction without loss of function. - Fixes #17113