Gemini CLI Updates & Release Notes
163 updates curated from 1 source by the Releasebot Team. Last updated: Sep 2, 2026
- Sep 1, 2026
- Date parsed from source:Sep 1, 2026
- First seen by Releasebot:Sep 2, 2026
Gemini CLI by Google
Release v0.58.0
Gemini CLI ships v0.57.0-preview.0 changelog updates with core, sandbox, and a2a-server fixes, plus history rollback and retry nudge optimizations. It improves symlink handling, macOS socket isolation, safety checkers, and cancellation error cleanup.
What's Changed
- Changelog for v0.57.0-preview.0 by @gemini-cli-robot in #28918
- fix(core): ensure consistent symlink evaluation in ignore path handling by @luisfelipe-alt in #28915
- refactor(core): remove eslint-disable and type-asserts from shellExecutionService by @DavidAPierce in #28862
- fix(sandbox): isolate Docker and container runtime sockets and binaries in macOS Seatbelt by @josebalius in #28935
- fix(a2a-server): clear stale cancellation error on new message turns by @amelidev in #28940
- fix(core): declare top-level safety checkers in write policy configuration by @luisfelipe-alt in #28961
- (FIX) history rollback and retry nudge optimizations by @DavidAPierce in #28934
Full Changelog: v0.57.0...v0.58.0
Original source - Aug 29, 2026
- Date parsed from source:Aug 29, 2026
- First seen by Releasebot:Aug 25, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.57.0
Gemini CLI ships a release focused on core reliability, eval improvements, and smoother agent workflows, with fixes for OAuth redirects, IDE connections, cancellation handling, retries, and a range of SSR Agent and TUI issues.
What's Changed
- fix(core): dynamically resolve Cloud Workstations proxy redirect URI for OAuth flows by @amelidev in #28688
- fix(core): resolve swallowed directory mismatch in IDE connections by @amelidev in #28729
- Feat/eval validate by @ved015 in #28344
- feat(evals): add tool call formatter and integrate failure summaries by @ved015 in #28305
- Changelog for v0.55.1 by @gemini-cli-robot in #28779
- test(e2e): stabilize file-system-interactive test on slow runners by @DavidAPierce in #28793
- fix(core): implement context-aware silent retries and availability TTL for capacity errors ( #28761 ) by @DavidAPierce in #28790
- fix(core): rollback entire multi-turn request on cancellation or abort by @amelidev in #28801
- fix(core): normalize git environment and resolve workspace state mismatch by @luisfelipe-alt in #28792
- [SSR Agent] Issue Fix (19826): Migrate process.env to vi.stubEnv in a2a-server tests by @joneba-google in #28811
- [SSR Agent] Issue Fix (21911): Add composite flag to packages/cli tsconfig by @joneba-google in #28813
- [SSR Agent] Issue Fix (26120): Clarify privacy notice wording and selection options by @joneba-google in #28820
- [SSR Agent] Issue Fix (21919): Fix TypeScript strict-null errors in integration tests by @joneba-google in #28814
- [SSR Agent] Issue Fix (21477): Prevent indefinite TUI hang by adding execution timeouts by @joneba-google in #28812
- [SSR Agent] Issue Fix (19239): Update /clear command docs to include context reset by @joneba-google in #28847
- [SSR Agent] Issue Fix (24587): Fix misleading admin error for personal accounts by @joneba-google in #28819
- [SSR Agent] Issue Fix (19463): Format cli_help subagent output as markdown by @joneba-google in #28864
- [SSR Agent] Issue Fix (28050): Add Vertex AI locations documentation link by @joneba-google in #28865
- [SSR Agent] Issue Fix (22093): Prevent subagents from running when agents mode is disabled by @joneba-google in #28867
- [SSR Agent] Issue Fix (23954): Add trailing space to autocomplete suggestions by @joneba-google in #28868
- [SSR Agent] Issue Fix (24935): Force terminal buffer rerender after exiting external editors by @joneba-google in #28880
- [SSR Agent] Issue Fix (28518): Fix sub-agent handoff token regression on startup by @joneba-google in #28882
- fix(core): preserve empty text turns with tools or media by @DavidAPierce in #28892
- fix(patch): cherry-pick 812f7a2 to release/v0.57.0-preview.0-pr-28934 to patch version v0.57.0-preview.0 and create version 0.57.0-preview.1 by @gemini-cli-robot in #29024
Full Changelog: v0.56.0...v0.57.0
Original source All of your release notes in one feed
Join Releasebot and get updates from Google and hundreds of other software products.
- Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 19, 2026
Gemini CLI by Google
Release v0.56.0
Gemini CLI ships a new changelog release.
Full Changelog: v0.55.1...v0.56.0
Original source - Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 13, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.55.1
Gemini CLI ships a broad release with tool registry discovery, eval coverage reporting, and major caretaker and PR-generator work, while also tightening security, improving CI and macOS behavior, and fixing core, A2A, and release reliability issues.
What's Changed
- fix/verify release npm ci ignore scripts by @rmedranollamas in #28116
- fix(ci): prevent workspace binary shadowing in release verification by @galdawave in #28132
- Feat/tool registry discovery by @ved015 in #28113
- fix(ci): prevent bad NPM releases and promote job crashes by @galdawave in #28147
- Changelog for v0.50.0-preview.1 by @gemini-cli-robot in #28150
- Fix no_proxy test by @jerrylin3321 in #28131
- chore(release): bump version to 0.51.0-nightly.20260625.g3fbf93e26 by @gemini-cli-robot in #28151
- Vertex base url update by @DavidAPierce in #28145
- fix(security): enforce case-insensitive sensitive path blocklist and vscode hitl by @luisfelipe-alt in #27966
- fix(core-tools): resolve defensive path resolution for at-reference files and fix macOS tests by @luisfelipe-alt in #28053
- feat(caretaker): implement Cloud Run webhook ingestion service by @chadd28 in #28015
- fix(core): resolve symbolic link directory escape in memory import processor by @luisfelipe-alt in #28233
- feat(caretaker): egress cloud run service skeleton by @chadd28 in #28167
- fix(sandbox): make ~/.gitconfig read-only in the macOS sandbox by @ompatel-aiml in #28221
- fix(core): preserve escape sequences in string literals for modern models by @luisfelipe-alt in #28299
- fix(core): strip thoughts from scrubbed history turns and resolve thought leakage by @amelidev in #27971
- Refactor: exclude transient CI configuration files from workspace context by @DavidAPierce in #28216
- feat(caretaker-triage): add triage worker core foundational modules by @chadd28 in #28163
- feat(caretaker-egress): implement octokit github action handler for egress service by @chadd28 in #28303
- chore(release): bump version to 0.52.0-nightly.20260707.g27a3da3e8 by @gemini-cli-robot in #28323
- Changelog for v0.51.0-preview.0 by @gemini-cli-robot in #28320
- Changelog for v0.50.0 by @gemini-cli-robot in #28322
- fix(core-tools): bypass LLM correction for JSON and IPYNB files in write_file and replace by @amelidev in #28223
- feat(caretaker-triage): implement main worker execution loop and egress action publisher by @chadd28 in #28306
- fix(privacy): show a clear message when the account has no Code Assist tier by @ompatel-aiml in #28304
- fix(core): enrich shared project quota limit errors with setup hint by @amelidev in #28391
- fix(a2a-server): ensure task cancellation aborts execution loop by @luisfelipe-alt in #28316
- fix(core): simplify plan mode write policy to support relative paths by @DavidAPierce in #28398
- feat(core): Bump node google-auth-library version to 10.9.0 by @jerrylin3321 in #28385
- chore/release: bump version to 0.52.0-nightly.20260715.gfa975395b by @gemini-cli-robot in #28402
- fix(core,a2a): group cancelled tool responses and coalesce consecutive roles to prevent 400 Bad Request by @luisfelipe-alt in #28407
- feat(caretaker-triage): implement LLM triage orchestrator and container build by @chadd28 in #28345
- refactor(cli): align macOS permissive Seatbelt profiles with deny-default model by @ompatel-aiml in #28424
- fix(core): mitigate infinite ReAct loops and prompt injection loops by @amelidev in #28429
- fix(a2a-server): enforce workspace trust and task isolation to prevent RCE by @luisfelipe-alt in #28470
- fix(core): sequentially verify cached credentials and restore GOOGLE_APPLICATION_CREDENTIALS fallback by @luisfelipe-alt in #28472
- feat(evals): add eval coverage report command by @ved015 in #28169
- Changelog for v0.53.0-preview.0 by @gemini-cli-robot in #28507
- Changelog for v0.52.0 by @gemini-cli-robot in #28508
- chore(release): bump version to 0.54.0-nightly.20260722.gf743ab579 by @gemini-cli-robot in #28510
- fix(caretaker): sanitize and wrap issue title in untrusted_context by @chadd28 in #28352
- chore(caretaker): update vitest to v3.2.4 and add package-lock.json files by @chadd28 in #28409
- fix(core): rotate session ID on model fallback to prevent stateful API errors by @amelidev in #28469
- feat(caretaker-triage): post comment before auto-closing issues by @chadd28 in #28411
- fix(core): enforce HTTPS for GoogleCredentialsAuthProvider to prevent cleartext leakage by @amelidev in #28517
- fix(core): filter out thought parts from getHistoryTurns when context management is disabled by @DavidAPierce in #28509
- fix(a2a-server): normalize CRLF line endings to LF in getProposedContent by @luisfelipe-alt in #28531
- fix(core): enforce explicit tag length and validation in file keychain by @luisfelipe-alt in #28523
- chore/release: bump version to 0.54.0-nightly.20260728.gbef611950 by @gemini-cli-robot in #28552
- feat(pr-generator-db): implement Firestore concurrency dual-locking and test ingestion utilities by @joneba-google in #28432
- feat(pr-generator-agent): implement Antigravity agent runner and prompt templates … by @joneba-google in #28434
- fix(core): skip merged function-response turns when finding the active loop by @adamfweidman in #28565
- chore(release): bump version to 0.55.0-nightly.20260728.gd29268d36 by @gemini-cli-robot in #28569
- Changelog for v0.54.0-preview.0 by @gemini-cli-robot in #28567
- Changelog for v0.53.0 by @gemini-cli-robot in #28568
- chore(release): bump version to 0.55.0-nightly.20260729.g3499c84f7 by @gemini-cli-robot in #28573
- fix(core): classify capacity exhaustion as terminal to prevent retry hangs by @luisfelipe-alt in #28599
- fix(core,cli): propagate InvalidStreamError details to UI for specific empty response guidance by @DavidAPierce in #28566
- fix(cli): fall back to embedded macOS seatbelt profiles if missing by @amelidev in #28551
- feat(pr-generator-core): add environment config parser, command executor, GitHub R… by @joneba-google in #28435
- feat(pr-generator-orchestrator): implement iterative bug-fixing state machine and container worker entrypoint by @joneba-google in #28433
- feat(pr-generator-infra): configure Cloud Run job, Workflows definition, and Dockerfile by @joneba-google in #28431
- fix(release): handle npm dist-tag deletion failures on registries that forbid it by @DavidAPierce in #28694
- fix(core): stop a new user message fusing into an unanswered tool response by @adamfweidman in #28700
- fix(core,cli): repair /compress session reload and quota-fallback tool response loss by @adamfweidman in #28672
- fix(core): preserve functionCall thoughtSignature when stripping thought parts by @sarbojitrana in #28607
- fix(core): unwrap and parse nested gaxios streaming errors from cause message by @luisfelipe-alt in #28689
- Changelog for v0.55.0-preview.1 by @gemini-cli-robot in #28706
Full Changelog: v0.54.0...v0.55.1
Original source - Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 8, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.54.0
Gemini CLI ships preview and nightly release updates with core reliability fixes, tighter auth and keychain validation, better error handling, and improved caretaker triage. It also adds Firestore concurrency work and a new PR generator agent runner.
What's Changed
- Changelog for v0.53.0-preview.0 by @gemini-cli-robot in #28507
- Changelog for v0.52.0 by @gemini-cli-robot in #28508
- chore(release): bump version to 0.54.0-nightly.20260722.gf743ab579 by @gemini-cli-robot in #28510
- fix(caretaker): sanitize and wrap issue title in untrusted_context by @chadd28 in #28352
- chore(caretaker): update vitest to v3.2.4 and add package-lock.json files by @chadd28 in #28409
- fix(core): rotate session ID on model fallback to prevent stateful API errors by @amelidev in #28469
- feat(caretaker-triage): post comment before auto-closing issues by @chadd28 in #28411
- fix(core): enforce HTTPS for GoogleCredentialsAuthProvider to prevent cleartext leakage by @amelidev in #28517
- fix(core): filter out thought parts from getHistoryTurns when context management is disabled by @DavidAPierce in #28509
- fix(a2a-server): normalize CRLF line endings to LF in getProposedContent by @luisfelipe-alt in #28531
- fix(core): enforce explicit tag length and validation in file keychain by @luisfelipe-alt in #28523
- chore/release: bump version to 0.54.0-nightly.20260728.gbef611950 by @gemini-cli-robot in #28552
- feat(pr-generator-db): implement Firestore concurrency dual-locking and test ingestion utilities by @joneba-google in #28432
- feat(pr-generator-agent): implement Antigravity agent runner and prompt templates … by @joneba-google in #28434
- fix(core): skip merged function-response turns when finding the active loop by @adamfweidman in #28565
- chore(release): bump version to 0.55.0-nightly.20260729.g3499c84f7 by @gemini-cli-robot in #28573
- fix(core): classify capacity exhaustion as terminal to prevent retry hangs by @luisfelipe-alt in #28599
- fix(core,cli): propagate InvalidStreamError details to UI for specific empty response guidance by @DavidAPierce in #28566
- fix(cli): fall back to embedded macOS seatbelt profiles if missing by @amelidev in #28551
Full Changelog: v0.53.1...v0.54.0
Original source Similar to Gemini CLI with recent updates:
- Gemini updates408 release notes · Latest Sep 4, 2026
- Gemini API updates139 release notes · Latest Sep 3, 2026
- Claude updates136 release notes · Latest Sep 2, 2026
- Claude Code updates436 release notes · Latest Sep 4, 2026
- Antigravity updates50 release notes · Latest Sep 3, 2026
- ChatGPT updates216 release notes · Latest Sep 3, 2026
- Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Aug 7, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.54.4
Gemini CLI ships version fixes and patch updates through 0.54.4.
What's Changed
- fix(patch): cherry-pick 56f9688 to release/v0.54.0-pr-28700 to patch version v0.54.0 and create version 0.54.1 by @gemini-cli-robot in #28710
- chore: bump version to 0.54.2 by @DavidAPierce in #28712
- Fix/revert version bump by @DavidAPierce in #28715
Full Changelog: v0.54.0...v0.54.4
Original source - Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 1, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.53.1
Gemini CLI fixes a patch update by cherry-picking a conflict-resolved change for v0.53.1.
What's Changed
- fix(patch): cherry-pick f47d6c6 to release/v0.53.0-pr-28566 [CONFLICTS] by @gemini-cli-robot in #28610
Full Changelog: v0.53.0...v0.53.1
Original source - Jul 28, 2026
- Date parsed from source:Jul 28, 2026
- First seen by Releasebot:Jul 29, 2026
Gemini CLI by Google
Release v0.53.0
Gemini CLI ships v0.53.0 with stronger core reliability and security, including fixes for cancelled tool responses, infinite ReAct loops, workspace trust, and credential fallback, plus a new eval coverage report command and updated macOS Seatbelt profiles.
What's Changed
- fix(core,a2a): group cancelled tool responses and coalesce consecutive roles to prevent 400 Bad Request by @luisfelipe-alt in #28407
- feat(caretaker-triage): implement LLM triage orchestrator and container build by @chadd28 in #28345
- refactor(cli): align macOS permissive Seatbelt profiles with deny-default model by @ompatel-aiml in #28424
- fix(core): mitigate infinite ReAct loops and prompt injection loops by @amelidev in #28429
- fix(a2a-server): enforce workspace trust and task isolation to prevent RCE by @luisfelipe-alt in #28470
- fix(core): sequentially verify cached credentials and restore GOOGLE_APPLICATION_CREDENTIALS fallback by @luisfelipe-alt in #28472
- feat(evals): add eval coverage report command by @ved015 in #28169
Full Changelog: v0.52.0...v0.53.0
Original source - Jul 22, 2026
- Date parsed from source:Jul 22, 2026
- First seen by Releasebot:Jul 23, 2026
- Modified by Releasebot:Sep 5, 2026
Gemini CLI by Google
Release v0.52.0
Gemini CLI ships a new nightly release with triage worker foundations, an egress action handler, and core fixes for file writing, privacy messaging, quota errors, task cancellation, and plan mode path support, plus updated release notes and version bumps.
What's Changed
- Refactor: exclude transient CI configuration files from workspace context by @DavidAPierce in #28216
- feat(caretaker-triage): add triage worker core foundational modules by @chadd28 in #28163
- feat(caretaker-egress): implement octokit github action handler for egress service by @chadd28 in #28303
- chore(release): bump version to 0.52.0-nightly.20260707.g27a3da3e8 by @gemini-cli-robot in #28323
- Changelog for v0.51.0-preview.0 by @gemini-cli-robot in #28320
- Changelog for v0.50.0 by @gemini-cli-robot in #28322
- fix(core-tools): bypass LLM correction for JSON and IPYNB files in write_file and replace by @amelidev in #28223
- feat(caretaker-triage): implement main worker execution loop and egress action publisher by @chadd28 in #28306
- fix(privacy): show a clear message when the account has no Code Assist tier by @ompatel-aiml in #28304
- fix(core): enrich shared project quota limit errors with setup hint by @amelidev in #28391
- fix(a2a-server): ensure task cancellation aborts execution loop by @luisfelipe-alt in #28316
- fix(core): simplify plan mode write policy to support relative paths by @DavidAPierce in #28398
- feat(core): Bump node google-auth-library version to 10.9.0 by @jerrylin3321 in #28385
- chore/release: bump version to 0.52.0-nightly.20260715.gfa975395b by @gemini-cli-robot in #28402
Full Changelog: v0.51.0...v0.52.0
Original source - Jul 16, 2026
- Date parsed from source:Jul 16, 2026
- First seen by Releasebot:Jul 17, 2026
Gemini CLI by Google
Release v0.51.0
Gemini CLI adds security, core, sandbox, and Vertex updates in a new preview changelog, including Cloud Run webhook ingestion, path and symlink fixes, and improved handling of thoughts and escape sequences.
What's Changed
- Changelog for v0.50.0-preview.1 by @gemini-cli-robot in #28150
- Fix no_proxy test by @jerrylin3321 in #28131
- chore(release): bump version to 0.51.0-nightly.20260625.g3fbf93e26 by @gemini-cli-robot in #28151
- Vertex base url update by @DavidAPierce in #28145
- fix(security): enforce case-insensitive sensitive path blocklist and vscode hitl by @luisfelipe-alt in #27966
- fix(core-tools): resolve defensive path resolution for at-reference files and fix macOS tests by @luisfelipe-alt in #28053
- feat(caretaker): implement Cloud Run webhook ingestion service by @chadd28 in #28015
- fix(core): resolve symbolic link directory escape in memory import processor by @luisfelipe-alt in #28233
- feat(caretaker): egress cloud run service skeleton by @chadd28 in #28167
- fix(sandbox): make ~/.gitconfig read-only in the macOS sandbox by @ompatel-aiml in #28221
- fix(core): preserve escape sequences in string literals for modern models by @luisfelipe-alt in #28299
- fix(core): strip thoughts from scrubbed history turns and resolve thought leakage by @amelidev in #27971
Full Changelog: v0.50.0...v0.51.0
Original source - Jul 8, 2026
- Date parsed from source:Jul 8, 2026
- First seen by Releasebot:Jul 10, 2026
Gemini CLI by Google
Release v0.50.0
Gemini CLI ships release verification fixes and tool registry discovery in v0.50.0.
What's Changed
- fix/verify release npm ci ignore scripts by @rmedranollamas in #28116
- fix(ci): prevent workspace binary shadowing in release verification by @galdawave in #28132
- Feat/tool registry discovery by @ved015 in #28113
- fix(ci): prevent bad NPM releases and promote job crashes by @galdawave in #28147
Full Changelog: v0.49.0...v0.50.0
Original source - Jun 23, 2026
- Date parsed from source:Jun 23, 2026
- First seen by Releasebot:Jun 26, 2026
- Modified by Releasebot:Jul 14, 2026
Gemini CLI by Google
Release v0.49.0
Gemini CLI ships nightly updates with core fixes, security and CI improvements, and new eval tooling. It adds the eval:inventory command, JSON output for eval inventory, support for GDC air-gapped Service Identity, and safer handling for quota, installs, and path resolution.
What's Changed
- chore(release): bump version to 0.48.0-nightly.20260609.g3a13b8eeb by @gemini-cli-robot in #27779
- ci(dependabot): enable cooldown period for npm packages by @ruomengz in #27743
- refactor(core): standardize tool output formatting by @galz10 in #27772
- ci: update workflow logging and policy configurations by @galz10 in #27853
- fix(core): Ensure zero-quota limits fail fast to prevent retry loop hang by @luisfelipe-alt in #27698
- fix(core): handle multi-line escaped quotes in stripShellWrapper by @sanchezcoraspe in #27467
- fix(cli): prevent path traversal vulnerabilities during skill install… by @ompatel-aiml in #27767
- Fix/pending tools and trust overrides by @jvargassanchez-dot in #27854
- ci: use internal environment for scheduled nightly releases (#27865) by @rmedranollamas in #27939
- feat(core): Support GDC air-gapped Service Identity after auth library update by @sidhantgoyal-droid in #27956
- fix(cli): handle tmux false positive background detection by @amelidev in #27572
- Add static eval source analyzer by @ved015 in #27631
- fix(config): migrate coreTools setting to tools.core by @galz10 in #27947
- fix(core-tools): resolve defensive path resolution for at-reference files by @luisfelipe-alt in #27943
- Revert "fix(core-tools): resolve defensive path resolution for at-reference files" by @galz10 in #27992
- chore(release): bump version to 0.49.0-nightly.20260617.g4d3dcdce1 by @gemini-cli-robot in #28003
- Changelog for v0.48.0-preview.0 by @gemini-cli-robot in #27999
- fix(ci): provide fallbacks for package variables in nightly release by @galz10 in #28016
- chore(deps): pin dependencies and enforce 14-day update cooldown by @galz10 in #27948
- fix(ci): append trailing slash to registry url in npmrc by @rmedranollamas in #28038
- feat: add eval:inventory CLI command and reporting logic by @ved015 in #28009
- fix: resolve workspace publish failures and scheduler event loop starvation by @rmedranollamas in #28063
- fix(ci): use wombat dressing room fallback in nightly release to prevent ENEEDAUTH by @rmedranollamas in #28104
- Add JSON output for eval inventory by @ved015 in #28058
New Contributors
- @sanchezcoraspe made their first contribution in #27467
- @sidhantgoyal-droid made their first contribution in #27956
- @amelidev made their first contribution in #27572
Full Changelog: v0.47.0...v0.49.0
Original source - Jun 16, 2026
- Date parsed from source:Jun 16, 2026
- First seen by Releasebot:Jun 18, 2026
Gemini CLI by Google
Release v0.47.0
Gemini CLI ships v0.47.0 nightly with model routing updates for 3.5 Flash, policy and MCP discovery fixes, Antigravity banner and session handling improvements, plus new documentation and migration commands for Antigravity CLI.
What's Changed
- chore(release): bump version to 0.47.0-nightly.20260602.gcfcecebe8 by @gemini-cli-robot in #27644
- Changelog for v0.46.0-preview.0 by @gemini-cli-robot in #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
- fix(policy): add EBUSY fallback and TOML parse recovery (#19919) by @krishdef7 in #21541
- Changelog for v0.45.0 by @gemini-cli-robot in #27642
- update the max amount of times the Antigravity transition banner can be displayed. by @DavidAPierce in #27676
- chore: remove experimental text from browser agent docs by @gsquared94 in #27746
- fix(core): implement atomic update in MCP tool discovery by @luisfelipe-alt in #27619
- Vertex ai model mapping fix by @DavidAPierce in #27749
- Add documentation and migration commands for Antigravity CLI by @DavidAPierce in #27765
- Avoid persisting empty resume sessions by @SandyTao520 in #27770
Full Changelog: v0.46.0...v0.47.0
Original source - Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 10, 2026
Gemini CLI by Google
Release v0.46.0
Gemini CLI adds crash hardening for PTY resize, prevents an invalid editor spam loop, and switches to the flash GA model when the experiment flag is present. It also includes the latest preview patch releases and changelog updates.
What's Changed
- fix(core): harden PTY resize against native crashes by @scidomino in #27496
- Changelog for v0.45.0-preview.0 by @gemini-cli-robot in #27495
- Changelog for v0.44.0 by @gemini-cli-robot in #27569
- fix(cli): prevent spam loop when preferredEditor is invalid by @Niralisj in #25324
- Adding quote by @scidomino in #27571
- Transition to flash GA model when experiment flag is present. by @DavidAPierce in #27570
- chore(ci): add optimized PR size labeler and batch workflows by @sripasg in #27616
- fix(ci): use pull_request_target trigger to grant write access on fork PRs by @sripasg in #27637
- fix(patch): cherry-pick e4315b3 to release/v0.46.0-preview.0-pr-27645 to patch version v0.46.0-preview.0 and create version 0.46.0-preview.1 by @gemini-cli-robot in #27655
- fix(patch): cherry-pick f40498d to release/v0.46.0-preview.1-pr-27676 to patch version v0.46.0-preview.1 and create version 0.46.0-preview.2 by @gemini-cli-robot in #27699
- fix(patch): cherry-pick f08b4af to release/v0.46.0-preview.2-pr-27749 to patch version v0.46.0-preview.2 and create version 0.46.0-preview.3 by @gemini-cli-robot in #27768
Full Changelog: v0.45.3...v0.46.0
Original source - Jun 9, 2026
- Date parsed from source:Jun 9, 2026
- First seen by Releasebot:Jun 10, 2026
Gemini CLI by Google
Release v0.45.3
Gemini CLI ships a patch update that cherry-picks a fix and advances to v0.45.3.
What's Changed
- fix(patch): cherry-pick f08b4af to release/v0.45.2-pr-27749 to patch version v0.45.2 and create version 0.45.3 by @gemini-cli-robot in #27769
Full Changelog: v0.45.2...v0.45.3
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.