| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-23 | Add error messaging for 429 errors (#1316) | Abhi | |
| 2025-06-23 | refactor: rename `disableDataCollection` to `dataCollectionEnabled` (#1319) | Jerop Kipruto | |
| Renames the `disableDataCollection` flag to the more intuitive and positive `dataCollectionEnabled`. This change improves code clarity by avoiding double negatives and making the purpose of the flag more direct. The logic has been inverted wherever the flag is used to accommodate the new naming convention. Using a suffix like `"Enabled"` follows a common convention that improves readability. - A condition like `if (dataCollectionEnabled)` reads like a natural language sentence ("if data collection is enabled"), which reduces cognitive load. - Distinguishes the boolean flag (representing a state) from potential functions that would perform an action (e.g., `enableDataCollection()` or `disableDataCollection()`), avoiding ambiguity between checking a value and calling a function. #750 | |||
| 2025-06-22 | Scotdensmore/first run auth fix (#1322) | Scott Densmore | |
| 2025-06-23 | Fix so that pressing ctrl-s a second time toggles off constrain height mode ↵ | Jacob Richman | |
| (#1306) | |||
| 2025-06-23 | Use shorter URL for docs link (#1324) | Mark McDonald | |
| 2025-06-23 | {bug} Vertex Auth Support (#1302) | matt korwel | |
| Co-authored-by: Tommaso Sciortino <[email protected]> | |||
| 2025-06-22 | Plumb extension context filenames through for /memory refresh (#1312) | Billy Biggs | |
| 2025-06-22 | update tips (#1315) | cperry-goog | |
| 2025-06-22 | Jacob314/auto exit unconstrained height mode (#1293) | Jacob Richman | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-22 | feat: Only show ctrl-s when idle (#1299) | N. Taylor Mullen | |
| 2025-06-22 | feat: Add /docs command and update UI (#1297) | N. Taylor Mullen | |
| 2025-06-22 | Clearcut logging - initial implementation (#1274) | owenofbrien | |
| Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc. | |||
| 2025-06-22 | feat: Add client-initiated tool call handling (#1292) | Abhi | |
| 2025-06-22 | Add setting enableRecursiveFileSearch to control @-file completion (#1290) | Billy Biggs | |
| 2025-06-22 | Jacob314/overflow notification and one MaxSizedBox bug fix (#1288) | Jacob Richman | |
| 2025-06-21 | feat(cli): update Tips.tsx component (#1284) | cperry-goog | |
| 2025-06-21 | Update memory and context summary UI for multiple context filenames (#1282) | Billy Biggs | |
| 2025-06-21 | Fix Static duplication and input prompt tearing (#1279) | Sandy Tao | |
| 2025-06-20 | bug: fix cancel after a tool has been used (#1270) | Abhi | |
| 2025-06-20 | Auth timeout (#1263) | matt korwel | |
| 2025-06-20 | Auth blocking (#1261) | matt korwel | |
| 2025-06-20 | feat(auth): handle auth flow errors gracefully (#1256) | N. Taylor Mullen | |
| 2025-06-20 | Prevent hard crashing on update notifier fail. (#1254) | N. Taylor Mullen | |
| 2025-06-20 | Turn off debug logging of MaxSizedBox errors by default. (#1228) | Jacob Richman | |
| 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 | Move the shell history our of the project .gemini to the home dir (#1195) | Louis Jimenez | |
| 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 | |
