Google has released Gemini CLI v0.40.1 as a narrowly scoped patch update. This version does not introduce new features or major behavior changes. Instead, it applies a specific cherry-picked fix to the existing v0.40.0 line, making this a maintenance release aimed at improving stability and correctness for users already running the command-line tool.
According to the release notes, v0.40.1 includes a single patch-level update: a cherry-pick of commit 2194da2 into the release/v0.40.0-pr-26153 branch. That patch was used to update version v0.40.0 and produce the new v0.40.1 release.
The official changelog does not list additional enhancements, interface changes, or newly introduced capabilities beyond this targeted fix. That makes v0.40.1 a highly focused release intended to correct an issue in the prior version rather than expand the product surface.
For teams and developers using Gemini CLI in AI workflows, automation scripts, or internal tooling, small patch releases like v0.40.1 are important because they reduce risk without forcing broader migration work. A release with a single cherry-picked fix generally signals a low-disruption update path.
In practice, that means organizations already on v0.40.0 should review the linked commit and changelog comparison to determine whether the patched issue affects their environment. If it does, upgrading to v0.40.1 is likely the sensible move because the release appears designed specifically to resolve a targeted problem while preserving the existing version's overall behavior.
Official Source: https://github.com/google-gemini/gemini-cli/releases/tag/v0.40.1