| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-20 | prefactor(commands): Command Service Prefactor for Extensible Commands (#4511) | Abhi | |
| 2025-07-17 | Migrate /corgi (#4419) | Abhi | |
| 2025-07-17 | updated `/quit` to use new slash command arch (#4259) | Harold Mciver | |
| Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-17 | update `/bug` to new slash command arch (#4246) | Harold Mciver | |
| Co-authored-by: Abhi <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-17 | update `/editor` to new slash command arch (#4153) | Harold Mciver | |
| Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-16 | Add /ide status & /ide install commands to manage IDE integration (#4265) | Shreya Keshive | |
| 2025-07-16 | update `/tools` to new slash command arch (#4236) | Harold Mciver | |
| Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: matt korwel <[email protected]> | |||
| 2025-07-16 | Move MCP slash command to new system (#3678) | Brian Ray | |
| Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-16 | migrate compress command (#4271) | Abhi | |
| 2025-07-15 | updated `/stats` to use new slash command arch (#4146) | Harold Mciver | |
| 2025-07-15 | migrate /about (#4207) | Abhi | |
| 2025-07-14 | updated '/auth' to use new slash command arch (#3797) | haroldmciver-go | |
| Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-11 | update /theme to new slash command arch (#3791) | haroldmciver-go | |
| Co-authored-by: matt korwel <[email protected]> Co-authored-by: Abhi <[email protected]> | |||
| 2025-07-09 | Adding TurnId to Tool call and API responses and error logs. (#3039) | uttamkanodia14 | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-07-07 | feature(commands) - Refactor Slash Command + Vision For the Future (#3175) | Abhi | |
| 2025-06-30 | feat: Change /stats to include more detailed breakdowns (#2615) | Abhi | |
| 2025-06-27 | Add the current auth method and GCP Project config to the about message (#2112) | Preston Holmes | |
| 2025-06-26 | fix: remove unnecessary @gemini-code/core mock from slashCommandProcessor ↵ | Masato Sugiyama | |
| test (#1739) 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-23 | feat: Open MCP docs if no MCPs are configured (#1325) | N. Taylor Mullen | |
| 2025-06-21 | Update memory and context summary UI for multiple context filenames (#1282) | Billy Biggs | |
| 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 | feat(test): Increase test coverage across CLI and Core packages (#1089) | N. Taylor Mullen | |
| 2025-06-15 | refactor(cli): Use excludeTools for non-interactive mode (#1072) | N. Taylor Mullen | |
| 2025-06-15 | Stabilize /bug command tests with consistent version mocking (#1070) | Jerop Kipruto | |
| The `/bug` command tests in `slashCommandProcessor.test.ts` were flaky due to inconsistent CLI versioning. This commit: - Implements a flexible, top-level mock for `getCliVersion` that can be overridden per test. - Sets a default mock value for `/bug` command tests via `beforeEach`. - Overrides the mock in one test case requiring a specific version ('test-version'). - Ensures the test's helper `getExpectedUrl` receives the correct explicit version. - Aligns the expected CLI version in the custom bug URL test with the default mock. These changes ensure consistent CLI versioning in tests, resolving flakiness. #1071 | |||
| 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-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 | feat: Add exit UI w/ stats (#924) | Abhi | |
| 2025-06-11 | Restore Checkpoint Feature (#934) | Louis Jimenez | |
| 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-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
