| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-20 | Reword auth dialog options (#1246) | Tommaso Sciortino | |
| 2025-06-19 | Initially hide some Auth options behind "More..." (#1245) | Tommaso Sciortino | |
| 2025-06-20 | fix: flicker of StreamingState to Idle when tool finishes (#1190) (#1216) | N. Taylor Mullen | |
| Co-authored-by: Asad Memon <[email protected]> | |||
| 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-19 | Fix flicker issues by ensuring all actively changing content fits in the ↵ | Jacob Richman | |
| viewport (#1217) | |||
| 2025-06-18 | feat: consolidate sandbox configurations into a single object (#1154) | Brandon Keiji | |
| 2025-06-18 | fix: check package.json for app version (#1160) (#1182) | Brandon Keiji | |
| 2025-06-18 | fix: regression in completion filtering (#1135) | Anas H. Sulaiman | |
| 2025-06-17 | feat: shell history (#1169) | Abhi | |
| 2025-06-17 | Support escaping carriage returns with \ (#1127) | Billy Biggs | |
| 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-17 | Auto-update notifications (#1110) | Eddie Santos | |
| 2025-06-16 | Update /help page (#1119) | Miguel Solorio | |
| 2025-06-16 | Fix bug where single line inserts were deleting all text after the in… (#1114) | Jacob Richman | |
| 2025-06-16 | feat: clear should also clear chat history (#1008) | Abhi | |
| 2025-06-16 | feat: text-buffer: input sanitization and delete character handling. (#1031) | Jacob Richman | |
| 2025-06-16 | feat(cli): Standardize keyboard shortcut hints (#1092) | N. Taylor Mullen | |
| 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 | feat: Adds shell command context to gemini history (#1076) | Abhi | |
| 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 | 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 | feat: Show model thoughts while loading (#992) | Asad Memon | |
| 2025-06-15 | feat: Add token stats in footer (#909) | Asad Memon | |
| 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 | bug: Fix code colorizer (#1046) | Leo | |
| 2025-06-14 | centralize file filtering in `FileDiscoveryService` (#1039) | Anas H. Sulaiman | |
| 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 | Improvements to web-fetch tool (#1030) | Allen Hutchison | |
| 2025-06-13 | initialize `FileDiscoveryService` once (#1029) | Anas H. Sulaiman | |
| 2025-06-13 | feat(cli): support ctrl+d to exit (#878) | Daniel Lee | |
| Similar to ctrl+c, ctrl+d can now be used to exit the program. To avoid accidental exit, ctrl+d must be pressed twice in relatively quick succession (same as ctrl+c). Following common UX pattern, ctrl+d will be ignored when the input prompt is non-empty. This behavior is similar to how most shell (bash/zsh) behaves. To support this, I had to refactor so that text buffer is initialized outside of the InputPrompt component and instead do it on the main App component to allow input controller to have access to check the content of the text buffer. | |||
| 2025-06-13 | Update contextFileName to support an optional list of strings (#1001) | Billy Biggs | |
| 2025-06-13 | cleanup unused `allowBuildArtifacts` (#1010) | Anas H. Sulaiman | |
| 2025-06-13 | cleanup unused `customIgnorePatterns` (#1009) | Anas H. Sulaiman | |
| 2025-06-13 | Edit wording in /edit description (#1006) | Leo | |
| 2025-06-13 | Replace logo with custom ASCII (#958) | Miguel Solorio | |
| 2025-06-12 | Reduce coupling between core and cli packages (#961) | Marat Boshernitsan | |
| Co-authored-by: Marat Boshernitsan <[email protected]> | |||
| 2025-06-12 | Have @ pass through images and other Part objects (#990) | Seth Troisi | |
| 2025-06-12 | Fixed @ file content not being added or sent to server (#962) | Seth Troisi | |
| 2025-06-12 | telemetry: include user decisions in tool call logs (#966) | Jerop Kipruto | |
| Add the user's decision (accept, reject, modify) to tool call telemetry to better understand user intent. The decision provides crucial context to the `success` metric, as a user can reject a call that would have succeeded or accept one that fails. Also prettify the arguments json. Example:  #750 | |||
| 2025-06-12 | bug: only show tool tokens if > 0 (#985) | Abhi | |
| 2025-06-12 | remove enable editor flag (#984) | Leo | |
| 2025-06-12 | Ignore dot files on @-completion. (#978) | DeWitt Clinton | |
| 2025-06-12 | Improve the performance of filename completion over large repositories. (#938) | DeWitt Clinton | |
| 2025-06-11 | Revert "Add support for local logging per session (#936)" (#970) | anj-s | |
| 2025-06-11 | Telemetry: Improve clarity of user prompt event (#967) | Jerop Kipruto | |
| 2025-06-11 | feat: External editor settings (#882) | Leo | |
