Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.45.0 introduces a new feature and several bug fixes.
- New feature: expose usage metadata
- Fix to prevent Termux relaunch and resize loops
- Sequential execution for update_topic tool
- Filter internal session context from history
- Bypass routing classifiers to prevent errors
Why it matters: Users of Gemini CLI should update to benefit from improved functionality and bug fixes.
Full release notes18 changes
What's Changed
- chore(release): bump version to 0.45.0-nightly.20260521.g854f811be
- fix(cli): prevent Termux relaunch and resize remount loops
- Feat/a2a expose usage metadata
- feat(context): Complete simplification work.
- fix(core): force update_topic tool to execute sequentially
- Changelog for v0.44.0-preview.0
- Changelog for v0.43.0
- Revert "fix(core): prevent SIGHUP kills in PTY environments"
- fix(cli): filter internal session context from history during resumption
- Update default auto routing
- fix(core): bypass routing classifiers to prevent orphaned function response errors
- fix(core): suppress PTY resize EBADF errors
- fix(core): prevent blacklist bypass in mcp list
- fix(cli): ignore unmapped vim normal keys
- fix(patch): cherry-pick bd53951 to release/v0.45.0-preview.0-pr-27496 to patch version v0.45.0-preview.0 and create version 0.45.0-preview.1
New Contributors
- @saymanq made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27110
- @jvargassanchez-dot made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27288
- @MukundaKatta made their first contribution in https://github.com/google-gemini/gemini-cli/pull/27102
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.44.1...v0.45.0