Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.54.0 introduces three new features and fixes eight bugs.
- Implemented Firestore concurrency dual-locking
- Added Antigravity agent runner and prompt templates
- Sanitized issue titles in untrusted context
- Enforced HTTPS for GoogleCredentialsAuthProvider
- Rotated session ID on model fallback
Why it matters: Developers using Gemini CLI should update to benefit from new features and bug fixes.
Full release notes16 changes
What's Changed
- Changelog for v0.53.0-preview.0
- Changelog for v0.52.0
- chore(release): bump version to 0.54.0-nightly.20260722.gf743ab579
- fix(caretaker): sanitize and wrap issue title in untrusted_context
- chore(caretaker): update vitest to v3.2.4 and add package-lock.json files
- fix(core): rotate session ID on model fallback to prevent stateful API errors
- feat(caretaker-triage): post comment before auto-closing issues
- fix(core): enforce HTTPS for GoogleCredentialsAuthProvider to prevent cleartext leakage
- fix(core): filter out thought parts from getHistoryTurns when context management is disabled
- fix(a2a-server): normalize CRLF line endings to LF in getProposedContent
- fix(core): enforce explicit tag length and validation in file keychain
- chore/release: bump version to 0.54.0-nightly.20260728.gbef611950
- feat(pr-generator-db): implement Firestore concurrency dual-locking and test ingestion utilities
- feat(pr-generator-agent): implement Antigravity agent runner and prompt templates …
- fix(core): skip merged function-response turns when finding the active loop
- fix(patch): cherry-pick f47d6c6 to release/v0.54.0-preview.0-pr-28566 to patch version v0.54.0-preview.0 and create version 0.54.0-preview.1
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.53.1...v0.54.0