Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.51.0 introduces two new features and includes six bug fixes.
- Implemented Cloud Run webhook ingestion service
- Egress cloud run service skeleton added
- Fixed security issues with path blocklist
- Resolved macOS test issues
- Preserved escape sequences in string literals
Why it matters: Developers using Gemini CLI should update to benefit from new features and important bug fixes.
Full release notes12 changes
What's Changed
- Changelog for v0.50.0-preview.1
- Fix no_proxy test
- chore(release): bump version to 0.51.0-nightly.20260625.g3fbf93e26
- Vertex base url update
- fix(security): enforce case-insensitive sensitive path blocklist and vscode hitl
- fix(core-tools): resolve defensive path resolution for at-reference files and fix macOS tests
- feat(caretaker): implement Cloud Run webhook ingestion service
- fix(core): resolve symbolic link directory escape in memory import processor
- feat(caretaker): egress cloud run service skeleton
- fix(sandbox): make ~/.gitconfig read-only in the macOS sandbox
- fix(core): preserve escape sequences in string literals for modern models
- fix(core): strip thoughts from scrubbed history turns and resolve thought leakage
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.50.0...v0.51.0