From 41b2c86dc237ddf60c0aeb89f02761269cdcbad0 Mon Sep 17 00:00:00 2001 From: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:14:27 +0000 Subject: [PATCH] docs(changelog): update for v0.47.0-preview.0 --- docs/changelogs/preview.md | 65 ++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/docs/changelogs/preview.md b/docs/changelogs/preview.md index 420d4b7eef..6813f49d24 100644 --- a/docs/changelogs/preview.md +++ b/docs/changelogs/preview.md @@ -1,6 +1,6 @@ -# Preview release: v0.46.0-preview.0 +# Preview release: v0.47.0-preview.0 -Released: June 3, 2026 +Released: June 10, 2026 Our preview release includes the latest, new, and experimental features. This release may not be as stable as our [latest weekly release](latest.md). @@ -13,34 +13,43 @@ npm install -g @google/gemini-cli@preview ## Highlights -- **Model Update:** Added support for transitioning to the Flash GA model when - the experimental flag is enabled, providing access to the latest model - improvements. -- **Improved Stability:** Hardened PTY resize logic to prevent native crashes, - ensuring a more robust terminal experience. -- **Bug Fix:** Resolved an issue where an invalid `preferredEditor` - configuration could lead to a notification spam loop. -- **CI Enhancements:** Optimized Pull Request labeling and introduced batch - workflows to improve development efficiency. +- **Model Mapping & Upgrades:** Integrated support for Gemini 3.5 Flash in + auto-mode when enabled, and resolved model mapping issues for Vertex AI. +- **Antigravity CLI Support:** Introduced documentation, migration commands, and + transition banner updates to streamline migration to the Antigravity CLI. +- **Core Stability Enhancements:** Added an EBUSY fallback and TOML parse + recovery for policy management, implemented atomic updates for MCP tool + discovery, and prevented the persistence of empty resume sessions. +- **Browser Agent Documentation:** Removed experimental text from the browser + agent documentation to reflect its current readiness. ## What's Changed -- fix(core): harden PTY resize against native crashes by @scidomino in - [#27496](https://github.com/google-gemini/gemini-cli/pull/27496) -- Changelog for v0.45.0-preview.0 by @gemini-cli-robot in - [#27495](https://github.com/google-gemini/gemini-cli/pull/27495) -- Changelog for v0.44.0 by @gemini-cli-robot in - [#27569](https://github.com/google-gemini/gemini-cli/pull/27569) -- fix(cli): prevent spam loop when preferredEditor is invalid by @Niralisj in - [#25324](https://github.com/google-gemini/gemini-cli/pull/25324) -- Adding quote by @scidomino in - [#27571](https://github.com/google-gemini/gemini-cli/pull/27571) -- Transition to flash GA model when experiment flag is present. by @DavidAPierce - in [#27570](https://github.com/google-gemini/gemini-cli/pull/27570) -- chore(ci): add optimized PR size labeler and batch workflows by @sripasg in - [#27616](https://github.com/google-gemini/gemini-cli/pull/27616) -- fix(ci): use pull_request_target trigger to grant write access on fork PRs by - @sripasg in [#27637](https://github.com/google-gemini/gemini-cli/pull/27637) +- chore(release): bump version to 0.47.0-nightly.20260602.gcfcecebe8 by + @gemini-cli-robot in + [#27644](https://github.com/google-gemini/gemini-cli/pull/27644) +- Changelog for v0.46.0-preview.0 by @gemini-cli-robot in + [#27641](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 + [#27645](https://github.com/google-gemini/gemini-cli/pull/27645) +- fix(policy): add EBUSY fallback and TOML parse recovery (#19919) by @krishdef7 + in [#21541](https://github.com/google-gemini/gemini-cli/pull/21541) +- Changelog for v0.45.0 by @gemini-cli-robot in + [#27642](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 + [#27676](https://github.com/google-gemini/gemini-cli/pull/27676) +- chore: remove experimental text from browser agent docs by @gsquared94 in + [#27746](https://github.com/google-gemini/gemini-cli/pull/27746) +- fix(core): implement atomic update in MCP tool discovery by @luisfelipe-alt in + [#27619](https://github.com/google-gemini/gemini-cli/pull/27619) +- Vertex ai model mapping fix by @DavidAPierce in + [#27749](https://github.com/google-gemini/gemini-cli/pull/27749) +- Add documentation and migration commands for Antigravity CLI by @DavidAPierce + in [#27765](https://github.com/google-gemini/gemini-cli/pull/27765) +- Avoid persisting empty resume sessions by @SandyTao520 in + [#27770](https://github.com/google-gemini/gemini-cli/pull/27770) **Full Changelog**: -https://github.com/google-gemini/gemini-cli/compare/v0.45.0-preview.1...v0.46.0-preview.0 +https://github.com/google-gemini/gemini-cli/compare/v0.46.0-preview.3...v0.47.0-preview.0