diff --git a/docs/changelogs/index.md b/docs/changelogs/index.md index 5cd0ff8f9c..a1d45ed0b4 100644 --- a/docs/changelogs/index.md +++ b/docs/changelogs/index.md @@ -18,6 +18,93 @@ on GitHub. | [Preview](preview.md) | Experimental features ready for early feedback. | | [Stable](latest.md) | Stable, recommended for general use. | +## Announcements: v0.25.0 - 2026-01-20 + +- **Skills and Agents Improvements:** We've enhanced the `activate_skill` tool, + added a new `pr-creator` skill + ([#16232](https://github.com/google-gemini/gemini-cli/pull/16232) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), enabled skills by + default, improved the `cli_help` agent + ([#16100](https://github.com/google-gemini/gemini-cli/pull/16100) by + [@scidomino](https://github.com/scidomino)), and added a new `/agents refresh` + command ([#16204](https://github.com/google-gemini/gemini-cli/pull/16204) by + [@joshualitt](https://github.com/joshualitt)). +- **UI/UX Refinements:** You'll notice more transparent feedback for skills + ([#15954](https://github.com/google-gemini/gemini-cli/pull/15954) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), the ability to switch + focus between the shell and input with Tab + ([#14332](https://github.com/google-gemini/gemini-cli/pull/14332) by + [@jacob314](https://github.com/jacob314)), and dynamic terminal tab titles + ([#16378](https://github.com/google-gemini/gemini-cli/pull/16378) by + [@NTaylorMullen](https://github.com/NTaylorMullen)). +- **Core Functionality & Performance:** This release includes support for + built-in agent skills + ([#16045](https://github.com/google-gemini/gemini-cli/pull/16045) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), refined Gemini 3 system + instructions ([#16139](https://github.com/google-gemini/gemini-cli/pull/16139) + by [@NTaylorMullen](https://github.com/NTaylorMullen)), caching for ignore + instances to improve performance + ([#16185](https://github.com/google-gemini/gemini-cli/pull/16185) by + [@EricRahm](https://github.com/EricRahm)), and enhanced retry mechanisms + ([#16489](https://github.com/google-gemini/gemini-cli/pull/16489) by + [@sehoon38](https://github.com/sehoon38)). +- **Bug Fixes and Stability:** We've squashed numerous bugs across the CLI, + core, and workflows, addressing issues with subagent delegation, unicode + character crashes, and sticky header regressions. + +## Announcements: v0.24.0 - 2026-01-14 + +- **Agent Skills:** We've introduced significant advancements in Agent Skills. + This includes initial documentation and tutorials to help you get started, + alongside enhanced support for remote agents, allowing for more distributed + and powerful automation within Gemini CLI. + ([#15869](https://github.com/google-gemini/gemini-cli/pull/15869) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), + ([#16013](https://github.com/google-gemini/gemini-cli/pull/16013) by + [@adamweidman](https://github.com/adamweidman)) +- **Improved UI/UX:** The user interface has received several updates, featuring + visual indicators for hook execution, a more refined display for settings, and + the ability to use the Tab key to effortlessly switch focus between the shell + and input areas. + ([#15408](https://github.com/google-gemini/gemini-cli/pull/15408) by + [@abhipatel12](https://github.com/abhipatel12)), + ([#14332](https://github.com/google-gemini/gemini-cli/pull/14332) by + [@galz10](https://github.com/galz10)) +- **Enhanced Security:** Security has been a major focus, with default folder + trust now set to untrusted for increased safety. The Policy Engine has been + improved to allow specific modes in user and administrator policies, and + granular allowlisting for shell commands has been implemented, providing finer + control over tool execution. + ([#15943](https://github.com/google-gemini/gemini-cli/pull/15943) by + [@galz10](https://github.com/galz10)), + ([#15977](https://github.com/google-gemini/gemini-cli/pull/15977) by + [@NTaylorMullen](https://github.com/NTaylorMullen)) +- **Core Functionality:** This release includes a mandatory MessageBus + injection, marking Phase 3 of a hard migration to a more robust internal + communication system. We've also added support for built-in skills with the + CLI itself, and enhanced model routing to effectively utilize subagents. + ([#15776](https://github.com/google-gemini/gemini-cli/pull/15776) by + [@abhipatel12](https://github.com/abhipatel12)), + ([#16300](https://github.com/google-gemini/gemini-cli/pull/16300) by + [@NTaylorMullen](https://github.com/NTaylorMullen)) +- **Terminal Features:** Terminal interactions are more seamless with new + features like OSC 52 paste support, along with fixes for Windows clipboard + paste issues and general improvements to pasting in Windows terminals. + ([#15336](https://github.com/google-gemini/gemini-cli/pull/15336) by + [@scidomino](https://github.com/scidomino)), + ([#15932](https://github.com/google-gemini/gemini-cli/pull/15932) by + [@scidomino](https://github.com/scidomino)) +- **New Commands:** To manage the new features, we've added several new + commands: `/agents refresh` to update agent configurations, `/skills reload` + to refresh skill definitions, and `/skills install/uninstall` for easier + management of your Agent Skills. + ([#16204](https://github.com/google-gemini/gemini-cli/pull/16204) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), + ([#15865](https://github.com/google-gemini/gemini-cli/pull/15865) by + [@NTaylorMullen](https://github.com/NTaylorMullen)), + ([#16377](https://github.com/google-gemini/gemini-cli/pull/16377) by + [@NTaylorMullen](https://github.com/NTaylorMullen)) + ## Announcements: v0.23.0 - 2026-01-07 - 🎉 **Experimental Agent Skills Support in Preview:** Gemini CLI now supports diff --git a/docs/changelogs/latest.md b/docs/changelogs/latest.md index fb26d6a911..a9eba743f9 100644 --- a/docs/changelogs/latest.md +++ b/docs/changelogs/latest.md @@ -1,6 +1,6 @@ -# Latest stable release: v0.23.0 +# Latest stable release: v0.25.0 -Released: January 6, 2026 +Released: January 20, 2026 For most users, our latest stable release is the recommended release. Install the latest stable version with: @@ -11,155 +11,360 @@ npm install -g @google/gemini-cli ## Highlights -- **Gemini CLI wrapped:** Run `npx gemini-wrapped` to visualize your usage - stats, top models, languages, and more! -- **Windows clipboard image support:** Windows users can now paste images - directly from their clipboard into the CLI using `Alt`+`V`. - ([pr](https://github.com/google-gemini/gemini-cli/pull/13997) by - [@sgeraldes](https://github.com/sgeraldes)) -- **Terminal background color detection:** Automatically optimizes your - terminal's background color to select compatible themes and provide - accessibility warnings. - ([pr](https://github.com/google-gemini/gemini-cli/pull/15132) by - [@jacob314](https://github.com/jacob314)) -- **Session logout:** Use the new `/logout` command to instantly clear - credentials and reset your authentication state for seamless account - switching. ([pr](https://github.com/google-gemini/gemini-cli/pull/13383) by - [@CN-Scars](https://github.com/CN-Scars)) +- **Skills and Agents Improvements:** Enhanced `activate_skill` tool, new + `pr-creator` skill, default enablement of skills, improved `cli_help` agent, + and a new `/agents refresh` command. +- **UI/UX Refinements:** Transparent feedback for skills, ability to switch + focus between shell and input with Tab, and dynamic terminal tab titles. +- **Core Functionality & Performance:** Support for built-in agent skills, + refined Gemini 3 system instructions, caching ignore instances for + performance, and improved retry mechanisms. +- **Bug Fixes and Stability:** Numerous bug fixes across the CLI, core, and + workflows, including issues with subagent delegation, unicode character + crashes, and sticky header regressions. -## What's changed +## What's Changed -- Code assist service metrics. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15024 -- chore/release: bump version to 0.21.0-nightly.20251216.bb0c0d8ee by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15121 -- Docs by @Roaimkhan in https://github.com/google-gemini/gemini-cli/pull/15103 -- Use official ACP SDK and support HTTP/SSE based MCP servers by @SteffenDE in - https://github.com/google-gemini/gemini-cli/pull/13856 -- Remove foreground for themes other than shades of purple and holiday. by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14606 -- chore: remove repo specific tips by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15164 -- chore: remove user query from footer in debug mode by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15169 -- Disallow unnecessary awaits. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15172 -- Add one to the padding in settings dialog to avoid flicker. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15173 -- feat(core): introduce remote agent infrastructure and rename local executor by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15110 -- feat(cli): Add `/auth logout` command to clear credentials and auth state by - @CN-Scars in https://github.com/google-gemini/gemini-cli/pull/13383 -- (fix) Automated pr labeller by @DaanVersavel in - https://github.com/google-gemini/gemini-cli/pull/14885 -- feat: launch Gemini 3 Flash in Gemini CLI ⚡️⚡️⚡️ by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15196 -- Refactor: Migrate console.error in ripGrep.ts to debugLogger by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15201 -- chore: update a2a-js to 0.3.7 by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15197 -- chore(core): remove redundant isModelAvailabilityServiceEnabled toggle and - clean up dead code by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15207 -- feat(core): Late resolve `GenerateContentConfig`s and reduce mutation. by - @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14920 -- Respect previewFeatures value from the remote flag if undefined by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15214 -- feat(ui): add Windows clipboard image support and Alt+V paste workaround by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15218 -- chore(core): remove legacy fallback flags and migrate loop detection by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15213 -- fix(ui): Prevent eager slash command completion hiding sibling commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15224 -- Docs: Update Changelog for Dec 17, 2025 by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/15204 -- Code Assist backend telemetry for user accept/reject of suggestions by - @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15206 -- fix(cli): correct initial history length handling for chat commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15223 -- chore/release: bump version to 0.21.0-nightly.20251218.739c02bd6 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15231 -- Change detailed model stats to use a new shared Table class to resolve - robustness issues. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15208 -- feat: add agent toml parser by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15112 -- Add core tool that adds all context from the core package. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15238 -- (docs): Add reference section to hooks documentation by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15159 -- feat(hooks): add support for friendly names and descriptions by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15174 -- feat: Detect background color by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15132 -- add 3.0 to allowed sensitive keywords by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15276 -- feat: Pass additional environment variables to shell execution by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15160 -- Remove unused code by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15290 -- Handle all 429 as retryableQuotaError by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15288 -- Remove unnecessary dependencies by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15291 -- fix: prevent infinite loop in prompt completion on error by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14548 -- fix(ui): show command suggestions even on perfect match and sort them by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15287 -- feat(hooks): reduce log verbosity and improve error reporting in UI by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15297 -- feat: simplify tool confirmation labels for better UX by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15296 -- chore/release: bump version to 0.21.0-nightly.20251219.70696e364 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15301 -- feat(core): Implement JIT context memory loading and UI sync by @SandyTao520 - in https://github.com/google-gemini/gemini-cli/pull/14469 -- feat(ui): Put "Allow for all future sessions" behind a setting off by default. - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15322 -- fix(cli):change the placeholder of input during the shell mode by - @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/15135 -- Validate OAuth resource parameter matches MCP server URL by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15289 -- docs(cli): add System Prompt Override (GEMINI_SYSTEM_MD) by @ashmod in - https://github.com/google-gemini/gemini-cli/pull/9515 -- more robust command parsing logs by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15339 -- Introspection agent demo by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15232 -- fix(core): sanitize hook command expansion and prevent injection by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15343 -- fix(folder trust): add validation for trusted folder level by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/12215 -- fix(cli): fix right border overflow in trust dialogs by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15350 -- fix(policy): fix bug where accepting-edits continued after it was turned off - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15351 -- fix: prevent infinite relaunch loop when --resume fails (#14941) by @Ying-xi - in https://github.com/google-gemini/gemini-cli/pull/14951 -- chore/release: bump version to 0.21.0-nightly.20251220.41a1a3eed by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15352 -- feat(telemetry): add clearcut logging for hooks by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15405 -- fix(core): Add `.geminiignore` support to SearchText tool by @xyrolle in - https://github.com/google-gemini/gemini-cli/pull/13763 -- fix(patch): cherry-pick 0843d9a to release/v0.23.0-preview.0-pr-15443 to patch - version v0.23.0-preview.0 and create version 0.23.0-preview.1 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15445 -- fix(patch): cherry-pick 9cdb267 to release/v0.23.0-preview.1-pr-15494 to patch - version v0.23.0-preview.1 and create version 0.23.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15592 -- fix(patch): cherry-pick 37be162 to release/v0.23.0-preview.2-pr-15601 to patch - version v0.23.0-preview.2 and create version 0.23.0-preview.3 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15603 -- fix(patch): cherry-pick 07e597d to release/v0.23.0-preview.3-pr-15684 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/15734 -- fix(patch): cherry-pick c31f053 to release/v0.23.0-preview.4-pr-16004 to patch - version v0.23.0-preview.4 and create version 0.23.0-preview.5 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16027 -- fix(patch): cherry-pick 788bb04 to release/v0.23.0-preview.5-pr-15817 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/16038 +- feat(core): improve activate_skill tool and use lowercase XML tags by + @NTaylorMullen in + [#16009](https://github.com/google-gemini/gemini-cli/pull/16009) +- Add initiation method telemetry property by @gundermanc in + [#15818](https://github.com/google-gemini/gemini-cli/pull/15818) +- chore(release): bump version to 0.25.0-nightly.20260107.59a18e710 by + @gemini-cli-robot in + [#16048](https://github.com/google-gemini/gemini-cli/pull/16048) +- Hx support by @kevinfjiang in + [#16032](https://github.com/google-gemini/gemini-cli/pull/16032) +- [Skills] Foundation: Centralize management logic and feedback rendering by + @NTaylorMullen in + [#15952](https://github.com/google-gemini/gemini-cli/pull/15952) +- Introduce GEMINI_CLI_HOME for strict test isolation by @NTaylorMullen in + [#15907](https://github.com/google-gemini/gemini-cli/pull/15907) +- [Skills] Multi-scope skill enablement and shadowing fix by @NTaylorMullen in + [#15953](https://github.com/google-gemini/gemini-cli/pull/15953) +- policy: extract legacy policy from core tool scheduler to policy engine by + @abhipatel12 in + [#15902](https://github.com/google-gemini/gemini-cli/pull/15902) +- Enhance TestRig with process management and timeouts by @NTaylorMullen in + [#15908](https://github.com/google-gemini/gemini-cli/pull/15908) +- Update troubleshooting doc for UNABLE_TO_GET_ISSUER_CERT_LOCALLY by @sehoon38 + in [#16069](https://github.com/google-gemini/gemini-cli/pull/16069) +- Add keytar to dependencies by @chrstnb in + [#15928](https://github.com/google-gemini/gemini-cli/pull/15928) +- Simplify extension settings command by @chrstnb in + [#16001](https://github.com/google-gemini/gemini-cli/pull/16001) +- feat(admin): implement extensions disabled by @skeshive in + [#16024](https://github.com/google-gemini/gemini-cli/pull/16024) +- Core data structure updates for Rewind functionality by @Adib234 in + [#15714](https://github.com/google-gemini/gemini-cli/pull/15714) +- feat(hooks): simplify hook firing with HookSystem wrapper methods by @ved015 + in [#15982](https://github.com/google-gemini/gemini-cli/pull/15982) +- Add exp.gws_experiment field to LogEventEntry by @gsquared94 in + [#16062](https://github.com/google-gemini/gemini-cli/pull/16062) +- Revert "feat(admin): implement extensions disabled" by @chrstnb in + [#16082](https://github.com/google-gemini/gemini-cli/pull/16082) +- feat(core): Decouple enabling hooks UI from subsystem. by @joshualitt in + [#16074](https://github.com/google-gemini/gemini-cli/pull/16074) +- docs: add docs for hooks + extensions by @abhipatel12 in + [#16073](https://github.com/google-gemini/gemini-cli/pull/16073) +- feat(core): Preliminary changes for subagent model routing. by @joshualitt in + [#16035](https://github.com/google-gemini/gemini-cli/pull/16035) +- Optimize CI workflow: Parallelize jobs and cache linters by @NTaylorMullen in + [#16054](https://github.com/google-gemini/gemini-cli/pull/16054) +- Add option to fallback for capacity errors in ProQuotaDi… by @sehoon38 in + [#16050](https://github.com/google-gemini/gemini-cli/pull/16050) +- feat: add confirmation details support + jsonrpc vs http rest support by + @adamfweidman in + [#16079](https://github.com/google-gemini/gemini-cli/pull/16079) +- fix(workflows): fix and limit labels for pr-triage.sh script by @jacob314 in + [#16096](https://github.com/google-gemini/gemini-cli/pull/16096) +- Fix and rename introspection agent -> cli help agent by @scidomino in + [#16097](https://github.com/google-gemini/gemini-cli/pull/16097) +- Docs: Changelogs update 20260105 by @jkcinouye in + [#15937](https://github.com/google-gemini/gemini-cli/pull/15937) +- enable cli_help agent by default by @scidomino in + [#16100](https://github.com/google-gemini/gemini-cli/pull/16100) +- Optimize json-output tests with mock responses by @NTaylorMullen in + [#16102](https://github.com/google-gemini/gemini-cli/pull/16102) +- Fix CI for forks by @scidomino in + [#16113](https://github.com/google-gemini/gemini-cli/pull/16113) +- Reduce nags about PRs that reference issues but don't fix them. by @jacob314 + in [#16112](https://github.com/google-gemini/gemini-cli/pull/16112) +- feat(cli): add filepath autosuggestion after slash commands by @jasmeetsb in + [#14738](https://github.com/google-gemini/gemini-cli/pull/14738) +- Add upgrade option for paid users by @cayden-google in + [#15978](https://github.com/google-gemini/gemini-cli/pull/15978) +- [Skills] UX Polishing: Transparent feedback and CLI refinements by + @NTaylorMullen in + [#15954](https://github.com/google-gemini/gemini-cli/pull/15954) +- Polish: Move 'Failed to load skills' warning to debug logs by @NTaylorMullen + in [#16142](https://github.com/google-gemini/gemini-cli/pull/16142) +- feat(cli): export chat history in /bug and prefill GitHub issue by + @NTaylorMullen in + [#16115](https://github.com/google-gemini/gemini-cli/pull/16115) +- bug(core): fix issue with overrides to bases. by @joshualitt in + [#15255](https://github.com/google-gemini/gemini-cli/pull/15255) +- enableInteractiveShell for external tooling relying on a2a server by + @DavidAPierce in + [#16080](https://github.com/google-gemini/gemini-cli/pull/16080) +- Reapply "feat(admin): implement extensions disabled" (#16082) by @skeshive in + [#16109](https://github.com/google-gemini/gemini-cli/pull/16109) +- bug(core): Fix spewie getter in hookTranslator.ts by @joshualitt in + [#16108](https://github.com/google-gemini/gemini-cli/pull/16108) +- feat(hooks): add mcp_context to BeforeTool and AfterTool hook inputs by @vrv + in [#15656](https://github.com/google-gemini/gemini-cli/pull/15656) +- Add extension linking capabilities in cli by @kevinjwang1 in + [#16040](https://github.com/google-gemini/gemini-cli/pull/16040) +- Update the page's title to be consistent and show in site. by @kschaab in + [#16174](https://github.com/google-gemini/gemini-cli/pull/16174) +- docs: correct typo in bufferFastReturn JSDoc ("accomodate" → "accommodate") by + @minglu7 in [#16056](https://github.com/google-gemini/gemini-cli/pull/16056) +- fix: typo in MCP servers settings description by @alphanota in + [#15929](https://github.com/google-gemini/gemini-cli/pull/15929) +- fix: yolo should auto allow redirection by @abhipatel12 in + [#16183](https://github.com/google-gemini/gemini-cli/pull/16183) +- fix(cli): disableYoloMode shouldn't enforce default approval mode against args + by @psinha40898 in + [#16155](https://github.com/google-gemini/gemini-cli/pull/16155) +- feat: add native Sublime Text support to IDE detection by @phreakocious in + [#16083](https://github.com/google-gemini/gemini-cli/pull/16083) +- refactor(core): extract ToolModificationHandler from scheduler by @abhipatel12 + in [#16118](https://github.com/google-gemini/gemini-cli/pull/16118) +- Add support for Antigravity terminal in terminal setup utility by @raky291 in + [#16051](https://github.com/google-gemini/gemini-cli/pull/16051) +- feat(core): Wire up model routing to subagents. by @joshualitt in + [#16043](https://github.com/google-gemini/gemini-cli/pull/16043) +- feat(cli): add /agents slash command to list available agents by @adamfweidman + in [#16182](https://github.com/google-gemini/gemini-cli/pull/16182) +- docs(cli): fix includeDirectories nesting in configuration.md by @maru0804 in + [#15067](https://github.com/google-gemini/gemini-cli/pull/15067) +- feat: implement file system reversion utilities for rewind by @Adib234 in + [#15715](https://github.com/google-gemini/gemini-cli/pull/15715) +- Always enable redaction in GitHub actions. by @gundermanc in + [#16200](https://github.com/google-gemini/gemini-cli/pull/16200) +- fix: remove unsupported 'enabled' key from workflow config by @Han5991 in + [#15611](https://github.com/google-gemini/gemini-cli/pull/15611) +- docs: Remove redundant and duplicate documentation files by @liqzheng in + [#14699](https://github.com/google-gemini/gemini-cli/pull/14699) +- docs: shorten run command and use published version by @dsherret in + [#16172](https://github.com/google-gemini/gemini-cli/pull/16172) +- test(command-registry): increase initialization test timeout by @wszqkzqk in + [#15979](https://github.com/google-gemini/gemini-cli/pull/15979) +- Ensure TERM is set to xterm-256color by @falouu in + [#15828](https://github.com/google-gemini/gemini-cli/pull/15828) +- The telemetry.js script should handle paths that contain spaces by @JohnJAS in + [#12078](https://github.com/google-gemini/gemini-cli/pull/12078) +- ci: guard links workflow from running on forks by @wtanaka in + [#15461](https://github.com/google-gemini/gemini-cli/pull/15461) +- ci: guard nightly release workflow from running on forks by @wtanaka in + [#15463](https://github.com/google-gemini/gemini-cli/pull/15463) +- Support @ suggestions for subagenets by @sehoon38 in + [#16201](https://github.com/google-gemini/gemini-cli/pull/16201) +- feat(hooks): Support explicit stop and block execution control in model hooks + by @SandyTao520 in + [#15947](https://github.com/google-gemini/gemini-cli/pull/15947) +- Refine Gemini 3 system instructions to reduce model verbosity by + @NTaylorMullen in + [#16139](https://github.com/google-gemini/gemini-cli/pull/16139) +- chore: clean up unused models and use consts by @sehoon38 in + [#16246](https://github.com/google-gemini/gemini-cli/pull/16246) +- Always enable bracketed paste by @scidomino in + [#16179](https://github.com/google-gemini/gemini-cli/pull/16179) +- refactor: migrate clearCommand hook calls to HookSystem by @ved015 in + [#16157](https://github.com/google-gemini/gemini-cli/pull/16157) +- refactor: migrate app containter hook calls to hook system by @ishaanxgupta in + [#16161](https://github.com/google-gemini/gemini-cli/pull/16161) +- Show settings source in extensions lists by @chrstnb in + [#16207](https://github.com/google-gemini/gemini-cli/pull/16207) +- feat(skills): add pr-creator skill and enable skills by @NTaylorMullen in + [#16232](https://github.com/google-gemini/gemini-cli/pull/16232) +- fix: handle Shift+Space in Kitty keyboard protocol terminals by @tt-a1i in + [#15767](https://github.com/google-gemini/gemini-cli/pull/15767) +- feat(core, ui): Add /agents refresh command. by @joshualitt in + [#16204](https://github.com/google-gemini/gemini-cli/pull/16204) +- feat(core): add local experiments override via GEMINI_EXP by @kevin-ramdass in + [#16181](https://github.com/google-gemini/gemini-cli/pull/16181) +- feat(ui): reduce home directory warning noise and add opt-out setting by + @NTaylorMullen in + [#16229](https://github.com/google-gemini/gemini-cli/pull/16229) +- refactor: migrate chatCompressionService to use HookSystem by @ved015 in + [#16259](https://github.com/google-gemini/gemini-cli/pull/16259) +- fix: properly use systemMessage for hooks in UI by @jackwotherspoon in + [#16250](https://github.com/google-gemini/gemini-cli/pull/16250) +- Infer modifyOtherKeys support by @scidomino in + [#16270](https://github.com/google-gemini/gemini-cli/pull/16270) +- feat(core): Cache ignore instances for performance by @EricRahm in + [#16185](https://github.com/google-gemini/gemini-cli/pull/16185) +- feat: apply remote admin settings (no-op) by @skeshive in + [#16106](https://github.com/google-gemini/gemini-cli/pull/16106) +- Autogenerate docs/cli/settings.md docs/getting-started/configuration.md was + already autogenerated but settings.md was not. by @jacob314 in + [#14408](https://github.com/google-gemini/gemini-cli/pull/14408) +- refactor(config): remove legacy V1 settings migration logic by @galz10 in + [#16252](https://github.com/google-gemini/gemini-cli/pull/16252) +- Fix an issue where the agent stops prematurely by @gundermanc in + [#16269](https://github.com/google-gemini/gemini-cli/pull/16269) +- Update system prompt to prefer non-interactive commands by @NTaylorMullen in + [#16117](https://github.com/google-gemini/gemini-cli/pull/16117) +- Update ink version to 6.4.7 by @jacob314 in + [#16284](https://github.com/google-gemini/gemini-cli/pull/16284) +- Support for Built-in Agent Skills by @NTaylorMullen in + [#16045](https://github.com/google-gemini/gemini-cli/pull/16045) +- fix(skills): remove "Restart required" message from non-interactive commands + by @NTaylorMullen in + [#16307](https://github.com/google-gemini/gemini-cli/pull/16307) +- remove unused sessionHookTriggers and exports by @ved015 in + [#16324](https://github.com/google-gemini/gemini-cli/pull/16324) +- Triage action cleanup by @bdmorgan in + [#16319](https://github.com/google-gemini/gemini-cli/pull/16319) +- fix: Add event-driven trigger to issue triage workflow by @bdmorgan in + [#16334](https://github.com/google-gemini/gemini-cli/pull/16334) +- fix(workflows): resolve triage workflow failures and actionlint errors by + @bdmorgan in [#16338](https://github.com/google-gemini/gemini-cli/pull/16338) +- docs: add note about experimental hooks by @abhipatel12 in + [#16337](https://github.com/google-gemini/gemini-cli/pull/16337) +- feat(cli): implement passive activity logger for session analysis by + @SandyTao520 in + [#15829](https://github.com/google-gemini/gemini-cli/pull/15829) +- feat(cli): add /chat debug command for nightly builds by @abhipatel12 in + [#16339](https://github.com/google-gemini/gemini-cli/pull/16339) +- style: format pr-creator skill by @NTaylorMullen in + [#16381](https://github.com/google-gemini/gemini-cli/pull/16381) +- feat(cli): Hooks enable-all/disable-all feature with dynamic status by + @AbdulTawabJuly in + [#15552](https://github.com/google-gemini/gemini-cli/pull/15552) +- fix(core): ensure silent local subagent delegation while allowing remote + confirmation by @adamfweidman in + [#16395](https://github.com/google-gemini/gemini-cli/pull/16395) +- Markdown w/ Frontmatter Agent Parser by @sehoon38 in + [#16094](https://github.com/google-gemini/gemini-cli/pull/16094) +- Fix crash on unicode character by @chrstnb in + [#16420](https://github.com/google-gemini/gemini-cli/pull/16420) +- Attempt to resolve OOM w/ useMemo on history items by @chrstnb in + [#16424](https://github.com/google-gemini/gemini-cli/pull/16424) +- fix(core): ensure sub-agent schema and prompt refresh during runtime by + @adamfweidman in + [#16409](https://github.com/google-gemini/gemini-cli/pull/16409) +- Update extension examples by @chrstnb in + [#16274](https://github.com/google-gemini/gemini-cli/pull/16274) +- revert the change that was recently added from a fix by @sehoon38 in + [#16390](https://github.com/google-gemini/gemini-cli/pull/16390) +- Add other hook wrapper methods to hooksystem by @ved015 in + [#16361](https://github.com/google-gemini/gemini-cli/pull/16361) +- feat: introduce useRewindLogic hook for conversation history navigation by + @Adib234 in [#15716](https://github.com/google-gemini/gemini-cli/pull/15716) +- docs: Fix formatting issue in memport documentation by @wanglc02 in + [#14774](https://github.com/google-gemini/gemini-cli/pull/14774) +- fix(policy): enhance shell command safety and parsing by @allenhutchison in + [#15034](https://github.com/google-gemini/gemini-cli/pull/15034) +- fix(core): avoid 'activate_skill' re-registration warning by @NTaylorMullen in + [#16398](https://github.com/google-gemini/gemini-cli/pull/16398) +- perf(workflows): optimize PR triage script for faster execution by @bdmorgan + in [#16355](https://github.com/google-gemini/gemini-cli/pull/16355) +- feat(admin): prompt user to restart the CLI if they change auth to oauth + mid-session or don't have auth type selected at start of session by @skeshive + in [#16426](https://github.com/google-gemini/gemini-cli/pull/16426) +- Update cli-help agent's system prompt in sub-agents section by @sehoon38 in + [#16441](https://github.com/google-gemini/gemini-cli/pull/16441) +- Revert "Update extension examples" by @chrstnb in + [#16442](https://github.com/google-gemini/gemini-cli/pull/16442) +- Fix: add back fastreturn support by @scidomino in + [#16440](https://github.com/google-gemini/gemini-cli/pull/16440) +- feat(a2a): Introduce /memory command for a2a server by @cocosheng-g in + [#14456](https://github.com/google-gemini/gemini-cli/pull/14456) +- docs: fix broken internal link by using relative path by @Gong-Mi in + [#15371](https://github.com/google-gemini/gemini-cli/pull/15371) +- migrate yolo/auto-edit keybindings by @scidomino in + [#16457](https://github.com/google-gemini/gemini-cli/pull/16457) +- feat(cli): add install and uninstall commands for skills by @NTaylorMullen in + [#16377](https://github.com/google-gemini/gemini-cli/pull/16377) +- feat(ui): use Tab to switch focus between shell and input by @jacob314 in + [#14332](https://github.com/google-gemini/gemini-cli/pull/14332) +- feat(core): support shipping built-in skills with the CLI by @NTaylorMullen in + [#16300](https://github.com/google-gemini/gemini-cli/pull/16300) +- Collect hardware details telemetry. by @gundermanc in + [#16119](https://github.com/google-gemini/gemini-cli/pull/16119) +- feat(agents): improve UI feedback and parser reliability by @NTaylorMullen in + [#16459](https://github.com/google-gemini/gemini-cli/pull/16459) +- Migrate keybindings by @scidomino in + [#16460](https://github.com/google-gemini/gemini-cli/pull/16460) +- feat(cli): cleanup activity logs alongside session files by @SandyTao520 in + [#16399](https://github.com/google-gemini/gemini-cli/pull/16399) +- feat(cli): implement dynamic terminal tab titles for CLI status by + @NTaylorMullen in + [#16378](https://github.com/google-gemini/gemini-cli/pull/16378) +- feat(core): add disableLLMCorrection setting to skip auto-correction in edit + tools by @SandyTao520 in + [#16000](https://github.com/google-gemini/gemini-cli/pull/16000) +- fix: Set both tab and window title instead of just window title by + @NTaylorMullen in + [#16464](https://github.com/google-gemini/gemini-cli/pull/16464) +- fix(policy): ensure MCP policies match unqualified names in non-interactive + mode by @NTaylorMullen in + [#16490](https://github.com/google-gemini/gemini-cli/pull/16490) +- fix(cli): refine 'Action Required' indicator and focus hints by @NTaylorMullen + in [#16497](https://github.com/google-gemini/gemini-cli/pull/16497) +- Refactor beforeAgent and afterAgent hookEvents to follow desired output by + @ved015 in [#16495](https://github.com/google-gemini/gemini-cli/pull/16495) +- feat(agents): clarify mandatory YAML frontmatter for sub-agents by + @NTaylorMullen in + [#16515](https://github.com/google-gemini/gemini-cli/pull/16515) +- docs(telemetry): add Google Cloud Monitoring dashboard documentation by @jerop + in [#16520](https://github.com/google-gemini/gemini-cli/pull/16520) +- Implement support for subagents as extensions. by @gundermanc in + [#16473](https://github.com/google-gemini/gemini-cli/pull/16473) +- refactor: make baseTimestamp optional in addItem and remove redundant calls by + @sehoon38 in [#16471](https://github.com/google-gemini/gemini-cli/pull/16471) +- Improve key binding names and descriptions by @scidomino in + [#16529](https://github.com/google-gemini/gemini-cli/pull/16529) +- feat(core, cli): Add support for agents in settings.json. by @joshualitt in + [#16433](https://github.com/google-gemini/gemini-cli/pull/16433) +- fix(cli): fix 'gemini skills install' unknown argument error by @NTaylorMullen + in [#16537](https://github.com/google-gemini/gemini-cli/pull/16537) +- chore(ui): optimize AgentsStatus layout with dense list style and group + separation by @adamfweidman in + [#16545](https://github.com/google-gemini/gemini-cli/pull/16545) +- fix(cli): allow @ file selector on slash command lines by @galz10 in + [#16370](https://github.com/google-gemini/gemini-cli/pull/16370) +- fix(ui): resolve sticky header regression in tool messages by @jacob314 in + [#16514](https://github.com/google-gemini/gemini-cli/pull/16514) +- feat(core): Align internal agent settings with configs exposed through + settings.json by @joshualitt in + [#16458](https://github.com/google-gemini/gemini-cli/pull/16458) +- fix(cli): copy uses OSC52 only in SSH/WSL by @assagman in + [#16554](https://github.com/google-gemini/gemini-cli/pull/16554) +- docs(skills): clarify skill directory structure and file location by + @NTaylorMullen in + [#16532](https://github.com/google-gemini/gemini-cli/pull/16532) +- Fix: make ctrl+x use preferred editor by @scidomino in + [#16556](https://github.com/google-gemini/gemini-cli/pull/16556) +- fix(core): Resolve race condition in tool response reporting by @abhipatel12 + in [#16557](https://github.com/google-gemini/gemini-cli/pull/16557) +- feat(ui): highlight persist mode status in ModelDialog by @sehoon38 in + [#16483](https://github.com/google-gemini/gemini-cli/pull/16483) +- refactor: clean up A2A task output for users and LLMs by @adamfweidman in + [#16561](https://github.com/google-gemini/gemini-cli/pull/16561) +- feat(core/ui): enhance retry mechanism and UX by @sehoon38 in + [#16489](https://github.com/google-gemini/gemini-cli/pull/16489) +- Modernize MaxSizedBox to use and ResizeObservers by @jacob314 in + [#16565](https://github.com/google-gemini/gemini-cli/pull/16565) +- Behavioral evals framework. by @gundermanc in + [#16047](https://github.com/google-gemini/gemini-cli/pull/16047) +- Aggregate test results. by @gundermanc in + [#16581](https://github.com/google-gemini/gemini-cli/pull/16581) +- feat(admin): support admin-enforced settings for Agent Skills by + @NTaylorMullen in + [#16406](https://github.com/google-gemini/gemini-cli/pull/16406) +- fix(patch): cherry-pick cfdc4cf to release/v0.25.0-preview.0-pr-16759 to patch + version v0.25.0-preview.0 and create version 0.25.0-preview.1 by + @gemini-cli-robot in + [#16866](https://github.com/google-gemini/gemini-cli/pull/16866) +- Patch #16730 into v0.25.0 preview by @chrstnb in + [#16882](https://github.com/google-gemini/gemini-cli/pull/16882) +- fix(patch): cherry-pick 3b55581 to release/v0.25.0-preview.2-pr-16506 to patch + version v0.25.0-preview.2 and create version 0.25.0-preview.3 by + @gemini-cli-robot in + [#17098](https://github.com/google-gemini/gemini-cli/pull/17098) **Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.22.5...v0.23.0 +https://github.com/google-gemini/gemini-cli/compare/v0.24.5...v0.25.0 diff --git a/docs/changelogs/preview.md b/docs/changelogs/preview.md index 981dce272a..4db0c5a72b 100644 --- a/docs/changelogs/preview.md +++ b/docs/changelogs/preview.md @@ -1,6 +1,6 @@ -# Preview release: Release v0.24.0-preview.0 +# Preview release: Release v0.26.0-preview.0 -Released: January 6, 2026 +Released: January 21, 2026 Our preview release includes the latest, new, and experimental features. This release may not be as stable as our [latest weekly release](latest.md). @@ -11,214 +11,322 @@ To install the preview release: npm install -g @google/gemini-cli@preview ``` -## What's changed +## Highlights -- chore(core): refactor model resolution and cleanup fallback logic by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15228 -- Add Folder Trust Support To Hooks by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15325 -- Record timestamp with code assist metrics. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15439 -- feat(policy): implement dynamic mode-aware policy evaluation by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15307 -- fix(core): use debugLogger.debug for startup profiler logs by @NTaylorMullen - in https://github.com/google-gemini/gemini-cli/pull/15443 -- feat(ui): Add security warning and improve layout for Hooks list by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15440 -- fix #15369, prevent crash on unhandled EIO error in readStdin cleanup by - @ElecTwix in https://github.com/google-gemini/gemini-cli/pull/15410 -- chore: improve error messages for --resume by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15360 -- chore: remove clipboard file by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15447 -- Implemented unified secrets sanitization and env. redaction options by - @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15348 -- feat: automatic `/model` persistence across Gemini CLI sessions by @niyasrad - in https://github.com/google-gemini/gemini-cli/pull/13199 -- refactor(core): remove deprecated permission aliases from BeforeToolHookOutput - by @StoyanD in https://github.com/google-gemini/gemini-cli/pull/14855 -- fix: add missing `type` field to MCPServerConfig by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15465 -- Make schema validation errors non-fatal by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15487 -- chore: limit MCP resources display to 10 by default by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15489 -- Add experimental in-CLI extension install and uninstall subcommands by - @chrstnb in https://github.com/google-gemini/gemini-cli/pull/15178 -- feat: Add A2A Client Manager and tests by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15485 -- feat: terse transformations of image paths in text buffer by @psinha40898 in - https://github.com/google-gemini/gemini-cli/pull/4924 -- Security: Project-level hook warnings by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15470 -- Added modifyOtherKeys protocol support for tmux by @ved015 in - https://github.com/google-gemini/gemini-cli/pull/15524 -- chore(core): fix comment typo by @Mapleeeeeeeeeee in - https://github.com/google-gemini/gemini-cli/pull/15558 -- feat: Show snowfall animation for holiday theme by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15494 -- do not persist the fallback model by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15483 -- Resolve unhandled promise rejection in ide-client.ts by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15587 -- fix(core): handle checkIsRepo failure in GitService.initialize by - @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15574 -- fix(cli): add enableShellOutputEfficiency to settings schema by - @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15560 -- Manual nightly version bump to 0.24.0-nightly.20251226.546baf993 by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15594 -- refactor(core): extract static concerns from CoreToolScheduler by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15589 -- fix(core): enable granular shell command allowlisting in policy engine by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15601 -- chore/release: bump version to 0.24.0-nightly.20251227.37be16243 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15612 -- refactor: deprecate legacy confirmation settings and enforce Policy Engine by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15626 -- Migrate console to coreEvents.emitFeedback or debugLogger by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15219 -- Exponential back-off retries for retryable error without a specified … by - @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15684 -- feat(agents): add support for remote agents and multi-agent TOML files by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15437 -- Update wittyPhrases.ts by @segyges in - https://github.com/google-gemini/gemini-cli/pull/15697 -- refactor(auth): Refactor non-interactive mode auth validation & refresh by - @skeshive in https://github.com/google-gemini/gemini-cli/pull/15679 -- Revert "Update wittyPhrases.ts (#15697)" by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15719 -- fix(hooks): deduplicate agent hooks and add cross-platform integration tests - by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15701 -- Implement support for tool input modification by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15492 -- Add instructions to the extensions update info notification by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14907 -- Add extension settings info to /extensions list by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14905 -- Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15698 -- chore: remove cot style comments by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15735 -- feat(agents): Add remote agents to agent registry by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15711 -- feat(hooks): implement STOP_EXECUTION and enhance hook decision handling by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15685 -- Fix build issues caused by year-specific linter rule by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15780 -- fix(core): handle unhandled promise rejection in mcp-client-manager by - @kamja44 in https://github.com/google-gemini/gemini-cli/pull/14701 -- log fallback mode by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15817 -- Agent Skills: Implement Autonomous Activation Tool & Context Injection by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15725 -- fix(core): improve shell command with redirection detection by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15683 -- Add security docs by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15739 -- feat: add folder suggestions to `/dir add` command by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15724 -- Agent Skills: Implement Agent Integration and System Prompt Awareness by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15728 -- chore: cleanup old smart edit settings by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15832 -- Agent Skills: Status Bar Integration for Skill Counts by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15741 -- fix(core): mock powershell output in shell-utils test by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15831 -- Agent Skills: Unify Representation & Centralize Loading by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15833 -- Unify shell security policy and remove legacy logic by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15770 -- feat(core): restore MessageBus optionality for soft migration (Phase 1) by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15774 -- feat(core): Standardize Tool and Agent Invocation constructors (Phase 2) by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15775 -- feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard - Migration) by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15776 -- Agent Skills: Extension Support & Security Disclosure by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15834 -- feat(hooks): implement granular stop and block behavior for agent hooks by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15824 -- Agent Skills: Add gemini skills CLI management command by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15837 -- refactor: consolidate EditTool and SmartEditTool by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15857 -- fix(cli): mock fs.readdir in consent tests for Windows compatibility by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15904 -- refactor(core): Extract and integrate ToolExecutor by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15900 -- Fix terminal hang when user exits browser without logging in by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15748 -- fix: avoid SDK warning by not accessing .text getter in logging by @ved015 in - https://github.com/google-gemini/gemini-cli/pull/15706 -- Make default settings apply by @devr0306 in - https://github.com/google-gemini/gemini-cli/pull/15354 -- chore: rename smart-edit to edit by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15923 -- Opt-in to persist model from /model by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15820 -- fix: prevent /copy crash on Windows by skipping /dev/tty by @ManojINaik in - https://github.com/google-gemini/gemini-cli/pull/15657 -- Support context injection via SessionStart hook. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15746 -- Fix order of preflight by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15941 -- Fix failing unit tests by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15940 -- fix(cli): resolve paste issue on Windows terminals. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15932 -- Agent Skills: Implement /skills reload by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15865 -- Add setting to support OSC 52 paste by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15336 -- remove manual string when displaying manual model in the footer by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15967 -- fix(core): use correct interactive check for system prompt by @ppergame in - https://github.com/google-gemini/gemini-cli/pull/15020 -- Inform user of missing settings on extensions update by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/15944 -- feat(policy): allow 'modes' in user and admin policies by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15977 -- fix: default folder trust to untrusted for enhanced security by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15943 -- Add description for each settings item in /settings by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15936 -- Use GetOperation to poll for OnboardUser completion by @ishaanxgupta in - https://github.com/google-gemini/gemini-cli/pull/15827 -- Agent Skills: Add skill directory to WorkspaceContext upon activation by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15870 -- Fix settings command fallback by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/15926 -- fix: writeTodo construction by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/16014 -- properly disable keyboard modes on exit by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/16006 -- Add workflow to label child issues for rollup by @bdmorgan in - https://github.com/google-gemini/gemini-cli/pull/16002 -- feat(ui): add visual indicators for hook execution by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15408 -- fix: image token estimation by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/16004 -- feat(hooks): Add a hooks.enabled setting. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/15933 -- feat(admin): Introduce remote admin settings & implement - secureModeEnabled/mcpEnabled by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/15935 -- Remove trailing whitespace in yaml. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/16036 -- feat(agents): add support for remote agents by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/16013 -- fix: limit scheduled issue triage queries to prevent argument list too long - error by @jerop in https://github.com/google-gemini/gemini-cli/pull/16021 -- ci(github-actions): triage all new issues automatically by @jerop in - https://github.com/google-gemini/gemini-cli/pull/16018 -- Fix test. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/16011 -- fix: hide broken skills object from settings dialog by @korade-krushna in - https://github.com/google-gemini/gemini-cli/pull/15766 -- Agent Skills: Initial Documentation & Tutorial by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15869 +- **Skills and Agents:** Improvements to the `activate_skill` tool and skill + management. Experimental Agent Skills support. +- **UI/UX:** Addition of a Rewind Confirmation dialog and Viewer component. +- **Extensions:** Experimental setting for extension configuration. +- **Bug Fixes and Stability:** PDF token estimation fix and improvements to + scheduled issue triage. + +## What's Changed + +- fix: PDF token estimation + ([#16494](https://github.com/google-gemini/gemini-cli/pull/16494)) by + @korade-krushna in + [#16527](https://github.com/google-gemini/gemini-cli/pull/16527) +- chore(release): bump version to 0.26.0-nightly.20260114.bb6c57414 by + @gemini-cli-robot in + [#16604](https://github.com/google-gemini/gemini-cli/pull/16604) +- docs: clarify F12 to open debug console by @jackwotherspoon in + [#16570](https://github.com/google-gemini/gemini-cli/pull/16570) +- docs: Remove .md extension from internal links in architecture.md by + @medic-code in + [#12899](https://github.com/google-gemini/gemini-cli/pull/12899) +- Add an experimental setting for extension config by @chrstnb in + [#16506](https://github.com/google-gemini/gemini-cli/pull/16506) +- feat: add Rewind Confirmation dialog and Rewind Viewer component by @Adib234 + in [#15717](https://github.com/google-gemini/gemini-cli/pull/15717) +- fix(a2a): Don't throw errors for GeminiEventType Retry and InvalidStream. by + @ehedlund in [#16541](https://github.com/google-gemini/gemini-cli/pull/16541) +- prefactor: add rootCommands as array so it can be used for policy parsing by + @abhipatel12 in + [#16640](https://github.com/google-gemini/gemini-cli/pull/16640) +- remove unnecessary \x7f key bindings by @scidomino in + [#16646](https://github.com/google-gemini/gemini-cli/pull/16646) +- docs(skills): use body-file in pr-creator skill for better reliability by + @abhipatel12 in + [#16642](https://github.com/google-gemini/gemini-cli/pull/16642) +- chore(automation): recursive labeling for workstream descendants by @bdmorgan + in [#16609](https://github.com/google-gemini/gemini-cli/pull/16609) +- feat: introduce 'skill-creator' built-in skill and CJS management tools by + @NTaylorMullen in + [#16394](https://github.com/google-gemini/gemini-cli/pull/16394) +- chore(automation): remove automated PR size and complexity labeler by + @bdmorgan in [#16648](https://github.com/google-gemini/gemini-cli/pull/16648) +- refactor(skills): replace 'project' with 'workspace' scope by @NTaylorMullen + in [#16380](https://github.com/google-gemini/gemini-cli/pull/16380) +- Docs: Update release notes for 1/13/2026 by @jkcinouye in + [#16583](https://github.com/google-gemini/gemini-cli/pull/16583) +- Simplify paste handling by @scidomino in + [#16654](https://github.com/google-gemini/gemini-cli/pull/16654) +- chore(automation): improve scheduled issue triage discovery and throughput by + @bdmorgan in [#16652](https://github.com/google-gemini/gemini-cli/pull/16652) +- fix(acp): run exit cleanup when stdin closes by @codefromthecrypt in + [#14953](https://github.com/google-gemini/gemini-cli/pull/14953) +- feat(scheduler): add types needed for event driven scheduler by @abhipatel12 + in [#16641](https://github.com/google-gemini/gemini-cli/pull/16641) +- Remove unused rewind key binding by @scidomino in + [#16659](https://github.com/google-gemini/gemini-cli/pull/16659) +- Remove sequence binding by @scidomino in + [#16664](https://github.com/google-gemini/gemini-cli/pull/16664) +- feat(cli): undeprecate the --prompt flag by @alexaustin007 in + [#13981](https://github.com/google-gemini/gemini-cli/pull/13981) +- chore: update dependabot configuration by @cosmopax in + [#13507](https://github.com/google-gemini/gemini-cli/pull/13507) +- feat(config): add 'auto' alias for default model selection by @sehoon38 in + [#16661](https://github.com/google-gemini/gemini-cli/pull/16661) +- Enable & disable agents by @sehoon38 in + [#16225](https://github.com/google-gemini/gemini-cli/pull/16225) +- cleanup: Improve keybindings by @scidomino in + [#16672](https://github.com/google-gemini/gemini-cli/pull/16672) +- Add timeout for shell-utils to prevent hangs. by @jacob314 in + [#16667](https://github.com/google-gemini/gemini-cli/pull/16667) +- feat(plan): add experimental plan flag by @jerop in + [#16650](https://github.com/google-gemini/gemini-cli/pull/16650) +- feat(cli): add security consent prompts for skill installation by + @NTaylorMullen in + [#16549](https://github.com/google-gemini/gemini-cli/pull/16549) +- fix: replace 3 consecutive periods with ellipsis character by @Vist233 in + [#16587](https://github.com/google-gemini/gemini-cli/pull/16587) +- chore(automation): ensure status/need-triage is applied and never cleared + automatically by @bdmorgan in + [#16657](https://github.com/google-gemini/gemini-cli/pull/16657) +- fix: Handle colons in skill description frontmatter by @maru0804 in + [#16345](https://github.com/google-gemini/gemini-cli/pull/16345) +- refactor(core): harden skill frontmatter parsing by @NTaylorMullen in + [#16705](https://github.com/google-gemini/gemini-cli/pull/16705) +- feat(skills): add conflict detection and warnings for skill overrides by + @NTaylorMullen in + [#16709](https://github.com/google-gemini/gemini-cli/pull/16709) +- feat(scheduler): add SchedulerStateManager for reactive tool state by + @abhipatel12 in + [#16651](https://github.com/google-gemini/gemini-cli/pull/16651) +- chore(automation): enforce 'help wanted' label permissions and update + guidelines by @bdmorgan in + [#16707](https://github.com/google-gemini/gemini-cli/pull/16707) +- fix(core): resolve circular dependency via tsconfig paths by @sehoon38 in + [#16730](https://github.com/google-gemini/gemini-cli/pull/16730) +- chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0 by + @gemini-cli-robot in + [#16738](https://github.com/google-gemini/gemini-cli/pull/16738) +- fix(automation): correct status/need-issue label matching wildcard by + @bdmorgan in [#16727](https://github.com/google-gemini/gemini-cli/pull/16727) +- fix(automation): prevent label-enforcer loop by ignoring all bots by @bdmorgan + in [#16746](https://github.com/google-gemini/gemini-cli/pull/16746) +- Add links to supported locations and minor fixes by @g-samroberts in + [#16476](https://github.com/google-gemini/gemini-cli/pull/16476) +- feat(policy): add source tracking to policy rules by @allenhutchison in + [#16670](https://github.com/google-gemini/gemini-cli/pull/16670) +- feat(automation): enforce '🔒 maintainer only' and fix bot loop by @bdmorgan + in [#16751](https://github.com/google-gemini/gemini-cli/pull/16751) +- Make merged settings non-nullable and fix all lints related to that. by + @jacob314 in [#16647](https://github.com/google-gemini/gemini-cli/pull/16647) +- fix(core): prevent ModelInfo event emission on aborted signal by @sehoon38 in + [#16752](https://github.com/google-gemini/gemini-cli/pull/16752) +- Replace relative paths to fix website build by @chrstnb in + [#16755](https://github.com/google-gemini/gemini-cli/pull/16755) +- Restricting to localhost by @cocosheng-g in + [#16548](https://github.com/google-gemini/gemini-cli/pull/16548) +- fix(cli): add explicit dependency on color-convert by @sehoon38 in + [#16757](https://github.com/google-gemini/gemini-cli/pull/16757) +- fix(automation): robust label enforcement with permission checks by @bdmorgan + in [#16762](https://github.com/google-gemini/gemini-cli/pull/16762) +- fix(cli): prevent OOM crash by limiting file search traversal and adding + timeout by @galz10 in + [#16696](https://github.com/google-gemini/gemini-cli/pull/16696) +- fix(cli): safely handle /dev/tty access on macOS by @korade-krushna in + [#16531](https://github.com/google-gemini/gemini-cli/pull/16531) +- docs: clarify workspace test execution in GEMINI.md by @mattKorwel in + [#16764](https://github.com/google-gemini/gemini-cli/pull/16764) +- Add support for running available commands prior to MCP servers loading by + @Adib234 in [#15596](https://github.com/google-gemini/gemini-cli/pull/15596) +- feat(plan): add experimental 'plan' approval mode by @jerop in + [#16753](https://github.com/google-gemini/gemini-cli/pull/16753) +- feat(scheduler): add functional awaitConfirmation utility by @abhipatel12 in + [#16721](https://github.com/google-gemini/gemini-cli/pull/16721) +- fix(infra): update maintainer rollup label to 'workstream-rollup' by @bdmorgan + in [#16809](https://github.com/google-gemini/gemini-cli/pull/16809) +- fix(infra): use GraphQL to detect direct parents in rollup workflow by + @bdmorgan in [#16811](https://github.com/google-gemini/gemini-cli/pull/16811) +- chore(workflows): rename label-workstream-rollup workflow by @bdmorgan in + [#16818](https://github.com/google-gemini/gemini-cli/pull/16818) +- skip simple-mcp-server.test.ts by @scidomino in + [#16842](https://github.com/google-gemini/gemini-cli/pull/16842) +- Steer outer agent to use expert subagents when present by @gundermanc in + [#16763](https://github.com/google-gemini/gemini-cli/pull/16763) +- Fix race condition by awaiting scheduleToolCalls by @chrstnb in + [#16759](https://github.com/google-gemini/gemini-cli/pull/16759) +- cleanup: Organize key bindings by @scidomino in + [#16798](https://github.com/google-gemini/gemini-cli/pull/16798) +- feat(core): Add generalist agent. by @joshualitt in + [#16638](https://github.com/google-gemini/gemini-cli/pull/16638) +- perf(ui): optimize text buffer and highlighting for large inputs by + @NTaylorMullen in + [#16782](https://github.com/google-gemini/gemini-cli/pull/16782) +- fix(core): fix PTY descriptor shell leak by @galz10 in + [#16773](https://github.com/google-gemini/gemini-cli/pull/16773) +- feat(plan): enforce strict read-only policy and halt execution on violation by + @jerop in [#16849](https://github.com/google-gemini/gemini-cli/pull/16849) +- remove need-triage label from bug_report template by @sehoon38 in + [#16864](https://github.com/google-gemini/gemini-cli/pull/16864) +- fix(core): truncate large telemetry log entries by @sehoon38 in + [#16769](https://github.com/google-gemini/gemini-cli/pull/16769) +- docs(extensions): add Agent Skills support and mark feature as experimental by + @NTaylorMullen in + [#16859](https://github.com/google-gemini/gemini-cli/pull/16859) +- fix(core): surface warnings for invalid hook event names in configuration + ([#16788](https://github.com/google-gemini/gemini-cli/pull/16788)) by + @sehoon38 in [#16873](https://github.com/google-gemini/gemini-cli/pull/16873) +- feat(plan): remove read_many_files from approval mode policies by @jerop in + [#16876](https://github.com/google-gemini/gemini-cli/pull/16876) +- feat(admin): implement admin controls polling and restart prompt by @skeshive + in [#16627](https://github.com/google-gemini/gemini-cli/pull/16627) +- Remove LRUCache class migrating to mnemoist by @jacob314 in + [#16872](https://github.com/google-gemini/gemini-cli/pull/16872) +- feat(settings): rename negative settings to positive naming (disable* -> + enable*) by @afarber in + [#14142](https://github.com/google-gemini/gemini-cli/pull/14142) +- refactor(cli): unify shell confirmation dialogs by @NTaylorMullen in + [#16828](https://github.com/google-gemini/gemini-cli/pull/16828) +- feat(agent): enable agent skills by default by @NTaylorMullen in + [#16736](https://github.com/google-gemini/gemini-cli/pull/16736) +- refactor(core): foundational truncation refactoring and token estimation + optimization by @NTaylorMullen in + [#16824](https://github.com/google-gemini/gemini-cli/pull/16824) +- fix(hooks): enable /hooks disable to reliably stop single hooks by + @abhipatel12 in + [#16804](https://github.com/google-gemini/gemini-cli/pull/16804) +- Don't commit unless user asks us to. by @gundermanc in + [#16902](https://github.com/google-gemini/gemini-cli/pull/16902) +- chore: remove a2a-adapter and bump @a2a-js/sdk to 0.3.8 by @adamfweidman in + [#16800](https://github.com/google-gemini/gemini-cli/pull/16800) +- fix: Show experiment values in settings UI for compressionThreshold by + @ishaanxgupta in + [#16267](https://github.com/google-gemini/gemini-cli/pull/16267) +- feat(cli): replace relative keyboard shortcuts link with web URL by + @imaliabbas in + [#16479](https://github.com/google-gemini/gemini-cli/pull/16479) +- fix(core): resolve PKCE length issue and stabilize OAuth redirect port by + @sehoon38 in [#16815](https://github.com/google-gemini/gemini-cli/pull/16815) +- Delete rewind documentation for now by @Adib234 in + [#16932](https://github.com/google-gemini/gemini-cli/pull/16932) +- Stabilize skill-creator CI and package format by @NTaylorMullen in + [#17001](https://github.com/google-gemini/gemini-cli/pull/17001) +- Stabilize the git evals by @gundermanc in + [#16989](https://github.com/google-gemini/gemini-cli/pull/16989) +- fix(core): attempt compression before context overflow check by @NTaylorMullen + in [#16914](https://github.com/google-gemini/gemini-cli/pull/16914) +- Fix inverted logic. by @gundermanc in + [#17007](https://github.com/google-gemini/gemini-cli/pull/17007) +- chore(scripts): add duplicate issue closer script and fix lint errors by + @bdmorgan in [#16997](https://github.com/google-gemini/gemini-cli/pull/16997) +- docs: update README and config guide to reference Gemini 3 by @JayadityaGit in + [#15806](https://github.com/google-gemini/gemini-cli/pull/15806) +- fix(cli): correct Homebrew installation detection by @kij in + [#14727](https://github.com/google-gemini/gemini-cli/pull/14727) +- Demote git evals to nightly run. by @gundermanc in + [#17030](https://github.com/google-gemini/gemini-cli/pull/17030) +- fix(cli): use OSC-52 clipboard copy in Windows Terminal by @Thomas-Shephard in + [#16920](https://github.com/google-gemini/gemini-cli/pull/16920) +- Fix: Process all parts in response chunks when thought is first by @pyrytakala + in [#13539](https://github.com/google-gemini/gemini-cli/pull/13539) +- fix(automation): fix jq quoting error in pr-triage.sh by @Kimsoo0119 in + [#16958](https://github.com/google-gemini/gemini-cli/pull/16958) +- refactor(core): decouple scheduler into orchestration, policy, and + confirmation by @abhipatel12 in + [#16895](https://github.com/google-gemini/gemini-cli/pull/16895) +- feat: add /introspect slash command by @NTaylorMullen in + [#17048](https://github.com/google-gemini/gemini-cli/pull/17048) +- refactor(cli): centralize tool mapping and decouple legacy scheduler by + @abhipatel12 in + [#17044](https://github.com/google-gemini/gemini-cli/pull/17044) +- fix(ui): ensure rationale renders before tool calls by @NTaylorMullen in + [#17043](https://github.com/google-gemini/gemini-cli/pull/17043) +- fix(workflows): use author_association for maintainer check by @bdmorgan in + [#17060](https://github.com/google-gemini/gemini-cli/pull/17060) +- fix return type of fireSessionStartEvent to defaultHookOutput by @ved015 in + [#16833](https://github.com/google-gemini/gemini-cli/pull/16833) +- feat(cli): add experiment gate for event-driven scheduler by @abhipatel12 in + [#17055](https://github.com/google-gemini/gemini-cli/pull/17055) +- feat(core): improve shell redirection transparency and security by + @NTaylorMullen in + [#16486](https://github.com/google-gemini/gemini-cli/pull/16486) +- fix(core): deduplicate ModelInfo emission in GeminiClient by @NTaylorMullen in + [#17075](https://github.com/google-gemini/gemini-cli/pull/17075) +- docs(themes): remove unsupported DiffModified color key by @jw409 in + [#17073](https://github.com/google-gemini/gemini-cli/pull/17073) +- fix: update currentSequenceModel when modelChanged by @adamfweidman in + [#17051](https://github.com/google-gemini/gemini-cli/pull/17051) +- feat(core): enhanced anchored iterative context compression with + self-verification by @rmedranollamas in + [#15710](https://github.com/google-gemini/gemini-cli/pull/15710) +- Fix mcp instructions by @chrstnb in + [#16439](https://github.com/google-gemini/gemini-cli/pull/16439) +- [A2A] Disable checkpointing if git is not installed by @cocosheng-g in + [#16896](https://github.com/google-gemini/gemini-cli/pull/16896) +- feat(admin): set admin.skills.enabled based on advancedFeaturesEnabled setting + by @skeshive in + [#17095](https://github.com/google-gemini/gemini-cli/pull/17095) +- Test coverage for hook exit code cases by @gundermanc in + [#17041](https://github.com/google-gemini/gemini-cli/pull/17041) +- Revert "Revert "Update extension examples"" by @chrstnb in + [#16445](https://github.com/google-gemini/gemini-cli/pull/16445) +- fix(core): Provide compact, actionable errors for agent delegation failures by + @SandyTao520 in + [#16493](https://github.com/google-gemini/gemini-cli/pull/16493) +- fix: migrate BeforeModel and AfterModel hooks to HookSystem by @ved015 in + [#16599](https://github.com/google-gemini/gemini-cli/pull/16599) +- feat(admin): apply admin settings to gemini skills/mcp/extensions commands by + @skeshive in [#17102](https://github.com/google-gemini/gemini-cli/pull/17102) +- fix(core): update telemetry token count after session resume by @psinha40898 + in [#15491](https://github.com/google-gemini/gemini-cli/pull/15491) +- Demote the subagent test to nightly by @gundermanc in + [#17105](https://github.com/google-gemini/gemini-cli/pull/17105) +- feat(plan): telemetry to track adoption and usage of plan mode by @Adib234 in + [#16863](https://github.com/google-gemini/gemini-cli/pull/16863) +- feat: Add flash lite utility fallback chain by @adamfweidman in + [#17056](https://github.com/google-gemini/gemini-cli/pull/17056) +- Fixes Windows crash: "Cannot resize a pty that has already exited" by @dzammit + in [#15757](https://github.com/google-gemini/gemini-cli/pull/15757) +- feat(core): Add initial eval for generalist agent. by @joshualitt in + [#16856](https://github.com/google-gemini/gemini-cli/pull/16856) +- feat(core): unify agent enabled and disabled flags by @SandyTao520 in + [#17127](https://github.com/google-gemini/gemini-cli/pull/17127) +- fix(core): resolve auto model in default strategy by @sehoon38 in + [#17116](https://github.com/google-gemini/gemini-cli/pull/17116) +- docs: update project context and pr-creator workflow by @NTaylorMullen in + [#17119](https://github.com/google-gemini/gemini-cli/pull/17119) +- fix(cli): send gemini-cli version as mcp client version by @dsp in + [#13407](https://github.com/google-gemini/gemini-cli/pull/13407) +- fix(cli): resolve Ctrl+Enter and Ctrl+J newline issues by @imadraude in + [#17021](https://github.com/google-gemini/gemini-cli/pull/17021) +- Remove missing sidebar item by @chrstnb in + [#17145](https://github.com/google-gemini/gemini-cli/pull/17145) +- feat(core): Ensure all properties in hooks object are event names. by + @joshualitt in + [#16870](https://github.com/google-gemini/gemini-cli/pull/16870) +- fix(cli): fix newline support broken in previous PR by @scidomino in + [#17159](https://github.com/google-gemini/gemini-cli/pull/17159) +- Add interactive ValidationDialog for handling 403 VALIDATION_REQUIRED errors. + by @gsquared94 in + [#16231](https://github.com/google-gemini/gemini-cli/pull/16231) +- Add Esc-Esc to clear prompt when it's not empty by @Adib234 in + [#17131](https://github.com/google-gemini/gemini-cli/pull/17131) +- Avoid spurious warnings about unexpected renders triggered by appEvents and + coreEvents. by @jacob314 in + [#17160](https://github.com/google-gemini/gemini-cli/pull/17160) +- fix(cli): resolve home/end keybinding conflict by @scidomino in + [#17124](https://github.com/google-gemini/gemini-cli/pull/17124) +- fix(cli): display 'http' type on mcp list by @pamanta in + [#16915](https://github.com/google-gemini/gemini-cli/pull/16915) +- fix bad fallback logic external editor logic by @scidomino in + [#17166](https://github.com/google-gemini/gemini-cli/pull/17166) +- Fix bug where System scopes weren't migrated. by @jacob314 in + [#17174](https://github.com/google-gemini/gemini-cli/pull/17174) +- Fix mcp tool lookup in tool registry by @werdnum in + [#17054](https://github.com/google-gemini/gemini-cli/pull/17054) **Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.23.0-preview.6...v0.24.0-preview.0 +https://github.com/google-gemini/gemini-cli/compare/v0.25.0-preview.4...v0.26.0-preview.0 diff --git a/docs/changelogs/releases.md b/docs/changelogs/releases.md deleted file mode 100644 index 23524cfc3c..0000000000 --- a/docs/changelogs/releases.md +++ /dev/null @@ -1,1543 +0,0 @@ -# Gemini CLI changelog - -Gemini CLI has three major release channels: nightly, preview, and stable. For -most users, we recommend the stable release. - -On this page, you can find information regarding the current releases and -highlights from each release. - -For the full changelog, including nightly releases, refer to -[Releases - google-gemini/gemini-cli](https://github.com/google-gemini/gemini-cli/releases) -on GitHub. - -## Current releases - -| Release channel | Notes | -| :---------------------------------------- | :---------------------------------------------- | -| Nightly | Nightly release with the most recent changes. | -| [Preview](#release-v0240-preview-preview) | Experimental features ready for early feedback. | -| [Latest](#release-v0230-latest) | Stable, recommended for general use. | - -## Release v0.24.0-preview (Preview) - -### Highlights - -- 🎉 **Experimental Agent Skills Support in Preview:** Gemini CLI now supports - [Agent Skills](https://agentskills.io/home) in our preview builds. This is an - early preview where we’re looking for feedback! - - Install Preview: `npm install -g @google/gemini-cli@preview` - - Enable in `/settings` - - Docs: - [https://geminicli.com/docs/cli/skills/](https://geminicli.com/docs/cli/skills/) - -### What's changed - -- chore(core): refactor model resolution and cleanup fallback logic by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15228 -- Add Folder Trust Support To Hooks by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15325 -- Record timestamp with code assist metrics. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15439 -- feat(policy): implement dynamic mode-aware policy evaluation by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15307 -- fix(core): use debugLogger.debug for startup profiler logs by @NTaylorMullen - in https://github.com/google-gemini/gemini-cli/pull/15443 -- feat(ui): Add security warning and improve layout for Hooks list by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15440 -- fix #15369, prevent crash on unhandled EIO error in readStdin cleanup by - @ElecTwix in https://github.com/google-gemini/gemini-cli/pull/15410 -- chore: improve error messages for --resume by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15360 -- chore: remove clipboard file by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15447 -- Implemented unified secrets sanitization and env. redaction options by - @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15348 -- feat: automatic `/model` persistence across Gemini CLI sessions by @niyasrad - in https://github.com/google-gemini/gemini-cli/pull/13199 -- refactor(core): remove deprecated permission aliases from BeforeToolHookOutput - by @StoyanD in https://github.com/google-gemini/gemini-cli/pull/14855 -- fix: add missing `type` field to MCPServerConfig by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15465 -- Make schema validation errors non-fatal by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15487 -- chore: limit MCP resources display to 10 by default by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15489 -- Add experimental in-CLI extension install and uninstall subcommands by - @chrstnb in https://github.com/google-gemini/gemini-cli/pull/15178 -- feat: Add A2A Client Manager and tests by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15485 -- feat: terse transformations of image paths in text buffer by @psinha40898 in - https://github.com/google-gemini/gemini-cli/pull/4924 -- Security: Project-level hook warnings by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15470 -- Added modifyOtherKeys protocol support for tmux by @ved015 in - https://github.com/google-gemini/gemini-cli/pull/15524 -- chore(core): fix comment typo by @Mapleeeeeeeeeee in - https://github.com/google-gemini/gemini-cli/pull/15558 -- feat: Show snowfall animation for holiday theme by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15494 -- do not persist the fallback model by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15483 -- Resolve unhandled promise rejection in ide-client.ts by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15587 -- fix(core): handle checkIsRepo failure in GitService.initialize by - @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15574 -- fix(cli): add enableShellOutputEfficiency to settings schema by - @Mapleeeeeeeeeee in https://github.com/google-gemini/gemini-cli/pull/15560 -- Manual nightly version bump to 0.24.0-nightly.20251226.546baf993 by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15594 -- refactor(core): extract static concerns from CoreToolScheduler by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15589 -- fix(core): enable granular shell command allowlisting in policy engine by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15601 -- chore/release: bump version to 0.24.0-nightly.20251227.37be16243 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15612 -- refactor: deprecate legacy confirmation settings and enforce Policy Engine by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15626 -- Migrate console to coreEvents.emitFeedback or debugLogger by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15219 -- Exponential back-off retries for retryable error without a specified … by - @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/15684 -- feat(agents): add support for remote agents and multi-agent TOML files by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15437 -- Update wittyPhrases.ts by @segyges in - https://github.com/google-gemini/gemini-cli/pull/15697 -- refactor(auth): Refactor non-interactive mode auth validation & refresh by - @skeshive in https://github.com/google-gemini/gemini-cli/pull/15679 -- Revert "Update wittyPhrases.ts (#15697)" by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15719 -- fix(hooks): deduplicate agent hooks and add cross-platform integration tests - by @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15701 -- Implement support for tool input modification by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15492 -- Add instructions to the extensions update info notification by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14907 -- Add extension settings info to /extensions list by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14905 -- Agent Skills: Implement Core Skill Infrastructure & Tiered Discovery by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15698 -- chore: remove cot style comments by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15735 -- feat(agents): Add remote agents to agent registry by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15711 -- feat(hooks): implement STOP_EXECUTION and enhance hook decision handling by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15685 -- Fix build issues caused by year-specific linter rule by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15780 -- fix(core): handle unhandled promise rejection in mcp-client-manager by - @kamja44 in https://github.com/google-gemini/gemini-cli/pull/14701 -- log fallback mode by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15817 -- Agent Skills: Implement Autonomous Activation Tool & Context Injection by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15725 -- fix(core): improve shell command with redirection detection by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15683 -- Add security docs by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15739 -- feat: add folder suggestions to `/dir add` command by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15724 -- Agent Skills: Implement Agent Integration and System Prompt Awareness by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15728 -- chore: cleanup old smart edit settings by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15832 -- Agent Skills: Status Bar Integration for Skill Counts by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15741 -- fix(core): mock powershell output in shell-utils test by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15831 -- Agent Skills: Unify Representation & Centralize Loading by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15833 -- Unify shell security policy and remove legacy logic by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15770 -- feat(core): restore MessageBus optionality for soft migration (Phase 1) by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15774 -- feat(core): Standardize Tool and Agent Invocation constructors (Phase 2) by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15775 -- feat(core,cli): enforce mandatory MessageBus injection (Phase 3 Hard - Migration) by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15776 -- Agent Skills: Extension Support & Security Disclosure by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15834 -- feat(hooks): implement granular stop and block behavior for agent hooks by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15824 -- Agent Skills: Add gemini skills CLI management command by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15837 -- refactor: consolidate EditTool and SmartEditTool by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15857 -- fix(cli): mock fs.readdir in consent tests for Windows compatibility by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15904 -- refactor(core): Extract and integrate ToolExecutor by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15900 -- Fix terminal hang when user exits browser without logging in by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15748 -- fix: avoid SDK warning by not accessing .text getter in logging by @ved015 in - https://github.com/google-gemini/gemini-cli/pull/15706 -- Make default settings apply by @devr0306 in - https://github.com/google-gemini/gemini-cli/pull/15354 -- chore: rename smart-edit to edit by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15923 -- Opt-in to persist model from /model by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15820 -- fix: prevent /copy crash on Windows by skipping /dev/tty by @ManojINaik in - https://github.com/google-gemini/gemini-cli/pull/15657 -- Support context injection via SessionStart hook. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15746 -- Fix order of preflight by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15941 -- Fix failing unit tests by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15940 -- fix(cli): resolve paste issue on Windows terminals. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15932 -- Agent Skills: Implement /skills reload by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15865 -- Add setting to support OSC 52 paste by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15336 -- remove manual string when displaying manual model in the footer by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15967 -- fix(core): use correct interactive check for system prompt by @ppergame in - https://github.com/google-gemini/gemini-cli/pull/15020 -- Inform user of missing settings on extensions update by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/15944 -- feat(policy): allow 'modes' in user and admin policies by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15977 -- fix: default folder trust to untrusted for enhanced security by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15943 -- Add description for each settings item in /settings by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15936 -- Use GetOperation to poll for OnboardUser completion by @ishaanxgupta in - https://github.com/google-gemini/gemini-cli/pull/15827 -- Agent Skills: Add skill directory to WorkspaceContext upon activation by - @NTaylorMullen in https://github.com/google-gemini/gemini-cli/pull/15870 -- Fix settings command fallback by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/15926 -- fix: writeTodo construction by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/16014 -- properly disable keyboard modes on exit by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/16006 -- Add workflow to label child issues for rollup by @bdmorgan in - https://github.com/google-gemini/gemini-cli/pull/16002 -- feat(ui): add visual indicators for hook execution by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15408 -- fix: image token estimation by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/16004 -- feat(hooks): Add a hooks.enabled setting. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/15933 -- feat(admin): Introduce remote admin settings & implement - secureModeEnabled/mcpEnabled by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/15935 -- Remove trailing whitespace in yaml. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/16036 -- feat(agents): add support for remote agents by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/16013 -- fix: limit scheduled issue triage queries to prevent argument list too long - error by @jerop in https://github.com/google-gemini/gemini-cli/pull/16021 -- ci(github-actions): triage all new issues automatically by @jerop in - https://github.com/google-gemini/gemini-cli/pull/16018 -- Fix test. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/16011 -- fix: hide broken skills object from settings dialog by @korade-krushna in - https://github.com/google-gemini/gemini-cli/pull/15766 -- Agent Skills: Initial Documentation & Tutorial by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15869 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.23.0-preview.6...v0.24.0-preview.0 - -## Release v0.23.0 (Latest) - -### Highlights - -- **Gemini CLI wrapped:** Run `npx gemini-wrapped` to visualize your usage - stats, top models, languages, and more! -- **Windows clipboard image support:** Windows users can now paste images - directly from their clipboard into the CLI using `Alt`+`V`. - ([pr](https://github.com/google-gemini/gemini-cli/pull/13997) by - [@sgeraldes](https://github.com/sgeraldes)) -- **Terminal background color detection:** Automatically optimizes your - terminal's background color to select compatible themes and provide - accessibility warnings. - ([pr](https://github.com/google-gemini/gemini-cli/pull/15132) by - [@jacob314](https://github.com/jacob314)) -- **Session logout:** Use the new `/logout` command to instantly clear - credentials and reset your authentication state for seamless account - switching. ([pr](https://github.com/google-gemini/gemini-cli/pull/13383) by - [@CN-Scars](https://github.com/CN-Scars)) - -### What's changed - -- Code assist service metrics. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15024 -- chore/release: bump version to 0.21.0-nightly.20251216.bb0c0d8ee by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15121 -- Docs by @Roaimkhan in https://github.com/google-gemini/gemini-cli/pull/15103 -- Use official ACP SDK and support HTTP/SSE based MCP servers by @SteffenDE in - https://github.com/google-gemini/gemini-cli/pull/13856 -- Remove foreground for themes other than shades of purple and holiday. by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14606 -- chore: remove repo specific tips by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15164 -- chore: remove user query from footer in debug mode by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15169 -- Disallow unnecessary awaits. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15172 -- Add one to the padding in settings dialog to avoid flicker. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15173 -- feat(core): introduce remote agent infrastructure and rename local executor by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15110 -- feat(cli): Add `/auth logout` command to clear credentials and auth state by - @CN-Scars in https://github.com/google-gemini/gemini-cli/pull/13383 -- (fix) Automated pr labeller by @DaanVersavel in - https://github.com/google-gemini/gemini-cli/pull/14885 -- feat: launch Gemini 3 Flash in Gemini CLI ⚡️⚡️⚡️ by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15196 -- Refactor: Migrate console.error in ripGrep.ts to debugLogger by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15201 -- chore: update a2a-js to 0.3.7 by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15197 -- chore(core): remove redundant isModelAvailabilityServiceEnabled toggle and - clean up dead code by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15207 -- feat(core): Late resolve `GenerateContentConfig`s and reduce mutation. by - @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14920 -- Respect previewFeatures value from the remote flag if undefined by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15214 -- feat(ui): add Windows clipboard image support and Alt+V paste workaround by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15218 -- chore(core): remove legacy fallback flags and migrate loop detection by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15213 -- fix(ui): Prevent eager slash command completion hiding sibling commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15224 -- Docs: Update Changelog for Dec 17, 2025 by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/15204 -- Code Assist backend telemetry for user accept/reject of suggestions by - @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15206 -- fix(cli): correct initial history length handling for chat commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15223 -- chore/release: bump version to 0.21.0-nightly.20251218.739c02bd6 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15231 -- Change detailed model stats to use a new shared Table class to resolve - robustness issues. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15208 -- feat: add agent toml parser by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15112 -- Add core tool that adds all context from the core package. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15238 -- (docs): Add reference section to hooks documentation by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15159 -- feat(hooks): add support for friendly names and descriptions by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15174 -- feat: Detect background color by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15132 -- add 3.0 to allowed sensitive keywords by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15276 -- feat: Pass additional environment variables to shell execution by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15160 -- Remove unused code by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15290 -- Handle all 429 as retryableQuotaError by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15288 -- Remove unnecessary dependencies by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15291 -- fix: prevent infinite loop in prompt completion on error by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14548 -- fix(ui): show command suggestions even on perfect match and sort them by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15287 -- feat(hooks): reduce log verbosity and improve error reporting in UI by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15297 -- feat: simplify tool confirmation labels for better UX by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15296 -- chore/release: bump version to 0.21.0-nightly.20251219.70696e364 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15301 -- feat(core): Implement JIT context memory loading and UI sync by @SandyTao520 - in https://github.com/google-gemini/gemini-cli/pull/14469 -- feat(ui): Put "Allow for all future sessions" behind a setting off by default. - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15322 -- fix(cli):change the placeholder of input during the shell mode by - @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/15135 -- Validate OAuth resource parameter matches MCP server URL by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15289 -- docs(cli): add System Prompt Override (GEMINI_SYSTEM_MD) by @ashmod in - https://github.com/google-gemini/gemini-cli/pull/9515 -- more robust command parsing logs by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15339 -- Introspection agent demo by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15232 -- fix(core): sanitize hook command expansion and prevent injection by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15343 -- fix(folder trust): add validation for trusted folder level by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/12215 -- fix(cli): fix right border overflow in trust dialogs by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15350 -- fix(policy): fix bug where accepting-edits continued after it was turned off - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15351 -- fix: prevent infinite relaunch loop when --resume fails (#14941) by @Ying-xi - in https://github.com/google-gemini/gemini-cli/pull/14951 -- chore/release: bump version to 0.21.0-nightly.20251220.41a1a3eed by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15352 -- feat(telemetry): add clearcut logging for hooks by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15405 -- fix(core): Add `.geminiignore` support to SearchText tool by @xyrolle in - https://github.com/google-gemini/gemini-cli/pull/13763 -- fix(patch): cherry-pick 0843d9a to release/v0.23.0-preview.0-pr-15443 to patch - version v0.23.0-preview.0 and create version 0.23.0-preview.1 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15445 -- fix(patch): cherry-pick 9cdb267 to release/v0.23.0-preview.1-pr-15494 to patch - version v0.23.0-preview.1 and create version 0.23.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15592 -- fix(patch): cherry-pick 37be162 to release/v0.23.0-preview.2-pr-15601 to patch - version v0.23.0-preview.2 and create version 0.23.0-preview.3 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15603 -- fix(patch): cherry-pick 07e597d to release/v0.23.0-preview.3-pr-15684 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/15734 -- fix(patch): cherry-pick c31f053 to release/v0.23.0-preview.4-pr-16004 to patch - version v0.23.0-preview.4 and create version 0.23.0-preview.5 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/16027 -- fix(patch): cherry-pick 788bb04 to release/v0.23.0-preview.5-pr-15817 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/16038 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.22.5...v0.23.0 - -## Release v0.23.0-preview - -### What's changed - -- Code assist service metrics. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15024 -- chore/release: bump version to 0.21.0-nightly.20251216.bb0c0d8ee by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15121 -- Docs by @Roaimkhan in https://github.com/google-gemini/gemini-cli/pull/15103 -- Use official ACP SDK and support HTTP/SSE based MCP servers by @SteffenDE in - https://github.com/google-gemini/gemini-cli/pull/13856 -- Remove foreground for themes other than shades of purple and holiday. by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14606 -- chore: remove repo specific tips by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15164 -- chore: remove user query from footer in debug mode by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/15169 -- Disallow unnecessary awaits. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15172 -- Add one to the padding in settings dialog to avoid flicker. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15173 -- feat(core): introduce remote agent infrastructure and rename local executor by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15110 -- feat(cli): Add `/auth logout` command to clear credentials and auth state by - @CN-Scars in https://github.com/google-gemini/gemini-cli/pull/13383 -- (fix) Automated pr labeler by @DaanVersavel in - https://github.com/google-gemini/gemini-cli/pull/14885 -- feat: launch Gemini 3 Flash in Gemini CLI ⚡️⚡️⚡️ by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15196 -- Refactor: Migrate console.error in ripGrep.ts to debugLogger by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/15201 -- chore: update a2a-js to 0.3.7 by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15197 -- chore(core): remove redundant isModelAvailabilityServiceEnabled toggle and - clean up dead code by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/15207 -- feat(core): Late resolve `GenerateContentConfig`s and reduce mutation. by - @joshualitt in https://github.com/google-gemini/gemini-cli/pull/14920 -- Respect previewFeatures value from the remote flag if undefined by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15214 -- feat(ui): add Windows clipboard image support and Alt+V paste workaround by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15218 -- chore(core): remove legacy fallback flags and migrate loop detection by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/15213 -- fix(ui): Prevent eager slash command completion hiding sibling commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15224 -- Docs: Update Changelog for Dec 17, 2025 by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/15204 -- Code Assist backend telemetry for user accept/reject of suggestions by - @gundermanc in https://github.com/google-gemini/gemini-cli/pull/15206 -- fix(cli): correct initial history length handling for chat commands by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15223 -- chore/release: bump version to 0.21.0-nightly.20251218.739c02bd6 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15231 -- Change detailed model stats to use a new shared Table class to resolve - robustness issues. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15208 -- feat: add agent toml parser by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15112 -- Add core tool that adds all context from the core package. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15238 -- (docs): Add reference section to hooks documentation by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15159 -- feat(hooks): add support for friendly names and descriptions by @abhipatel12 - in https://github.com/google-gemini/gemini-cli/pull/15174 -- feat: Detect background color by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15132 -- add 3.0 to allowed sensitive keywords by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15276 -- feat: Pass additional environment variables to shell execution by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15160 -- Remove unused code by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15290 -- Handle all 429 as retryableQuotaError by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/15288 -- Remove unnecessary dependencies by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15291 -- fix: prevent infinite loop in prompt completion on error by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14548 -- fix(ui): show command suggestions even on perfect match and sort them by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15287 -- feat(hooks): reduce log verbosity and improve error reporting in UI by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15297 -- feat: simplify tool confirmation labels for better UX by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15296 -- chore/release: bump version to 0.21.0-nightly.20251219.70696e364 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15301 -- feat(core): Implement JIT context memory loading and UI sync by @SandyTao520 - in https://github.com/google-gemini/gemini-cli/pull/14469 -- feat(ui): Put "Allow for all future sessions" behind a setting off by default. - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15322 -- fix(cli):change the placeholder of input during the shell mode by - @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/15135 -- Validate OAuth resource parameter matches MCP server URL by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15289 -- docs(cli): add System Prompt Override (GEMINI_SYSTEM_MD) by @ashmod in - https://github.com/google-gemini/gemini-cli/pull/9515 -- more robust command parsing logs by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15339 -- Introspection agent demo by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15232 -- fix(core): sanitize hook command expansion and prevent injection by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/15343 -- fix(folder trust): add validation for trusted folder level by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/12215 -- fix(cli): fix right border overflow in trust dialogs by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/15350 -- fix(policy): fix bug where accepting-edits continued after it was turned off - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/15351 -- fix: prevent infinite relaunch loop when --resume fails (#14941) by @Ying-xi - in https://github.com/google-gemini/gemini-cli/pull/14951 -- chore/release: bump version to 0.21.0-nightly.20251220.41a1a3eed by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15352 -- feat(telemetry): add clearcut logging for hooks by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15405 -- fix(core): Add `.geminiignore` support to SearchText tool by @xyrolle in - https://github.com/google-gemini/gemini-cli/pull/13763 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.22.0-preview.3...v0.23.0-preview.0 - -## Release v0.22.0 - -### Highlights - -- **Comprehensive quota visibility:** View usage statistics for all available - models in the `/stats` command, even those not yet used in your current - session. ([pic](https://imgur.com/a/cKyDtYh), - [pr](https://github.com/google-gemini/gemini-cli/pull/14764) by - [@sehoon38](https://github.com/sehoon38)) -- **Polished CLI statistics:** We’ve cleaned up the `/stats` view to prioritize - actionable quota information while providing a detailed token and - cache-efficiency breakdown in `/stats model` - ([login with Google](https://imgur.com/a/w9xKthm), - [api key](https://imgur.com/a/FjQPHOY), - [model stats](https://imgur.com/a/VfWzVgw), - [pr](https://github.com/google-gemini/gemini-cli/pull/14961) by - [@jacob314](https://github.com/jacob314)) -- **Multi-file drag & drop:** Multi-file drag & drop is now supported and - properly translated to be prefixed with `@`. - ([pr](https://github.com/google-gemini/gemini-cli/pull/14832) by - [@jackwotherspoon](https://github.com/jackwotherspoon)) - -### What's changed - -- feat(ide): fallback to GEMINI_CLI_IDE_AUTH_TOKEN env var by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14843 -- feat: display quota stats for unused models in /stats by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/14764 -- feat: ensure codebase investigator uses preview model when main agent does by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14412 -- chore: add closing reason to stale bug workflow by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14861 -- Send the model and CLI version with the user agent by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/14865 -- refactor(sessions): move session summary generation to startup by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14691 -- Limit search depth in path corrector by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14869 -- Fix: Correct typo in code comment by @kuishou68 in - https://github.com/google-gemini/gemini-cli/pull/14671 -- feat(core): Plumbing for late resolution of model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/14597 -- feat: attempt more error parsing by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14899 -- Add missing await. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/14910 -- feat(core): Add support for transcript_path in hooks for git-ai/Gemini - extension by @svarlamov in - https://github.com/google-gemini/gemini-cli/pull/14663 -- refactor: implement DelegateToAgentTool with discriminated union by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14769 -- feat: reset availabilityService on /auth by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14911 -- chore/release: bump version to 0.21.0-nightly.20251211.8c83e1ea9 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14924 -- Fix: Correctly detect MCP tool errors by @kevin-ramdass in - https://github.com/google-gemini/gemini-cli/pull/14937 -- increase labeler timeout by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14922 -- tool(cli): tweak the frontend tool to be aware of more core files from the cli - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14962 -- feat(cli): polish cached token stats and simplify stats display when quota is - present. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14961 -- feat(settings-validation): add validation for settings schema by @lifefloating - in https://github.com/google-gemini/gemini-cli/pull/12929 -- fix(ide): Update IDE extension to write auth token in env var by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14999 -- Revert "chore(deps): bump express from 5.1.0 to 5.2.0" by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14998 -- feat(a2a): Introduce /init command for a2a server by @cocosheng-g in - https://github.com/google-gemini/gemini-cli/pull/13419 -- feat: support multi-file drag and drop of images by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/14832 -- fix(policy): allow codebase_investigator by default in read-only policy by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15000 -- refactor(ide ext): Update port file name + switch to 1-based index for - characters + remove truncation text by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/10501 -- fix(vscode-ide-companion): correct license generation for workspace - dependencies by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/15004 -- fix: temp fix for subagent invocation until subagent delegation is merged to - stable by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15007 -- test: update ide detection tests to make them more robust when run in an ide - by @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/15008 -- Remove flex from stats display. See snapshots for diffs. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14983 -- Add license field into package.json by @jb-perez in - https://github.com/google-gemini/gemini-cli/pull/14473 -- feat: Persistent "Always Allow" policies with granular shell & MCP support by - @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14737 -- chore/release: bump version to 0.21.0-nightly.20251212.54de67536 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14969 -- fix(core): commandPrefix word boundary and compound command safety by - @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/15006 -- chore(docs): add 'Maintainers only' label info to CONTRIBUTING.md by @jacob314 - in https://github.com/google-gemini/gemini-cli/pull/14914 -- Refresh hooks when refreshing extensions. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14918 -- Add clarity to error messages by @gsehgal in - https://github.com/google-gemini/gemini-cli/pull/14879 -- chore : remove a redundant tip by @JayadityaGit in - https://github.com/google-gemini/gemini-cli/pull/14947 -- chore/release: bump version to 0.21.0-nightly.20251213.977248e09 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15029 -- Disallow redundant typecasts. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15030 -- fix(auth): prioritize GEMINI_API_KEY env var and skip unnecessary key… by - @galz10 in https://github.com/google-gemini/gemini-cli/pull/14745 -- fix: use zod for safety check result validation by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/15026 -- update(telemetry): add hashed_extension_name to field to extension events by - @kiranani in https://github.com/google-gemini/gemini-cli/pull/15025 -- fix: similar to policy-engine, throw error in case of requiring tool execution - confirmation for non-interactive mode by @MayV in - https://github.com/google-gemini/gemini-cli/pull/14702 -- Clean up processes in integration tests by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15102 -- docs: update policy engine getting started and defaults by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15105 -- Fix tool output fragmentation by encapsulating content in functionResponse by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/13082 -- Simplify method signature. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15114 -- Show raw input token counts in json output. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15021 -- fix: Mark A2A requests as interactive by @MayV in - https://github.com/google-gemini/gemini-cli/pull/15108 -- use previewFeatures to determine which pro model to use for A2A by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15131 -- refactor(cli): fix settings merging so that settings using the new json format - take priority over ones using the old format by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15116 -- fix(patch): cherry-pick a6d1245 to release/v0.22.0-preview.1-pr-15214 to patch - version v0.22.0-preview.1 and create version 0.22.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15226 -- fix(patch): cherry-pick 9e6914d to release/v0.22.0-preview.2-pr-15288 to patch - version v0.22.0-preview.2 and create version 0.22.0-preview.3 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15294 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.21.3...v0.22.0 - -## Release v0.21.0 - -### Highlights - -- **⚡️⚡️⚡️ Gemini 3 Flash + Gemini CLI:** If you are a paid user, you can now - enable Gemini 3 Pro and Gemini 3 Flash. Go to `/settings` and set **Preview - Features** to `true` to enable Gemini 3. For more information: - [Gemini 3 Flash is now available in Gemini CLI](https://developers.googleblog.com/gemini-3-flash-is-now-available-in-gemini-cli/). - -### What's changed - -- refactor(stdio): always patch stdout and use createWorkingStdio for clean - output by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/14159 -- chore(release): bump version to 0.21.0-nightly.20251202.2d935b379 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14409 -- implement fuzzy search inside settings by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/13864 -- feat: enable message bus integration by default by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/14329 -- docs: Recommend using --debug intead of --verbose for CLI debugging by @bbiggs - in https://github.com/google-gemini/gemini-cli/pull/14334 -- feat: consolidate remote MCP servers to use `url` in config by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/13762 -- Restrict integration tests tools by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14403 -- track github repository names in telemetry events by @IamRiddhi in - https://github.com/google-gemini/gemini-cli/pull/13670 -- Allow telemetry exporters to GCP to utilize user's login credentials, if - requested by @mboshernitsan in - https://github.com/google-gemini/gemini-cli/pull/13778 -- refactor(editor): use const assertion for editor types with single source of - truth by @amsminn in https://github.com/google-gemini/gemini-cli/pull/8604 -- fix(security): Fix npm audit vulnerabilities in glob and body-parser by - @afarber in https://github.com/google-gemini/gemini-cli/pull/14090 -- Add new enterprise instructions by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/8641 -- feat(hooks): Hook Session Lifecycle & Compression Integration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/14151 -- Avoid triggering refreshStatic unless there really is a banner to display. by - @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14328 -- feat(hooks): Hooks Commands Panel, Enable/Disable, and Migrate by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/14225 -- fix: Bundle default policies for npx distribution by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/14457 -- feat(hooks): Hook System Documentation by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/14307 -- Fix tests by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14458 -- feat: add scheduled workflow to close stale issues by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14404 -- feat: Support Extension Hooks with Security Warning by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/14460 -- feat: Add enableAgents experimental flag by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14371 -- docs: fix typo 'socus' to 'focus' in todos.md by @Viktor286 in - https://github.com/google-gemini/gemini-cli/pull/14374 -- Markdown export: move the emoji to the end of the line by @mhansen in - https://github.com/google-gemini/gemini-cli/pull/12278 -- fix(acp): prevent unnecessary credential cache clearing on re-authent… by - @h-michael in https://github.com/google-gemini/gemini-cli/pull/9410 -- fix(cli): Fix word navigation for CJK characters by @SandyTao520 in - https://github.com/google-gemini/gemini-cli/pull/14475 -- Remove example extension by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14376 -- Add commands for listing and updating per-extension settings by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/12664 -- chore(tests): remove obsolete test for hierarchical memory by @pareshjoshij in - https://github.com/google-gemini/gemini-cli/pull/13122 -- feat(cli): support /copy in remote sessions using OSC52 by @ismellpillows in - https://github.com/google-gemini/gemini-cli/pull/13471 -- Update setting search UX by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/14451 -- Fix(cli): Improve Homebrew update instruction to specify gemini-cli by - @DaanVersavel in https://github.com/google-gemini/gemini-cli/pull/14502 -- do not toggle the setting item when entering space by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/14489 -- fix: improve retry logic for fetch errors and network codes by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/14439 -- remove unused isSearching field by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/14509 -- feat(mcp): add `--type` alias for `--transport` flag in gemini mcp add by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14503 -- feat(cli): Move key restore logic to core by @cocosheng-g in - https://github.com/google-gemini/gemini-cli/pull/13013 -- feat: add auto-execute on Enter behavior to argumentless MCP prompts by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14510 -- fix(shell): cursor visibility when using interactive mode by @aswinashok44 in - https://github.com/google-gemini/gemini-cli/pull/14095 -- Adding session id as part of json o/p by @MJjainam in - https://github.com/google-gemini/gemini-cli/pull/14504 -- fix(extensions): resolve GitHub API 415 error for source tarballs by - @jpoehnelt in https://github.com/google-gemini/gemini-cli/pull/13319 -- fix(client): Correctly latch hasFailedCompressionAttempt flag by @pareshjoshij - in https://github.com/google-gemini/gemini-cli/pull/13002 -- Disable flaky extension reloading test on linux by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14528 -- Add support for MCP dynamic tool update by `notifications/tools/list_changed` - by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/14375 -- Fix privacy screen for legacy tier users by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14522 -- feat: Exclude maintainer labeled issues from stale issue closer by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14532 -- Grant chained workflows proper permission. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14534 -- Make trigger_e2e manually fireable. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14547 -- Write e2e status to local repo not forked repo by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14549 -- Fixes [API Error: Cannot read properties of undefined (reading 'error')] by - @silviojr in https://github.com/google-gemini/gemini-cli/pull/14553 -- Trigger chained e2e tests on all pull requests by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14551 -- Fix bug in the shellExecutionService resulting in both truncation and 3X bloat - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14545 -- Fix issue where we were passing the model content reflecting terminal line - wrapping. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14566 -- chore/release: bump version to 0.21.0-nightly.20251204.3da4fd5f7 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14476 -- feat(sessions): use 1-line generated session summary to describe sessions by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14467 -- Use Robot PAT for chained e2e merge queue skipper by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14585 -- fix(core): improve API response error handling and retry logic by @mattKorwel - in https://github.com/google-gemini/gemini-cli/pull/14563 -- Docs: Model routing clarification by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/14373 -- expose previewFeatures flag in a2a by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/14550 -- Fix emoji width in debug console. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14593 -- Fully detach autoupgrade process by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14595 -- Docs: Update Gemini 3 on Gemini CLI documentation by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/14601 -- Disallow floating promises. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/14605 -- chore/release: bump version to 0.21.0-nightly.20251207.025e450ac by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14662 -- feat(modelAvailabilityService): integrate model availability service into - backend logic by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14470 -- Add prompt_id propagation in a2a-server task by @koxkox111 in - https://github.com/google-gemini/gemini-cli/pull/14581 -- Fix: Prevent freezing in non-interactive Gemini CLI when debug mode is enabled - by @parthasaradhie in https://github.com/google-gemini/gemini-cli/pull/14580 -- fix(audio): improve reading of audio files by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/14658 -- Update automated triage workflow to stop assigning priority labels by - @skeshive in https://github.com/google-gemini/gemini-cli/pull/14717 -- set failed status when chained e2e fails by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14725 -- feat(github action) Triage and Label Pull Requests by Size and Comple… by - @DaanVersavel in https://github.com/google-gemini/gemini-cli/pull/5571 -- refactor(telemetry): Improve previous PR that allows telemetry to use the CLI - auth and add testing by @mboshernitsan in - https://github.com/google-gemini/gemini-cli/pull/14589 -- Always set status in chained_e2e workflow by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14730 -- feat: Add OTEL log event `gemini_cli.startup_stats` for startup stats. by - @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/14734 -- feat: auto-execute on slash command completion functions by @jackwotherspoon - in https://github.com/google-gemini/gemini-cli/pull/14584 -- Docs: Proper release notes by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/14405 -- Add support for user-scoped extension settings by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/13748 -- refactor(core): Improve environment variable handling in shell execution by - @galz10 in https://github.com/google-gemini/gemini-cli/pull/14742 -- Remove old E2E Workflows by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14749 -- fix: handle missing local extension config and skip hooks when disabled by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14744 -- chore/release: bump version to 0.21.0-nightly.20251209.ec9a8c7a7 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14751 -- feat: Add support for MCP Resources by @MrLesk in - https://github.com/google-gemini/gemini-cli/pull/13178 -- Always set pending status in E2E tests by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14756 -- fix(lint): upgrade pip and use public pypi for yamllint by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/14746 -- fix: use Gemini API supported image formats for clipboard by @jackwotherspoon - in https://github.com/google-gemini/gemini-cli/pull/14762 -- feat(a2a): Introduce restore command for a2a server by @cocosheng-g in - https://github.com/google-gemini/gemini-cli/pull/13015 -- allow final:true to be returned on a2a server edit calls. by @DavidAPierce in - https://github.com/google-gemini/gemini-cli/pull/14747 -- (fix) Automated pr labeler by @DaanVersavel in - https://github.com/google-gemini/gemini-cli/pull/14788 -- Update CODEOWNERS by @kklashtorny1 in - https://github.com/google-gemini/gemini-cli/pull/14830 -- Docs: Fix errors preventing site rebuild. by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/14842 -- chore(deps): bump express from 5.1.0 to 5.2.0 by @dependabot[bot] in - https://github.com/google-gemini/gemini-cli/pull/14325 -- fix(patch): cherry-pick 3f5f030 to release/v0.21.0-preview.0-pr-14843 to patch - version v0.21.0-preview.0 and create version 0.21.0-preview.1 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14851 -- fix(patch): cherry-pick ee6556c to release/v0.21.0-preview.1-pr-14691 to patch - version v0.21.0-preview.1 and create version 0.21.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14908 -- fix(patch): cherry-pick 54de675 to release/v0.21.0-preview.2-pr-14961 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14968 -- fix(patch): cherry-pick 12cbe32 to release/v0.21.0-preview.3-pr-15000 to patch - version v0.21.0-preview.3 and create version 0.21.0-preview.4 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15003 -- fix(patch): cherry-pick edbe548 to release/v0.21.0-preview.4-pr-15007 to patch - version v0.21.0-preview.4 and create version 0.21.0-preview.5 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15015 -- fix(patch): cherry-pick 2995af6 to release/v0.21.0-preview.5-pr-15131 to patch - version v0.21.0-preview.5 and create version 0.21.0-preview.6 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15153 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.20.2...v0.21.0 - -## Release v0.22.0-preview-0 - -### What's changed - -- feat(ide): fallback to GEMINI_CLI_IDE_AUTH_TOKEN env var by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14843 -- feat: display quota stats for unused models in /stats by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/14764 -- feat: ensure codebase investigator uses preview model when main agent does by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14412 -- chore: add closing reason to stale bug workflow by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/14861 -- Send the model and CLI version with the user agent by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/14865 -- refactor(sessions): move session summary generation to startup by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/14691 -- Limit search depth in path corrector by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14869 -- Fix: Correct typo in code comment by @kuishou68 in - https://github.com/google-gemini/gemini-cli/pull/14671 -- feat(core): Plumbing for late resolution of model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/14597 -- feat: attempt more error parsing by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14899 -- Add missing await. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/14910 -- feat(core): Add support for transcript_path in hooks for git-ai/Gemini - extension by @svarlamov in - https://github.com/google-gemini/gemini-cli/pull/14663 -- refactor: implement DelegateToAgentTool with discriminated union by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/14769 -- feat: reset availabilityService on /auth by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/14911 -- chore/release: bump version to 0.21.0-nightly.20251211.8c83e1ea9 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14924 -- Fix: Correctly detect MCP tool errors by @kevin-ramdass in - https://github.com/google-gemini/gemini-cli/pull/14937 -- increase labeler timeout by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14922 -- tool(cli): tweak the frontend tool to be aware of more core files from the cli - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14962 -- feat(cli): polish cached token stats and simplify stats display when quota is - present. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14961 -- feat(settings-validation): add validation for settings schema by @lifefloating - in https://github.com/google-gemini/gemini-cli/pull/12929 -- fix(ide): Update IDE extension to write auth token in env var by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14999 -- Revert "chore(deps): bump express from 5.1.0 to 5.2.0" by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/14998 -- feat(a2a): Introduce /init command for a2a server by @cocosheng-g in - https://github.com/google-gemini/gemini-cli/pull/13419 -- feat: support multi-file drag and drop of images by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/14832 -- fix(policy): allow codebase_investigator by default in read-only policy by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/15000 -- refactor(ide ext): Update port file name + switch to 1-based index for - characters + remove truncation text by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/10501 -- fix(vscode-ide-companion): correct license generation for workspace - dependencies by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/15004 -- fix: temp fix for subagent invocation until subagent delegation is merged to - stable by @abhipatel12 in - https://github.com/google-gemini/gemini-cli/pull/15007 -- test: update ide detection tests to make them more robust when run in an ide - by @kevin-ramdass in https://github.com/google-gemini/gemini-cli/pull/15008 -- Remove flex from stats display. See snapshots for diffs. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/14983 -- Add license field into package.json by @jb-perez in - https://github.com/google-gemini/gemini-cli/pull/14473 -- feat: Persistent "Always Allow" policies with granular shell & MCP support by - @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/14737 -- chore/release: bump version to 0.21.0-nightly.20251212.54de67536 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14969 -- fix(core): commandPrefix word boundary and compound command safety by - @allenhutchison in https://github.com/google-gemini/gemini-cli/pull/15006 -- chore(docs): add 'Maintainers only' label info to CONTRIBUTING.md by @jacob314 - in https://github.com/google-gemini/gemini-cli/pull/14914 -- Refresh hooks when refreshing extensions. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14918 -- Add clarity to error messages by @gsehgal in - https://github.com/google-gemini/gemini-cli/pull/14879 -- chore : remove a redundant tip by @JayadityaGit in - https://github.com/google-gemini/gemini-cli/pull/14947 -- chore/release: bump version to 0.21.0-nightly.20251213.977248e09 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/15029 -- Disallow redundant typecasts. by @gundermanc in - https://github.com/google-gemini/gemini-cli/pull/15030 -- fix(auth): prioritize GEMINI_API_KEY env var and skip unnecessary key… by - @galz10 in https://github.com/google-gemini/gemini-cli/pull/14745 -- fix: use zod for safety check result validation by @allenhutchison in - https://github.com/google-gemini/gemini-cli/pull/15026 -- update(telemetry): add hashed_extension_name to field to extension events by - @kiranani in https://github.com/google-gemini/gemini-cli/pull/15025 -- fix: similar to policy-engine, throw error in case of requiring tool execution - confirmation for non-interactive mode by @MayV in - https://github.com/google-gemini/gemini-cli/pull/14702 -- Clean up processes in integration tests by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15102 -- docs: update policy engine getting started and defaults by @NTaylorMullen in - https://github.com/google-gemini/gemini-cli/pull/15105 -- Fix tool output fragmentation by encapsulating content in functionResponse by - @abhipatel12 in https://github.com/google-gemini/gemini-cli/pull/13082 -- Simplify method signature. by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/15114 -- Show raw input token counts in json output. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15021 -- fix: Mark A2A requests as interactive by @MayV in - https://github.com/google-gemini/gemini-cli/pull/15108 -- use previewFeatures to determine which pro model to use for A2A by @sehoon38 - in https://github.com/google-gemini/gemini-cli/pull/15131 -- refactor(cli): fix settings merging so that settings using the new json format - take priority over ones using the old format by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/15116 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.21.0-preview.6...v0.22.0-preview.0 - -## Release v0.20.0 - -### What's changed - -- Update error codes when process exiting the gemini cli by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13728 -- chore(release): bump version to 0.20.0-nightly.20251126.d2a6cff4d by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13835 -- feat(core): Improve request token calculation accuracy by @SandyTao520 in - https://github.com/google-gemini/gemini-cli/pull/13824 -- Changes in system instruction to adapt to gemini 3.0 to ensure that the CLI - explains its actions before calling tools by @silviojr in - https://github.com/google-gemini/gemini-cli/pull/13810 -- feat(hooks): Hook Tool Execution Integration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9108 -- Add support for MCP server instructions behind config option by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/13432 -- Update System Instructions for interactive vs non-interactive mode. by - @aishaneeshah in https://github.com/google-gemini/gemini-cli/pull/12315 -- Add consent flag to Link command by @kevinjwang1 in - https://github.com/google-gemini/gemini-cli/pull/13832 -- feat(mcp): Inject GoogleCredentialProvider headers in McpClient by - @sai-sunder-s in https://github.com/google-gemini/gemini-cli/pull/13783 -- feat(core): implement towards policy-driven model fallback mechanism by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13781 -- feat(core): Add configurable inactivity timeout for shell commands by @galz10 - in https://github.com/google-gemini/gemini-cli/pull/13531 -- fix(auth): improve API key authentication flow by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/13829 -- feat(hooks): Hook LLM Request/Response Integration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9110 -- feat(ui): Show waiting MCP servers in ConfigInitDisplay by @werdnum in - https://github.com/google-gemini/gemini-cli/pull/13721 -- Add usage limit remaining in /stats by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/13843 -- feat(shell): Standardize pager to 'cat' for shell execution by model by - @galz10 in https://github.com/google-gemini/gemini-cli/pull/13878 -- chore/release: bump version to 0.20.0-nightly.20251127.5bed97064 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13877 -- Revert to default LICENSE (Revert #13449) by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13876 -- update(telemetry): OTel API response event with finish reasons by @kiranani in - https://github.com/google-gemini/gemini-cli/pull/13849 -- feat(hooks): Hooks Comprehensive Integration Testing by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9112 -- chore: fix session browser test and skip hook system tests by @jackwotherspoon - in https://github.com/google-gemini/gemini-cli/pull/14099 -- feat(telemetry): Add Semantic logging for to ApiRequestEvents by @kiranani in - https://github.com/google-gemini/gemini-cli/pull/13912 -- test: Add verification for $schema property in settings schema by - @maryamariyan in https://github.com/google-gemini/gemini-cli/pull/13497 -- Fixes `/clear` command to preserve input history for up-arrow navigation while - still clearing the context window and screen by @korade-krushna in - https://github.com/google-gemini/gemini-cli/pull/14182 -- fix(core): handle EPIPE error in hook runner when writing to stdin by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/14231 -- fix: Exclude web-fetch tool from executing in default non-interactive mode to - avoid CLI hang. by @MayV in - https://github.com/google-gemini/gemini-cli/pull/14244 -- Always use MCP server instructions by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14297 -- feat: auto-execute simple slash commands on Enter by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/13985 -- chore/release: bump version to 0.20.0-nightly.20251201.2fe609cb6 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14304 -- feat: Add startup profiler to measure and record application initialization - phases. by @kevin-ramdass in - https://github.com/google-gemini/gemini-cli/pull/13638 -- bug(core): Avoid stateful tool use in `executor`. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/14305 -- feat(themes): add built-in holiday theme 🎁 by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/14301 -- Updated ToC on docs intro; updated title casing to match Google style by - @pcoet in https://github.com/google-gemini/gemini-cli/pull/13717 -- feat(a2a): Urgent fix - Process modelInfo agent message by @cocosheng-g in - https://github.com/google-gemini/gemini-cli/pull/14315 -- feat(core): enhance availability routing with wrapped fallback and - single-model policies by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/13874 -- chore(logging): log the problematic event for #12122 by @briandealwis in - https://github.com/google-gemini/gemini-cli/pull/14092 -- fix: remove invalid type key in bug_report.yml by @fancive in - https://github.com/google-gemini/gemini-cli/pull/13576 -- update screenshot by @Transient-Onlooker in - https://github.com/google-gemini/gemini-cli/pull/13976 -- docs: Fix grammar error in Release Cadence (Nightly section) by @JuanCS-Dev in - https://github.com/google-gemini/gemini-cli/pull/13866 -- fix(async): prevent missed async errors from bypassing catch handlers by - @amsminn in https://github.com/google-gemini/gemini-cli/pull/13714 -- fix(zed-integration): remove extra field from acp auth request by - @marcocondrache in https://github.com/google-gemini/gemini-cli/pull/13646 -- feat(cli): Documentation for model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/12967 -- fix(ui): misaligned markdown table rendering by @dumbbellcode in - https://github.com/google-gemini/gemini-cli/pull/8336 -- docs: Update 4 files by @g-samroberts in - https://github.com/google-gemini/gemini-cli/pull/13628 -- fix: Conditionally add set -eEuo pipefail in setup-github command by @Smetalo - in https://github.com/google-gemini/gemini-cli/pull/8550 -- fix(cli): fix issue updating a component while rendering a different component - by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/14319 -- Increase flakey test timeout by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14377 -- Remove references to deleted kind/bug label by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14383 -- Don't fail test if we can't cleanup by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/14389 -- feat(core): Implement JIT context manager and setting by @SandyTao520 in - https://github.com/google-gemini/gemini-cli/pull/14324 -- Use polling for extensions-reload integration test by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/14391 -- Add docs directive to GEMINI.md by @g-samroberts in - https://github.com/google-gemini/gemini-cli/pull/14327 -- Hide sessions that don't have user messages by @bl-ue in - https://github.com/google-gemini/gemini-cli/pull/13994 -- chore(ci): mark GitHub release as pre-release if not on "latest" npm channel - by @ljxfstorm in https://github.com/google-gemini/gemini-cli/pull/7386 -- fix(patch): cherry-pick d284fa6 to release/v0.20.0-preview.0-pr-14545 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/14559 -- fix(patch): cherry-pick 828afe1 to release/v0.20.0-preview.1-pr-14159 to patch - version v0.20.0-preview.1 and create version 0.20.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14733 -- fix(patch): cherry-pick 171103a to release/v0.20.0-preview.2-pr-14742 to patch - version v0.20.0-preview.2 and create version 0.20.0-preview.5 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/14752 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.19.4...v0.20.0 - -## Release v0.19.0 - -## Highlights - -- **Zed integration:** Users can now leverage Gemini 3 within the Zed - integration after enabling "Preview Features" in their CLI’s `/settings`. -- **Interactive shell:** - - **Click-to-Focus:** Go to `/settings` and enable **Use Alternate Buffer** - When "Use Alternate Buffer" setting is enabled users can click within the - embedded shell output to focus it for input. - - **Loading phrase:** Clearly indicates when the interactive shell is awaiting - user input. ([vid](https://imgur.com/a/kjK8bUK) - [pr](https://github.com/google-gemini/gemini-cli/pull/12535) by - [@jackwotherspoon](https://github.com/jackwotherspoon)) - -### What's changed - -- Use lenient MCP output schema validator by @cornmander in - https://github.com/google-gemini/gemini-cli/pull/13521 -- Update persistence state to track counts of messages instead of times banner - has been displayed by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13428 -- update docs for http proxy by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13538 -- move stdio by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13528 -- chore(release): bump version to 0.19.0-nightly.20251120.8e531dc02 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13540 -- Skip pre-commit hooks for shadow repo (#13331) by @vishvananda in - https://github.com/google-gemini/gemini-cli/pull/13488 -- fix(ui): Correct mouse click cursor positioning for wide characters by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13537 -- fix(core): correct bash @P prompt transformation detection by @pyrytakala in - https://github.com/google-gemini/gemini-cli/pull/13544 -- Optimize and improve test coverage for cli/src/config by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13485 -- Improve code coverage for cli/src/ui/privacy package by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13493 -- docs: fix typos in source code and documentation by @fancive in - https://github.com/google-gemini/gemini-cli/pull/13577 -- Improved code coverage for cli/src/zed-integration by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13570 -- feat(ui): build interactive session browser component by @bl-ue in - https://github.com/google-gemini/gemini-cli/pull/13351 -- Fix multiple bugs with auth flow including using the implemented but unused - restart support. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13565 -- feat(core): add modelAvailabilityService for managing and tracking model - health by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/13426 -- docs: fix grammar typo "a MCP" to "an MCP" by @noahacgn in - https://github.com/google-gemini/gemini-cli/pull/13595 -- feat: custom loading phrase when interactive shell requires input by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12535 -- docs: Update uninstall command to reflect multiple extension support by - @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13582 -- bug(core): Ensure we use thinking budget on fallback to 2.5 by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13596 -- Remove useModelRouter experimental flag by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13593 -- feat(docs): Ensure multiline JS objects are rendered properly. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13535 -- Fix exp id logging by @owenofbrien in - https://github.com/google-gemini/gemini-cli/pull/13430 -- Moved client id logging into createBasicLogEvent by @owenofbrien in - https://github.com/google-gemini/gemini-cli/pull/13607 -- Restore bracketed paste mode after external editor exit by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13606 -- feat(core): Add support for custom aliases for model configs. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13546 -- feat(core): Add `BaseLlmClient.generateContent`. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13591 -- Turn off alternate buffer mode by default. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13623 -- fix(cli): Prevent stdout/stderr patching for extension commands by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/13600 -- Improve test coverage for cli/src/ui/components by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13598 -- Update ink version to 6.4.6 by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13631 -- chore/release: bump version to 0.19.0-nightly.20251122.42c2e1b21 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13637 -- chore/release: bump version to 0.19.0-nightly.20251123.dadd606c0 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13675 -- chore/release: bump version to 0.19.0-nightly.20251124.e177314a4 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13713 -- fix(core): Fix context window overflow warning for PDF files by @kkitase in - https://github.com/google-gemini/gemini-cli/pull/13548 -- feat :rephrasing the extension logging messages to run the explore command - when there are no extensions installed by @JayadityaGit in - https://github.com/google-gemini/gemini-cli/pull/13740 -- Improve code coverage for cli package by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13724 -- Add session subtask in /stats command by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13750 -- feat(core): Migrate chatCompressionService to model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/12863 -- feat(hooks): Hook Telemetry Infrastructure by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9082 -- fix: (some minor improvements to configs and getPackageJson return behavior) - by @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN in - https://github.com/google-gemini/gemini-cli/pull/12510 -- feat(hooks): Hook Event Handling by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9097 -- feat(hooks): Hook Agent Lifecycle Integration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9105 -- feat(core): Land bool for alternate system prompt. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13764 -- bug(core): Add default chat compression config. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13766 -- feat(model-availability): introduce ModelPolicy and PolicyCatalog by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13751 -- feat(hooks): Hook System Orchestration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9102 -- feat(config): add isModelAvailabilityServiceEnabled setting by @adamfweidman - in https://github.com/google-gemini/gemini-cli/pull/13777 -- chore/release: bump version to 0.19.0-nightly.20251125.f6d97d448 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13782 -- chore: remove console.error by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/13779 -- fix: Add $schema property to settings.schema.json by @sacrosanctic in - https://github.com/google-gemini/gemini-cli/pull/12763 -- fix(cli): allow non-GitHub SCP-styled URLs for extension installation by @m0ps - in https://github.com/google-gemini/gemini-cli/pull/13800 -- fix(resume): allow passing a prompt via stdin while resuming using --resume by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13520 -- feat(sessions): add /resume slash command to open the session browser by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13621 -- docs(sessions): add documentation for chat recording and session management by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13667 -- Fix TypeError: "URL.parse is not a function" for Node.js < v22 by @macarronesc - in https://github.com/google-gemini/gemini-cli/pull/13698 -- fallback to flash for TerminalQuota errors by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/13791 -- Update Code Wiki README badge by @PatoBeltran in - https://github.com/google-gemini/gemini-cli/pull/13768 -- Add Databricks auth support and custom header option to gemini cli by - @AarushiShah in https://github.com/google-gemini/gemini-cli/pull/11893 -- Update dependency for modelcontextprotocol/sdk to 1.23.0 by @bbiggs in - https://github.com/google-gemini/gemini-cli/pull/13827 -- fix(patch): cherry-pick 576fda1 to release/v0.19.0-preview.0-pr-14099 - [CONFLICTS] by @gemini-cli-robot in - https://github.com/google-gemini/gemini-cli/pull/14402 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.18.4...v0.19.0 - -## Release v0.19.0-preview.0 - -### What's changed - -- Use lenient MCP output schema validator by @cornmander in - https://github.com/google-gemini/gemini-cli/pull/13521 -- Update persistence state to track counts of messages instead of times banner - has been displayed by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13428 -- update docs for http proxy by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13538 -- move stdio by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13528 -- chore(release): bump version to 0.19.0-nightly.20251120.8e531dc02 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13540 -- Skip pre-commit hooks for shadow repo (#13331) by @vishvananda in - https://github.com/google-gemini/gemini-cli/pull/13488 -- fix(ui): Correct mouse click cursor positioning for wide characters by - @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13537 -- fix(core): correct bash @P prompt transformation detection by @pyrytakala in - https://github.com/google-gemini/gemini-cli/pull/13544 -- Optimize and improve test coverage for cli/src/config by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13485 -- Improve code coverage for cli/src/ui/privacy package by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13493 -- docs: fix typos in source code and documentation by @fancive in - https://github.com/google-gemini/gemini-cli/pull/13577 -- Improved code coverage for cli/src/zed-integration by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13570 -- feat(ui): build interactive session browser component by @bl-ue in - https://github.com/google-gemini/gemini-cli/pull/13351 -- Fix multiple bugs with auth flow including using the implemented but unused - restart support. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13565 -- feat(core): add modelAvailabilityService for managing and tracking model - health by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/13426 -- docs: fix grammar typo "a MCP" to "an MCP" by @noahacgn in - https://github.com/google-gemini/gemini-cli/pull/13595 -- feat: custom loading phrase when interactive shell requires input by - @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/12535 -- docs: Update uninstall command to reflect multiple extension support by - @JayadityaGit in https://github.com/google-gemini/gemini-cli/pull/13582 -- bug(core): Ensure we use thinking budget on fallback to 2.5 by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13596 -- Remove useModelRouter experimental flag by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13593 -- feat(docs): Ensure multiline JS objects are rendered properly. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13535 -- Fix exp id logging by @owenofbrien in - https://github.com/google-gemini/gemini-cli/pull/13430 -- Moved client id logging into createBasicLogEvent by @owenofbrien in - https://github.com/google-gemini/gemini-cli/pull/13607 -- Restore bracketed paste mode after external editor exit by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13606 -- feat(core): Add support for custom aliases for model configs. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13546 -- feat(core): Add `BaseLlmClient.generateContent`. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13591 -- Turn off alternate buffer mode by default. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13623 -- fix(cli): Prevent stdout/stderr patching for extension commands by @chrstnb in - https://github.com/google-gemini/gemini-cli/pull/13600 -- Improve test coverage for cli/src/ui/components by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13598 -- Update ink version to 6.4.6 by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13631 -- chore/release: bump version to 0.19.0-nightly.20251122.42c2e1b21 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13637 -- chore/release: bump version to 0.19.0-nightly.20251123.dadd606c0 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13675 -- chore/release: bump version to 0.19.0-nightly.20251124.e177314a4 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13713 -- fix(core): Fix context window overflow warning for PDF files by @kkitase in - https://github.com/google-gemini/gemini-cli/pull/13548 -- feat :rephrasing the extension logging messages to run the explore command - when there are no extensions installed by @JayadityaGit in - https://github.com/google-gemini/gemini-cli/pull/13740 -- Improve code coverage for cli package by @megha1188 in - https://github.com/google-gemini/gemini-cli/pull/13724 -- Add session subtask in /stats command by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13750 -- feat(core): Migrate chatCompressionService to model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/12863 -- feat(hooks): Hook Telemetry Infrastructure by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9082 -- fix: (some minor improvements to configs and getPackageJson return behavior) - by @grMLEqomlkkU5Eeinz4brIrOVCUCkJuN in - https://github.com/google-gemini/gemini-cli/pull/12510 -- feat(hooks): Hook Event Handling by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9097 -- feat(hooks): Hook Agent Lifecycle Integration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9105 -- feat(core): Land bool for alternate system prompt. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13764 -- bug(core): Add default chat compression config. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13766 -- feat(model-availability): introduce ModelPolicy and PolicyCatalog by - @adamfweidman in https://github.com/google-gemini/gemini-cli/pull/13751 -- feat(hooks): Hook System Orchestration by @Edilmo in - https://github.com/google-gemini/gemini-cli/pull/9102 -- feat(config): add isModelAvailabilityServiceEnabled setting by @adamfweidman - in https://github.com/google-gemini/gemini-cli/pull/13777 -- chore/release: bump version to 0.19.0-nightly.20251125.f6d97d448 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13782 -- chore: remove console.error by @adamfweidman in - https://github.com/google-gemini/gemini-cli/pull/13779 -- fix: Add $schema property to settings.schema.json by @sacrosanctic in - https://github.com/google-gemini/gemini-cli/pull/12763 -- fix(cli): allow non-GitHub SCP-styled URLs for extension installation by @m0ps - in https://github.com/google-gemini/gemini-cli/pull/13800 -- fix(resume): allow passing a prompt via stdin while resuming using --resume by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13520 -- feat(sessions): add /resume slash command to open the session browser by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13621 -- docs(sessions): add documentation for chat recording and session management by - @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13667 -- Fix TypeError: "URL.parse is not a function" for Node.js < v22 by @macarronesc - in https://github.com/google-gemini/gemini-cli/pull/13698 -- fallback to flash for TerminalQuota errors by @sehoon38 in - https://github.com/google-gemini/gemini-cli/pull/13791 -- Update Code Wiki README badge by @PatoBeltran in - https://github.com/google-gemini/gemini-cli/pull/13768 -- Add Databricks auth support and custom header option to gemini cli by - @AarushiShah in https://github.com/google-gemini/gemini-cli/pull/11893 -- Update dependency for modelcontextprotocol/sdk to 1.23.0 by @bbiggs in - https://github.com/google-gemini/gemini-cli/pull/13827 - -**Full changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.18.0-preview.4...v0.19.0-preview.0 - -## Release v0.18.0 - -### Highlights - -- **Experimental permission improvements**: We're experimenting with a new - policy engine in Gemini CLI, letting users and administrators create - fine-grained policies for tool calls. This setting is currently behind a flag. - See our [policy engine documentation](../core/policy-engine.md) to learn how - to use this feature. -- **Gemini 3 support rolled out for some users**: Some users can now enable - Gemini 3 by using the `/settings` flag and toggling **Preview Features**. See - our [Gemini 3 on Gemini CLI documentation](../get-started/gemini-3.md) to find - out more about using Gemini 3. -- **Updated UI rollback:** We've temporarily rolled back a previous UI update, - which enabled embedded scrolling and mouse support. This can be re-enabled by - using the `/settings` command and setting **Use Alternate Screen Buffer** to - `true`. -- **Display your model in your chat history**: You can now go use `/settings` - and turn on **Show Model in Chat** to display the model in your chat history. -- **Uninstall multiple extensions**: You can uninstall multiple extensions with - a single command: `gemini extensions uninstall`. - -![Uninstalling Gemini extensions with a single command](https://i.imgur.com/pi7nEBI.png) - -### What's changed - -- Remove obsolete reference to "help wanted" label in CONTRIBUTING.md by - @aswinashok44 in https://github.com/google-gemini/gemini-cli/pull/13291 -- chore(release): v0.18.0-nightly.20251118.86828bb56 by @skeshive in - https://github.com/google-gemini/gemini-cli/pull/13309 -- Docs: Access clarification. by @jkcinouye in - https://github.com/google-gemini/gemini-cli/pull/13304 -- Fix links in Gemini 3 Pro documentation by @gmackall in - https://github.com/google-gemini/gemini-cli/pull/13312 -- Improve keyboard code parsing by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13307 -- fix(core): Ensure `read_many_files` tool is available to zed. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13338 -- Support 3-parameter modifyOtherKeys sequences by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13342 -- Improve pty resize error handling for Windows by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/13353 -- fix(ui): Clear input prompt on Escape key press by @SandyTao520 in - https://github.com/google-gemini/gemini-cli/pull/13335 -- bug(ui) showLineNumbers had the wrong default value. by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13356 -- fix(cli): fix crash on startup in NO_COLOR mode (#13343) due to ungua… by - @avilladsen in https://github.com/google-gemini/gemini-cli/pull/13352 -- fix: allow MCP prompts with spaces in name by @jackwotherspoon in - https://github.com/google-gemini/gemini-cli/pull/12910 -- Refactor createTransport to duplicate less code by @davidmcwherter in - https://github.com/google-gemini/gemini-cli/pull/13010 -- Followup from #10719 by @bl-ue in - https://github.com/google-gemini/gemini-cli/pull/13243 -- Capturing github action workflow name if present and send it to clearcut by - @MJjainam in https://github.com/google-gemini/gemini-cli/pull/13132 -- feat(sessions): record interactive-only errors and warnings to chat recording - JSON files by @bl-ue in https://github.com/google-gemini/gemini-cli/pull/13300 -- fix(zed-integration): Correctly handle cancellation errors by @benbrandt in - https://github.com/google-gemini/gemini-cli/pull/13399 -- docs: Add Code Wiki link to README by @holtskinner in - https://github.com/google-gemini/gemini-cli/pull/13289 -- Restore keyboard mode when exiting the editor by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13350 -- feat(core, cli): Bump genai version to 1.30.0 by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13435 -- [cli-ui] Keep header ASCII art colored on non-gradient terminals (#13373) by - @bniladridas in https://github.com/google-gemini/gemini-cli/pull/13374 -- Fix Copyright line in LICENSE by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13449 -- Fix typo in write_todos methodology instructions by @Smetalo in - https://github.com/google-gemini/gemini-cli/pull/13411 -- feat: update thinking mode support to exclude gemini-2.0 models and simplify - logic. by @kevin-ramdass in - https://github.com/google-gemini/gemini-cli/pull/13454 -- remove unneeded log by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13456 -- feat: add click-to-focus support for interactive shell by @galz10 in - https://github.com/google-gemini/gemini-cli/pull/13341 -- Add User email detail to about box by @ptone in - https://github.com/google-gemini/gemini-cli/pull/13459 -- feat(core): Wire up chat code path for model configs. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/12850 -- chore/release: bump version to 0.18.0-nightly.20251120.2231497b1 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13476 -- feat(core): Fix bug with incorrect model overriding. by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13477 -- Use synchronous writes when detecting keyboard modes by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13478 -- fix(cli): prevent race condition when restoring prompt after context overflow - by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/13473 -- Revert "feat(core): Fix bug with incorrect model overriding." by @adamfweidman - in https://github.com/google-gemini/gemini-cli/pull/13483 -- Fix: Update system instruction when GEMINI.md memory is loaded or refreshed by - @lifefloating in https://github.com/google-gemini/gemini-cli/pull/12136 -- fix(zed-integration): Ensure that the zed integration is classified as - interactive by @benbrandt in - https://github.com/google-gemini/gemini-cli/pull/13394 -- Copy commands as part of setup-github by @gsehgal in - https://github.com/google-gemini/gemini-cli/pull/13464 -- Update banner design by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13420 -- Protect stdout and stderr so JavaScript code can't accidentally write to - stdout corrupting ink rendering by @jacob314 in - https://github.com/google-gemini/gemini-cli/pull/13247 -- Enable switching preview features on/off without restart by @Adib234 in - https://github.com/google-gemini/gemini-cli/pull/13515 -- feat(core): Use thinking level for Gemini 3 by @joshualitt in - https://github.com/google-gemini/gemini-cli/pull/13445 -- Change default compress threshold to 0.5 for api key users by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13517 -- remove duplicated mouse code by @scidomino in - https://github.com/google-gemini/gemini-cli/pull/13525 -- feat(zed-integration): Use default model routing for Zed integration by - @benbrandt in https://github.com/google-gemini/gemini-cli/pull/13398 -- feat(core): Incorporate Gemini 3 into model config hierarchy. by @joshualitt - in https://github.com/google-gemini/gemini-cli/pull/13447 -- fix(patch): cherry-pick 5e218a5 to release/v0.18.0-preview.0-pr-13623 to patch - version v0.18.0-preview.0 and create version 0.18.0-preview.1 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13626 -- fix(patch): cherry-pick d351f07 to release/v0.18.0-preview.1-pr-12535 to patch - version v0.18.0-preview.1 and create version 0.18.0-preview.2 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13813 -- fix(patch): cherry-pick 3e50be1 to release/v0.18.0-preview.2-pr-13428 to patch - version v0.18.0-preview.2 and create version 0.18.0-preview.3 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13821 -- fix(patch): cherry-pick d8a3d08 to release/v0.18.0-preview.3-pr-13791 to patch - version v0.18.0-preview.3 and create version 0.18.0-preview.4 by - @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/13826 - - **Full changelog**: - https://github.com/google-gemini/gemini-cli/compare/v0.17.1...v0.18.0