v0.50.0
google-gemini/gemini-cliv0.50.0Jul 8, 2026by gemini-cli-robot
AI Summary
This release focuses on stabilizing the CI release pipeline and introduces a new feature for discovering tools. It addresses critical fixes regarding NPM release verification, prevents binary shadowing, and ensures job stability.
Key Highlights
- New feature: Tool registry discovery
- Fix for npm ci ignore scripts in release verification
- Prevention of workspace binary shadowing in CI
- Fix to prevent bad NPM releases and job crashes
New Features
- Tool registry discovery
Full Release Notes
## What's Changed * fix/verify release npm ci ignore scripts by @rmedranollamas in https://github.com/google-gemini/gemini-cli/pull/28116 * fix(ci): prevent workspace binary shadowing in release verification by @galdawave in https://github.com/google-gemini/gemini-cli/pull/28132 * Feat/tool registry discovery by @ved015 in https://github.com/google-gemini/gemini-cli/pull/28113 * fix(ci): prevent bad NPM releases and promote job crashes by @galdawave in https://github.com/google-gemini/gemini-cli/pull/28147 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.49.0...v0.50.0