| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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]> | |||
| 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-30 | fix(sandbox): prepare package.json before building sandbox image (#626) | Brandon Keiji | |
| 2025-05-28 | Display git commit info in the /about section. (#567) | DeWitt Clinton | |
| This change detects the most recent git commit short hash and writes it to the `GIT_COMMIT_INFO` constant in `packages/cli/src/generated/git-commit.sh`, optionally appending the string "(local modifications)" if additional local changes after that commit are detected. If set, this string is displayed in the `/about` dialog as well as passed into the `/bug` template. Example: ``` > /about ╭───────────────────────────────────────────────────────────────────────────╮ │ │ │ About Gemini CLI │ │ │ │ CLI Version development │ │ Git Commit 43370ab (local modifications) │ │ Model gemini-2.5-pro-preview-05-06 │ │ Sandbox sandbox-exec (minimal) │ │ OS darwin v23.11.0 │ │ │ ╰───────────────────────────────────────────────────────────────────────────╯ ``` Additionally, this change updates `.gitignore` to ignore the generated files, `scripts/clean.sh` to remove them, and adds a `npm run generate` stage for this and any other generators we need to write. | |||
| 2025-05-23 | Update packages/cli/src/ui/hooks/slashCommandProcessor.ts | Miguel Solorio | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-23 | Add `/about` command | Miguel Solorio | |
| 2025-05-23 | Refactor(cli): Move memory add logic to server tool call (#493) | Allen Hutchison | |
| 2025-05-22 | Refactor: Streamline memoryUtils and update slash commands (#478) | Allen Hutchison | |
| 2025-05-21 | Fix: Resolve CLI version reporting in /bug command (#455) | Allen Hutchison | |
| 2025-05-19 | feat(cli): Implement /bug command and add open dependency (#428) | Allen Hutchison | |
| 2025-05-17 | Introduce a small easter egg. Woof. (#412) | DeWitt Clinton | |
| Also changes auto-completion and /help to skip over slash commands that don't contain a description to avoid spoiling the surprise. | |||
| 2025-05-16 | feat: Implement CLI and model memory management (#371) | Allen Hutchison | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-15 | Have /clear also clear the console. | Seth Troisi | |
| 2025-05-14 | Improvements to suggestions & slash commands (#344) | Miguel Solorio | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-14 | This commit introduces the hierarchical memory feature, allowing GEMI… (#327) | Allen Hutchison | |
| 2025-05-13 | refactor: move nested debugmessage and slashcommand hooks outside of ↵ | Brandon Keiji | |
| useGeminiStream (#341) | |||
| 2025-05-06 | refactor(cli): Centralize history management via useHistoryManager hook (#261) | Allen Hutchison | |
| 2025-05-06 | Refactor: Memoize hook callbacks, update dependencies, and fix lint errors ↵ | Allen Hutchison | |
| (#268) Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-06 | fix: use flat config for react eslint plugin (#265) | Brandon Keiji | |
| 2025-05-05 | slash command altnames and support for ? | Seth Troisi | |
| 2025-05-05 | Move Intro to Help and only display after help command. | Seth Troisi | |
| 2025-05-05 | Have /clear clear <Static> content by remounting (#250) | Seth Troisi | |
| 2025-04-30 | Moved theme to slashCommand | Seth Troisi | |
| 2025-04-30 | Added bang(!) commands as a shell passthrough | Seth Troisi | |
| 2025-04-29 | Add Intro text with list of /commands | Seth Troisi | |
| 2025-04-29 | Add /help | Seth Troisi | |
| 2025-04-29 | Refactor useGeminiStream to pull slash commands and passthrough comma… (#215) | Allen Hutchison | |
| * Refactor useGeminiStream to pull slash commands and passthrough commands into their own processors. * whitespace lint errors. * Add sugestions from code review. | |||
