Release v0.34.0-nightly.20260310.4653b126f
prerelease
What's Changed
- fix(core): whitelist TERM and COLORTERM in environment sanitization by @deadsmash07 in https://github.com/google-gemini/gemini-cli/pull/20514
- fix(billing): fix overage strategy lifecycle and settings integration by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21236
- fix: expand paste placeholders in TextInput on submit by @Jefftree in https://github.com/google-gemini/gemini-cli/pull/19946
- fix(core): add in-memory cache to ChatRecordingService to prevent OOM by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/21502
- feat(cli): overhaul thinking UI by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/18725
- fix(ui): unify Ctrl+O expansion hint experience across buffer modes by @jwhelangoog in https://github.com/google-gemini/gemini-cli/pull/21474
- fix(cli): correct shell height reporting by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21492
- Make test suite pass when the GEMINI_SYSTEM_MD env variable or GEMINI_WRITE_SYSTEM_MD variable happens to be set locally/ by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21480
- Disallow underspecified types by @gundermanc in https://github.com/google-gemini/gemini-cli/pull/21485
- refactor(cli): standardize on 'reload' verb for all components by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20654
- feat(cli): Invert quota language to 'percent used' by @keithguerin in https://github.com/google-gemini/gemini-cli/pull/20100
- Docs: Add documentation for notifications (experimental)(macOS) by @jkcinouye in https://github.com/google-gemini/gemini-cli/pull/21163
- Code review comments as a pr by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21209
- feat(cli): unify /chat and /resume command UX by @LyalinDotCom in https://github.com/google-gemini/gemini-cli/pull/20256
- docs: fix typo 'allowslisted' -> 'allowlisted' in mcp-server.md by @Gyanranjan-Priyam in https://github.com/google-gemini/gemini-cli/pull/21665
- fix(core): display actual graph output in tracker_visualize tool by @anj-s in https://github.com/google-gemini/gemini-cli/pull/21455
- fix(core): sanitize SSE-corrupted JSON and domain strings in error classification by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/21702
- Docs: Make documentation links relative by @diodesign in https://github.com/google-gemini/gemini-cli/pull/21490
- feat(cli): expose /tools desc as explicit subcommand for discoverability by @aworki in https://github.com/google-gemini/gemini-cli/pull/21241
- feat(cli): add /compact alias for /compress command by @jackwotherspoon in https://github.com/google-gemini/gemini-cli/pull/21711
- feat(plan): enable Plan Mode by default by @jerop in https://github.com/google-gemini/gemini-cli/pull/21713
- feat(core): Introduce
AgentLoopContext. by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/21198 - fix(core): resolve symlinks for non-existent paths during validation by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21487
- docs: document tool exclusion from memory via deny policy by @Abhijit-2592 in https://github.com/google-gemini/gemini-cli/pull/21428
- perf(core): cache loadApiKey to reduce redundant keychain access by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21520
- feat(cli): implement /upgrade command by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21511
- Feat/browser agent progress emission by @kunal-10-cloud in https://github.com/google-gemini/gemini-cli/pull/21218
- fix(settings): display objects as JSON instead of [object Object] by @Zheyuan-Lin in https://github.com/google-gemini/gemini-cli/pull/21458
- Unmarshall update by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21721
- Update mcp's list function to check for disablement. by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/21148
- robustness(core): static checks to validate history is immutable by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21228
- refactor(cli): better react patterns for BaseSettingsDialog by @psinha40898 in https://github.com/google-gemini/gemini-cli/pull/21206
- feat(security): implement robust IP validation and safeFetch foundation by @alisa-alisa in https://github.com/google-gemini/gemini-cli/pull/21401
- feat(core): improve subagent result display by @joshualitt in https://github.com/google-gemini/gemini-cli/pull/20378
- docs: fix broken markdown syntax and anchor links in /tools by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20902
- feat(policy): support subagent-specific policies in TOML by @akh64bit in https://github.com/google-gemini/gemini-cli/pull/21431
- Add script to speed up reviewing PRs adding a worktree. by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/21748
- fix(core): prevent infinite recursion in symlink resolution by @Adib234 in https://github.com/google-gemini/gemini-cli/pull/21750
- fix(docs): fix headless mode docs by @ame2en in https://github.com/google-gemini/gemini-cli/pull/21287
- feat/redesign header compact by @jacob314 in https://github.com/google-gemini/gemini-cli/pull/20922
- refactor: migrate to useKeyMatchers hook by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21753
- perf(cli): cache loadSettings to reduce redundant disk I/O at startup by @sehoon38 in https://github.com/google-gemini/gemini-cli/pull/21521
- fix(core): resolve Windows line ending and path separation bugs across CLI by @muhammadusman586 in https://github.com/google-gemini/gemini-cli/pull/21068
- docs: fix heading formatting in commands.md and phrasing in tools-api.md by @campox747 in https://github.com/google-gemini/gemini-cli/pull/20679
- refactor(ui): unify keybinding infrastructure and support string initialization by @scidomino in https://github.com/google-gemini/gemini-cli/pull/21776
- Add support for updating extension sources and names by @chrstnb in https://github.com/google-gemini/gemini-cli/pull/21715
- fix(core): handle GUI editor non-zero exit codes gracefully by @reyyanxahmed in https://github.com/google-gemini/gemini-cli/pull/20376
- fix(core): destroy PTY on kill() and exception to prevent fd leak by @nbardy in https://github.com/google-gemini/gemini-cli/pull/21693
New Contributors
- @deadsmash07 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/20514
- @Gyanranjan-Priyam made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21665
- @diodesign made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21490
- @aworki made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21241
- @akh64bit made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21431
- @ame2en made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21287
- @muhammadusman586 made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21068
- @nbardy made their first contribution in https://github.com/google-gemini/gemini-cli/pull/21693
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.34.0-nightly.20260307.6c3a90645...v0.34.0-nightly.20260310.4653b126f