mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 04:48:09 -07:00
59bdc064d1
This PR optimizes how the agent explores and reads code by providing precision extraction tools and mandating token frugality. Key Changes: - Restore precision to read_file with 1-based start_line and end_line for Gemini 3. - Update tool descriptions to establish extraction hierarchy (rg > shell/sed > read_file). - Codify 'Be Token-Frugal' mandate in system prompt snippets. - Refine research workflow to allow context-based validation via search tools. - Merge latest main improvements including Search Frugality parameters. - Update unit tests and verified build integrity.