| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-05 | fix: Disable automatic image building if BUILD_SANDBOX is not provided (#764) | Tolik Malibroda | |
| 2025-06-05 | feat: Add multi-stage docker build support for custom sandbox.Dockerfile (#746) | Tolik Malibroda | |
| 2025-06-05 | Add Theme docs (#753) | Miguel Solorio | |
| 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-03 | Update configuration.md (#722) | Cindy Xing | |
| 2025-06-03 | document mcp server trust option (#719) | Olcan | |
| 2025-06-02 | allow toolDiscoveryCommand to return function declarations with or without a ↵ | Olcan | |
| tool wrapper; fully document both toolDiscoveryCommand and toolCallCommand with examples and pointers to API docs (#696) | |||
| 2025-05-31 | feat: allow custom filename for context files (#654) | Allen Hutchison | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-30 | docs: Update README, CONTRIBUTING, and CLI configuration docs (#591) | cperry-goog | |
| cleaning up for now, will take another pass | |||
| 2025-05-20 | coreTools doc tweak (#452) | Olcan | |
| 2025-05-20 | Docs: Update CLI and Server documentation for recent features (#430) | cperry-goog | |
| 2025-05-17 | rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411) | Olcan | |
| 2025-05-16 | Docs: Update MCP server configuration (#396) | N. Taylor Mullen | |
| 2025-05-16 | fixes and tweaks to docs, mostly related to sandboxing (#385) | Olcan | |
| 2025-05-15 | Docs: Fix broken links and update documentation (#377) | cperry-goog | |
| 2025-05-15 | Docs: Add initial project documentation structure and content (#368) | cperry-goog | |
| Co-authored-by: Taylor Mullen <[email protected]> | |||
