v0.50.0

hkchengrex/MMAudiov0.50.0Jul 8, 2026by gemini-cli-robot

AI Summary

This release focuses on improving CI/CD reliability and adding tool registry discovery capabilities to the project.

Key Highlights

  • Fixed npm CI script execution to ignore scripts during release verification.
  • Prevented workspace binary shadowing in release verification processes.
  • Added tool registry discovery feature.
  • Improved job stability by preventing bad NPM releases.

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