1- # Preview release: v0.45 .0-preview.0
1+ # Preview release: v0.46 .0-preview.0
22
3- Released: May 27 , 2026
3+ Released: June 3 , 2026
44
55Our preview release includes the latest, new, and experimental features. This
66release may not be as stable as our [ latest weekly release] ( latest.md ) .
@@ -13,52 +13,34 @@ npm install -g @google/gemini-cli@preview
1313
1414## Highlights
1515
16- - ** Context Simplification:** Completed major architectural work to simplify and
17- optimize how the agent manages and processes session context.
18- - ** A2A Usage Metadata:** The Agent-to-Agent (A2A) interface now exposes
19- detailed usage metadata, providing better visibility into resource
20- consumption.
21- - ** Improved Routing:** Updated default auto-routing logic and added bypasses
22- for certain routing classifiers to prevent orphaned function response errors.
23- - ** Terminal Stability:** Fixed several issues affecting terminal environments,
24- including Termux relaunch loops and PTY resize errors.
25- - ** Security & Fixes:** Strengthened MCP list security and addressed issues with
26- session resumption and PTY environment signals.
16+ - ** Model Update:** Added support for transitioning to the Flash GA model when
17+ the experimental flag is enabled, providing access to the latest model
18+ improvements.
19+ - ** Improved Stability:** Hardened PTY resize logic to prevent native crashes,
20+ ensuring a more robust terminal experience.
21+ - ** Bug Fix:** Resolved an issue where an invalid ` preferredEditor `
22+ configuration could lead to a notification spam loop.
23+ - ** CI Enhancements:** Optimized Pull Request labeling and introduced batch
24+ workflows to improve development efficiency.
2725
2826## What's Changed
2927
30- - chore(release): bump version to 0.45.0-nightly.20260521.g854f811be by
31- @gemini-cli-robot in
32- [ #27362 ] ( https://github.com/google-gemini/gemini-cli/pull/27362 )
33- - fix(cli): prevent Termux relaunch and resize remount loops by @saymanq in
34- [ #27110 ] ( https://github.com/google-gemini/gemini-cli/pull/27110 )
35- - Feat/a2a expose usage metadata by @jvargassanchez-dot in
36- [ #27288 ] ( https://github.com/google-gemini/gemini-cli/pull/27288 )
37- - feat(context): Complete simplification work. by @joshualitt in
38- [ #27345 ] ( https://github.com/google-gemini/gemini-cli/pull/27345 )
39- - fix(core): force update_topic tool to execute sequentially by
40- @jvargassanchez-dot in
41- [ #27357 ] ( https://github.com/google-gemini/gemini-cli/pull/27357 )
42- - Changelog for v0.44.0-preview.0 by @gemini-cli-robot in
43- [ #27360 ] ( https://github.com/google-gemini/gemini-cli/pull/27360 )
44- - Changelog for v0.43.0 by @gemini-cli-robot in
45- [ #27361 ] ( https://github.com/google-gemini/gemini-cli/pull/27361 )
46- - Revert "fix(core): prevent SIGHUP kills in PTY environments" by @bbiggs in
47- [ #27401 ] ( https://github.com/google-gemini/gemini-cli/pull/27401 )
48- - fix(cli): filter internal session context from history during resumption by
49- @rmedranollamas in
50- [ #27391 ] ( https://github.com/google-gemini/gemini-cli/pull/27391 )
51- - Update default auto routing by @DavidAPierce in
52- [ #27071 ] ( https://github.com/google-gemini/gemini-cli/pull/27071 )
53- - fix(core): bypass routing classifiers to prevent orphaned function response
54- errors by @danielweis in
55- [ #27389 ] ( https://github.com/google-gemini/gemini-cli/pull/27389 )
56- - fix(core): suppress PTY resize EBADF errors by @scidomino in
57- [ #27461 ] ( https://github.com/google-gemini/gemini-cli/pull/27461 )
58- - fix(core): prevent blacklist bypass in mcp list by @ompatel-aiml in
59- [ #27377 ] ( https://github.com/google-gemini/gemini-cli/pull/27377 )
60- - fix(cli): ignore unmapped vim normal keys by @MukundaKatta in
61- [ #27102 ] ( https://github.com/google-gemini/gemini-cli/pull/27102 )
28+ - fix(core): harden PTY resize against native crashes by @scidomino in
29+ [ #27496 ] ( https://github.com/google-gemini/gemini-cli/pull/27496 )
30+ - Changelog for v0.45.0-preview.0 by @gemini-cli-robot in
31+ [ #27495 ] ( https://github.com/google-gemini/gemini-cli/pull/27495 )
32+ - Changelog for v0.44.0 by @gemini-cli-robot in
33+ [ #27569 ] ( https://github.com/google-gemini/gemini-cli/pull/27569 )
34+ - fix(cli): prevent spam loop when preferredEditor is invalid by @Niralisj in
35+ [ #25324 ] ( https://github.com/google-gemini/gemini-cli/pull/25324 )
36+ - Adding quote by @scidomino in
37+ [ #27571 ] ( https://github.com/google-gemini/gemini-cli/pull/27571 )
38+ - Transition to flash GA model when experiment flag is present. by @DavidAPierce
39+ in [ #27570 ] ( https://github.com/google-gemini/gemini-cli/pull/27570 )
40+ - chore(ci): add optimized PR size labeler and batch workflows by @sripasg in
41+ [ #27616 ] ( https://github.com/google-gemini/gemini-cli/pull/27616 )
42+ - fix(ci): use pull_request_target trigger to grant write access on fork PRs by
43+ @sripasg in [ #27637 ] ( https://github.com/google-gemini/gemini-cli/pull/27637 )
6244
6345** Full Changelog** :
64- https://github.com/google-gemini/gemini-cli/compare/v0.44 .0-preview.0 ...v0.45 .0-preview.0
46+ https://github.com/google-gemini/gemini-cli/compare/v0.45 .0-preview.1 ...v0.46 .0-preview.0
0 commit comments