Gemini CLI v0.54.0 Changelog
What changed in Gemini CLI v0.54.0, released 2026-08-06 โ explained in plain English.
- The automated bots that help manage the project are getting smarter and safer.
- Several important security and privacy fixes were added to protect your login details.
- The tool's "memory" and history tracking got an upgrade to prevent confusing errors.
- Behind-the-scenes tools that automatically generate code updates got a major boost.
Want a heads-up when Gemini CLI updates?
We email you the moment a new Gemini CLI version drops โ plus plain-English release notes like these. No spam.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
This release is mostly about cleaning house, fixing bugs, and making the automated "caretaker" bots safer. It matters most to developers and contributors who use the Gemini CLI tools daily, especially those relying on automated systems to manage code and pull requests.
What's new
- Smarter auto-closing for issues: When the automated "caretaker" bot closes a GitHub issue on its own, it will now leave a comment explaining why before shutting it down.
- Upgraded code generators: The internal tools that automatically generate code updates (like pull requests) got new features. This includes a better way to lock files so two bots don't edit the exact same thing at the same time, plus a new system to run automated coding tasks.
Improvements
- Better bot testing: The testing tools used to check the caretaker bots (a setup called "vitest") were updated to newer, better versions.
Fixes
- Security fix for logins: Fixed a flaw where your Google login details could accidentally be sent over an unencrypted connection. The tool now strictly uses secure HTTPS connections to keep your info safe.
- Cleaned up AI "thoughts": When the AI thinks before answering, it creates "thought" logs. If you turned off the tool's memory management, these thoughts were cluttering up the history. They are now filtered out.
- Fixed broken line endings: Fixed a glitch where copying and pasting text from Windows (which uses CRLF line endings) caused formatting errors. It now safely converts them to standard LF line endings.
- Safer password storage: Tightened up the rules for the tool's secure password vault (the "file keychain") to make sure data is properly labeled and can't be corrupted.
- Fixed frozen conversations: Sometimes, when the AI had to switch to a backup model, the chat would freeze up because of a bad session ID. It now gets a fresh ID to keep things running smoothly.
- Fixed looping errors: Fixed a bug where the AI would get confused by its own previous answers and get stuck in a loop trying to find its place in the conversation.
- Safer issue titles: Fixed a security issue where untrusted text from a GitHub issue title could cause problems, making sure the text is safely cleaned up before being used.
Breaking changes
No breaking changes in this release.
How to upgrade
Update to Gemini CLI v0.54.0 by running:
npm install -g @google/gemini-cli
This is our plain-language summary. Read the complete, official notes on the Gemini CLI official changelog โ.
