v0.47.0
mkturkcan/DARTv0.47.0Jun 18, 2026by gemini-cli-robot
AI Summary
This release focuses on stability improvements, specifically fixing policy handling, MCP tool discovery, and session management. It includes updates to model definitions for 3.5 Flash and adds documentation for the Antigravity CLI.
Key Highlights
- Respect backend definitions for 3.5 flash and update auto mode
- Fix policy with EBUSY fallback and TOML parse recovery
- Implement atomic update in MCP tool discovery
- Add documentation and migration commands for Antigravity CLI
- Fix Vertex AI model mapping
New Features
- Respect backend definitions for 3.5 flash
- Update auto mode to use 3.5 flash when the flag is enabled
- Add documentation and migration commands for Antigravity CLI
- Avoid persisting empty resume sessions
- Fix Vertex AI model mapping
Full Release Notes
## What's Changed * chore(release): bump version to 0.47.0-nightly.20260602.gcfcecebe8 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/27644 * Changelog for v0.46.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/27641 * Respect backend definitions for 3.5 flash and Update auto mode to use 3.5 flash when the flag is enabled. by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/27645 * fix(policy): add EBUSY fallback and TOML parse recovery (#19919) by @krishdef7 in https://github.com/google-gemini/gemini-cli/pull/21541 * Changelog for v0.45.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/27642 * update the max amount of times the Antigravity transition banner can be displayed. by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/27676 * chore: remove experimental text from browser agent docs by @gsquared94 in https://github.com/google-gemini/gemini-cli/pull/27746 * fix(core): implement atomic update in MCP tool discovery by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/27619 * Vertex ai model mapping fix by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/27749 * Add documentation and migration commands for Antigravity CLI by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/27765 * Avoid persisting empty resume sessions by @SandyTao520 in https://github.com/google-gemini/gemini-cli/pull/27770 **Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.46.0...v0.47.0