| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-29 | refactor: remove unnecessary assertion (#2579) | Noritaka Kobayashi | |
| 2025-06-29 | refactor: use for...of loop instead of traditional for loop (#1840) | Noritaka Kobayashi | |
| 2025-06-27 | Add privacy notice slash command (#2059) | Tommaso Sciortino | |
| 2025-06-27 | Add the current auth method and GCP Project config to the about message (#2112) | Preston Holmes | |
| 2025-06-27 | Explicit message for missing subcommand (#2019) | Seth Troisi | |
| 2025-06-26 | When resuming a checkpoint always add items to history even if not shown (#1653) | Billy Biggs | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-25 | Streamline issue submission with YAML forms (#1608) | Jerop Kipruto | |
| 2025-06-25 | fix: prepublish changes to package names (#1420) | Brandon Keiji | |
| 2025-06-25 | refactor: remove deplicate dependency in slashCommandProcessor (#1410) | Scott Densmore | |
| Co-authored-by: matt korwel <[email protected]> | |||
| 2025-06-24 | Add slashCommand dependency (#1401) | Seth Troisi | |
| 2025-06-24 | [JUNE 25] Permanent failover to Flash model for OAuth users after persistent ↵ | Bryan Morgan | |
| 429 errors (#1376) Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-24 | Add `/chat list` (#1361) | Seth Troisi | |
| 2025-06-23 | moving `/save`, `/resume` to `/chat <save|resume>` (#1355) | Seth Troisi | |
| 2025-06-23 | Include all chat messages (#1354) | Seth Troisi | |
| 2025-06-23 | feat: Open MCP docs if no MCPs are configured (#1325) | N. Taylor Mullen | |
| 2025-06-23 | Use shorter URL for docs link (#1324) | Mark McDonald | |
| 2025-06-22 | feat: Add /docs command and update UI (#1297) | N. Taylor Mullen | |
| 2025-06-21 | Update memory and context summary UI for multiple context filenames (#1282) | Billy Biggs | |
| 2025-06-20 | Support autocompletion for checkpoints (#1253) | Louis Jimenez | |
| 2025-06-20 | Make checkpoints configurable in settings.json (#1251) | Louis Jimenez | |
| 2025-06-19 | Auth First Run (#1207) | matt korwel | |
| Co-authored-by: Tommaso Sciortino <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-06-18 | fix: check package.json for app version (#1160) (#1182) | Brandon Keiji | |
| 2025-06-17 | code review followup for compress command (#1097) | Jacob MacDonald | |
| Followup to https://github.com/google-gemini/gemini-cli/pull/986 | |||
| 2025-06-16 | feat: clear should also clear chat history (#1008) | Abhi | |
| 2025-06-15 | Update /tools desc to show the name of each tool as known to the model (#1091) | Billy Biggs | |
| 2025-06-15 | Support completion of checkpoint names in /resume (#1063) | Billy Biggs | |
| 2025-06-15 | Add support for /mcp schema to show full parameter schema as JSON (#1050) | Billy Biggs | |
| Outputs a raw JSON version of the parameter names and descriptions as provided to the model, plus minor formatting adjustments to /mcp desc. | |||
| 2025-06-15 | Add support for showing descriptions of CLI tools (#1052) | Billy Biggs | |
| Adds support for /tools desc to show the full description of tools as provided to the model. | |||
| 2025-06-14 | feat: Add custom URL support for the /bug command (#1017) | Allen Hutchison | |
| 2025-06-14 | Add `/compress` command to force a compression of the context (#986) | Jacob MacDonald | |
| Related to https://b.corp.google.com/issues/423605555 - I figured this might be a simpler solution to start with, while still also being useful on its own even if we do implement that. | |||
| 2025-06-13 | Edit wording in /edit description (#1006) | Leo | |
| 2025-06-11 | feat: External editor settings (#882) | Leo | |
| 2025-06-11 | Show session summary on exit for ctrl+c x 2. Fix exit UI (#963) | Abhi | |
| 2025-06-11 | clean chat history before /resume (#949) | Seth Troisi | |
| 2025-06-11 | feat: Add exit UI w/ stats (#924) | Abhi | |
| 2025-06-11 | Restore Checkpoint Feature (#934) | Louis Jimenez | |
| 2025-06-11 | refactor: Centralize session ID generation and propagation | jerop | |
| 2025-06-10 | Add [tag] to /save and /resume (#916) | Seth Troisi | |
| 2025-06-10 | logConversation | Seth Troisi | |
| loadConversation /resume clean up for review | |||
| 2025-06-10 | feat: Add UI for /stats slash command (#883) | Abhi | |
| 2025-06-10 | addressed b/423798481 (#887) | Bryan Morgan | |
| 2025-06-09 | feat: Display initial token usage metrics in /stats (#879) | Abhi | |
| 2025-06-08 | Bryanmorgan/add tool source description (#856) | Bryan Morgan | |
| 2025-06-08 | feat: Introduce session context and add session duration stat for `/stats` ↵ | Abhi | |
| command (#854) | |||
| 2025-06-07 | Bryanmorgan/add mcp description support (#825) | Bryan Morgan | |
| 2025-06-07 | refactor: rename gemini-code to gemini-cli (#822) | cperry-goog | |
| 2025-06-07 | Added /mcp command support and cleaned up broken tests (#817) | Bryan Morgan | |
| 2025-06-07 | More version simplifiction. (#810) | Tommaso Sciortino | |
| 2025-06-04 | Add `/tools` slash command to view available tools (#752) | Eddie Santos | |
| 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]> | |||
