Files
gemini-cli/packages
Adam Weidman 59bdc064d1 feat(tools): implement tactful extraction rework for token efficiency
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.
2026-02-12 11:32:32 -05:00
..