| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-29 | refactor: remove unnecessary assertion (#2579) | Noritaka Kobayashi | |
| 2025-06-29 | feat: add Neovim editor support (#1448) | yuki yano | |
| 2025-06-29 | refactor: use for...of loop instead of traditional for loop (#1840) | Noritaka Kobayashi | |
| 2025-06-29 | Esc to exit privacy screen in error state (#2527) | Tommaso Sciortino | |
| 2025-06-29 | 📦 NEW: Theme Shades of Purple (#2114) | Ahmad Awais ⌘ | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-28 | feat: add VSCodium editor support (#2299) | Pyush Sinha | |
| Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: Allen Hutchison <[email protected]> | |||
| 2025-06-28 | quiet dotenv log message (#2239) | Mot | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-28 | Fix typos (#1629) | SADIK KUZU | |
| Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-06-27 | Updates error handling in case of incorrect tool calling. (#2304) | Vachan | |
| 2025-06-27 | Upgrade to Ink 6 and React 19 (#2096) | Sandy Tao | |
| Co-authored-by: jacob314 <[email protected]> | |||
| 2025-06-27 | Update Auth Label to include AI Studio (#2130) | Philipp Schmid | |
| Co-authored-by: Allen Hutchison <[email protected]> | |||
| 2025-06-27 | Add privacy notice slash command (#2059) | Tommaso Sciortino | |
| 2025-06-27 | Handle stdin for prompts using readline for escape character parsing (#1972) | Billy Biggs | |
| 2025-06-27 | Add the current auth method and GCP Project config to the about message (#2112) | Preston Holmes | |
| 2025-06-27 | Refine Fallback message providing more options. (#1961) | Srinath Padmanabhan | |
| 2025-06-27 | Explicit message for missing subcommand (#2019) | Seth Troisi | |
| 2025-06-26 | Improve LoadCodeAssist error handling (#1645) | Tommaso Sciortino | |
| 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-26 | chore: fix typos in comment-out (#1540) | Noritaka Kobayashi | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 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-26 | Fix doc link in the auth dialog (#1688) | anj-s | |
| 2025-06-25 | Streamline issue submission with YAML forms (#1608) | Jerop Kipruto | |
| 2025-06-25 | Merge "Login with Google Workspace" auth option into "Login with Google" (#1574) | Tommaso Sciortino | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-25 | Add tos and privacy links docs for clarity (#1571) | anj-s | |
| 2025-06-25 | feat: Refine model fallback messaging to reflect reality. (#1527) | N. Taylor Mullen | |
| 2025-06-25 | Clarify why authentication failures might be happening and direct users to ↵ | Marat Boshernitsan | |
| documentation (#1478) Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: matt korwel <[email protected]> | |||
| 2025-06-25 | Shipping it! (#1418) | N. Taylor Mullen | |
| 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-25 | docs: fix typos in documentation (#1411) | Daniel Tedesco | |
| Co-authored-by: Dan Tedesco <[email protected]> | |||
| 2025-06-25 | [June 25] handle early output pipe closer (#1402) | Keith Ballinger | |
| 2025-06-25 | fix(update-notifier): resolve __dirname error on npx execution (#1406) | matt korwel | |
| 2025-06-24 | Add slashCommand dependency (#1401) | Seth Troisi | |
| 2025-06-24 | fix: use correct directory for update checks (#1394) | Marat Boshernitsan | |
| 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 | Truncate all strings before displaying in a tool messages to avoid stack ↵ | Jacob Richman | |
| overflows (#1395) | |||
| 2025-06-24 | Remove uses of the spread operator that appear to have caused a maximum call ↵ | Jacob Richman | |
| stack size exceeded error (#1389) | |||
| 2025-06-24 | Jacob314/max old space (#1314) | Jacob Richman | |
| 2025-06-24 | Do not render mcp responses as markdown (#1388) | Sandy Tao | |
| 2025-06-24 | Bug/1369 at command recursive search (#1370) | Billy Biggs | |
| 2025-06-23 | Add Zed Editor to Eidtor List (#1372) | Scott Densmore | |
| 2025-06-24 | feat: add custom message for 429 errors (#1366) | Abhi | |
| 2025-06-24 | Improve Auth error messaging (#1358) | Tommaso Sciortino | |
| 2025-06-24 | Add `/chat list` (#1361) | Seth Troisi | |
| 2025-06-24 | Refactor usage statistics to be a top-level setting (#1363) | Jerop Kipruto | |
| This commit refactors the `usageStatisticsEnabled` setting from a sub-property of the `telemetry` configuration to a top-level setting. This change simplifies the configuration by decoupling usage statistics from the telemetry settings. The documentation has also been updated to reflect this change. | |||
| 2025-06-23 | moving `/save`, `/resume` to `/chat <save|resume>` (#1355) | Seth Troisi | |
| 2025-06-23 | Polish Theme Dialog (#1356) | Jacob Richman | |
| 2025-06-23 | Include all chat messages (#1354) | Seth Troisi | |
| 2025-06-23 | Ensure telemetry events are flushed immediately (#1344) | Jerop Kipruto | |
| The previous implementation used `flushIfNeeded` to batch most telemetry events, but it was not reliably sending them, leading to data loss. Notably, the `startSession` event, which already used `flushToClearcut`, was working correctly, indicating an issue with the batching logic itself. This change replaces all calls to `flushIfNeeded` with `flushToClearcut` to align all event logging with the working `startSession` implementation and ensure that events are sent immediately. This prioritizes the reliability of data collection over network efficiency. This is a temporary solution to prevent further data loss. The underlying issue with the batching mechanism in `flushIfNeeded` should be investigated and fixed in the future, at which point this change can be reverted. | |||
| 2025-06-23 | Updated docs and /stats command to support lack of token caching support for ↵ | Bryan Morgan | |
| OAuth users (b/426943001) (#1307) | |||
