Back
AI summary
Written by AI from the official notes. Check them for exact details.Gemini CLI 0.53.0 introduces new features and fixes several bugs.
- Implemented LLM triage orchestrator and container build
- Added eval coverage report command
- Fixed group cancelled tool responses to prevent 400 Bad Request
- Mitigated infinite ReAct and prompt injection loops
- Enforced workspace trust and task isolation to prevent RCE
Why it matters: Users relying on Gemini CLI for AI tool management should update for improved stability and security.
Full release notes7 changes
What's Changed
- fix(core,a2a): group cancelled tool responses and coalesce consecutive roles to prevent 400 Bad Request
- feat(caretaker-triage): implement LLM triage orchestrator and container build
- refactor(cli): align macOS permissive Seatbelt profiles with deny-default model
- fix(core): mitigate infinite ReAct loops and prompt injection loops
- fix(a2a-server): enforce workspace trust and task isolation to prevent RCE
- fix(core): sequentially verify cached credentials and restore GOOGLE_APPLICATION_CREDENTIALS fallback
- feat(evals): add eval coverage report command
Full Changelog: https://github.com/google-gemini/gemini-cli/compare/v0.52.0...v0.53.0