Change8

v0.54.0

Gemini CLI
3 features7 fixesclimcptools

Summary

This release introduces new capabilities for the caretaker triage to post comments before closing issues and enhances the PR generator with Firestore concurrency and an Antigravity agent runner. Several bug fixes have been implemented, including improved security for credentials and better handling of session states and context management.

New Features

  • Introduced the ability for the caretaker triage to post a comment before automatically closing issues.
  • Implemented Firestore concurrency dual-locking and test ingestion utilities for the PR generator database.
  • Implemented the Antigravity agent runner and prompt templates for the PR generator agent.

Bug Fixes

  • Fixed an issue where issue titles in untrusted contexts were not properly sanitized and wrapped.
  • Resolved an issue where rotating the session ID on model fallback prevented stateful API errors.
  • Ensured HTTPS is enforced for GoogleCredentialsAuthProvider to prevent cleartext leakage.
  • Fixed an issue where thought parts were filtered out from getHistoryTurns when context management was disabled.
  • Normalized CRLF line endings to LF in getProposedContent for the a2a-server.
  • Enforced explicit tag length and validation in the file keychain.
  • Skipped merged function-response turns when finding the active loop.

Related Documentation

Gemini CLI Documentation