| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-05 | OpenTelemetry Integration & Telemetry Control Flag (#762) | Jerop Kipruto | |
| 2025-06-04 | CLI_TITLE env var for setting the CLI title (#748) | Tommaso Sciortino | |
| 2025-06-04 | feat(accessibility): Add option to disable loading phrases (#745) | N. Taylor Mullen | |
| 2025-06-04 | Ignore folders files (#651) | Keith Ballinger | |
| # Add .gitignore-Aware File Filtering to gemini-cli This pull request introduces .gitignore-based file filtering to the gemini-cli, ensuring that git-ignored files are automatically excluded from file-related operations and suggestions throughout the CLI. The update enhances usability, reduces noise from build artifacts and dependencies, and provides new configuration options for fine-tuning file discovery. Key Improvements .gitignore File Filtering All @ (at) commands, file completions, and core discovery tools now honor .gitignore patterns by default. Git-ignored files (such as node_modules/, dist/, .env, and .git) are excluded from results unless explicitly overridden. The behavior can be customized via a new fileFiltering section in settings.json, including options for: Turning .gitignore respect on/off. Adding custom ignore patterns. Allowing or excluding build artifacts. Configuration & Documentation Updates settings.json schema extended with fileFiltering options. Documentation updated to explain new filtering controls and usage patterns. Testing New and updated integration/unit tests for file filtering logic, configuration merging, and edge cases. Test coverage ensures .gitignore filtering works as intended across different workflows. Internal Refactoring Core file discovery logic refactored for maintainability and extensibility. Underlying tools (ls, glob, read-many-files) now support git-aware filtering out of the box. Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-06-02 | feat(cli): Allow custom title in CLI header (#706) | Scott Densmore | |
| 2025-06-02 | feat(cli): add pro model availability check and fallback to flash (#608) | Allen Hutchison | |
| 2025-05-31 | feat: allow custom filename for context files (#654) | Allen Hutchison | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-31 | Update default & ANSI theme names (#637) | Miguel Solorio | |
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
| 2025-05-30 | feat: add --show_memory_usage flag to display memory usage in status bar (#606) | Jacob Richman | |
| 2025-05-18 | allow comments in settings.json | olcan | |
| 2025-05-17 | ability to override core system prompt (via .gemini/system.md) and specify ↵ | Olcan | |
| core tools via coreTools setting (e.g. coreTools:["ls", "GrepTool", ...]) ; added tests, but did not update docs for now (#413) | |||
| 2025-05-17 | added timeout setting to mcp server config, also switched to custom config ↵ | Olcan | |
| type without "stderr" field that does not make sense in settings (#410) | |||
| 2025-05-16 | improved mcp support, including standard "mcpServers" setting with multiple ↵ | Olcan | |
| named servers with command/args/env/cwd (#392) | |||
| 2025-05-05 | support for mcp tools | olcan | |
| 2025-05-05 | support for discovered tools using project settings for discovery and call ↵ | olcan | |
| commands | |||
| 2025-05-02 | sandbox setting and argument (#243) | Olcan | |
| 2025-05-01 | mount user settings in sandbox (#239) | Olcan | |
| 2025-05-01 | Save settings to ~/.gemini/settings.json and optionally ↵ | Jacob Richman | |
| /your/workspace/.gemini/settings.json (#237) | |||
