Files
gemini-cli/docs/changelogs/latest.md
T

35 lines
1.3 KiB
Markdown
Raw Normal View History

2026-07-08 13:20:03 -07:00
# Latest stable release: v0.50.0
2025-12-08 14:26:43 -08:00
2026-07-08 13:20:03 -07:00
Released: July 08, 2026
2025-12-08 14:26:43 -08:00
For most users, our latest stable release is the recommended release. Install
the latest stable version with:
```
npm install -g @google/gemini-cli
```
## Highlights
2026-07-08 13:20:03 -07:00
- **Tool Registry Discovery:** Introduced tool registry discovery capabilities,
enabling automatic detection and registration of tools to improve
extensibility.
- **Release Verification Improvements:** Enhanced release verification by
ignoring scripts during `npm ci` and preventing workspace binary shadowing.
- **CI Pipeline Safeguards:** Strengthened the CI pipeline to prevent bad NPM
releases and ensure promote job failures are correctly surfaced.
2025-12-08 14:26:43 -08:00
## What's Changed
2025-12-08 14:26:43 -08:00
2026-07-08 13:20:03 -07:00
- fix/verify release npm ci ignore scripts by @rmedranollamas in
[#28116](https://github.com/google-gemini/gemini-cli/pull/28116)
- fix(ci): prevent workspace binary shadowing in release verification by
@galdawave in [#28132](https://github.com/google-gemini/gemini-cli/pull/28132)
- Feat/tool registry discovery by @ved015 in
[#28113](https://github.com/google-gemini/gemini-cli/pull/28113)
- fix(ci): prevent bad NPM releases and promote job crashes by @galdawave in
[#28147](https://github.com/google-gemini/gemini-cli/pull/28147)
2025-12-08 14:26:43 -08:00
**Full Changelog**:
2026-07-08 13:20:03 -07:00
https://github.com/google-gemini/gemini-cli/compare/v0.49.0...v0.50.0