1- # Preview release: v0.46 .0-preview.0
1+ # Preview release: v0.48 .0-preview.0
22
3- Released: June 3 , 2026
3+ Released: June 17 , 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,34 +13,58 @@ npm install -g @google/gemini-cli@preview
1313
1414## Highlights
1515
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.
16+ - ** GDC Service Identity Support** : Added support for GDC air-gapped Service
17+ Identity after a major auth library update.
18+ - ** Standardised Tool Outputs** : Standardised tool output formatting to ensure
19+ consistency and readability across different CLI commands.
20+ - ** Static Evaluation Analyzer** : Introduced a new static evaluation source
21+ analyzer to improve development and testing.
22+ - ** Vulnerability Prevention** : Hardened CLI security by preventing path
23+ traversal vulnerabilities during the installation of Skills.
24+ - ** Configuration & Error Hardening** : Migrated the ` coreTools ` configuration
25+ setting to ` tools.core ` and ensured zero-quota limits fail fast to prevent
26+ infinite retry loops.
2527
2628## What's Changed
2729
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 )
30+ - chore(release): bump version to 0.48.0-nightly.20260609.g3a13b8eeb by
31+ @gemini-cli-robot in
32+ [ #27779 ] ( https://github.com/google-gemini/gemini-cli/pull/27779 )
33+ - ci(dependabot): enable cooldown period for npm packages by @ruomengz in
34+ [ #27743 ] ( https://github.com/google-gemini/gemini-cli/pull/27743 )
35+ - refactor(core): standardize tool output formatting by @galz10 in
36+ [ #27772 ] ( https://github.com/google-gemini/gemini-cli/pull/27772 )
37+ - ci: update workflow logging and policy configurations by @galz10 in
38+ [ #27853 ] ( https://github.com/google-gemini/gemini-cli/pull/27853 )
39+ - fix(core): Ensure zero-quota limits fail fast to prevent retry loop hang by
40+ @luisfelipe-alt in
41+ [ #27698 ] ( https://github.com/google-gemini/gemini-cli/pull/27698 )
42+ - fix(core): handle multi-line escaped quotes in stripShellWrapper by
43+ @sanchezcoraspe in
44+ [ #27467 ] ( https://github.com/google-gemini/gemini-cli/pull/27467 )
45+ - fix(cli): prevent path traversal vulnerabilities during skill install… by
46+ @ompatel-aiml in
47+ [ #27767 ] ( https://github.com/google-gemini/gemini-cli/pull/27767 )
48+ - Fix/pending tools and trust overrides by @jvargassanchez-dot in
49+ [ #27854 ] ( https://github.com/google-gemini/gemini-cli/pull/27854 )
50+ - ci: use internal environment for scheduled nightly releases (#27865 ) by
51+ @rmedranollamas in
52+ [ #27939 ] ( https://github.com/google-gemini/gemini-cli/pull/27939 )
53+ - feat(core): Support GDC air-gapped Service Identity after auth library update
54+ by @sidhantgoyal-droid in
55+ [ #27956 ] ( https://github.com/google-gemini/gemini-cli/pull/27956 )
56+ - fix(cli): handle tmux false positive background detection by @amelidev in
57+ [ #27572 ] ( https://github.com/google-gemini/gemini-cli/pull/27572 )
58+ - Add static eval source analyzer by @ved015 in
59+ [ #27631 ] ( https://github.com/google-gemini/gemini-cli/pull/27631 )
60+ - fix(config): migrate coreTools setting to tools.core by @galz10 in
61+ [ #27947 ] ( https://github.com/google-gemini/gemini-cli/pull/27947 )
62+ - fix(core-tools): resolve defensive path resolution for at-reference files by
63+ @luisfelipe-alt in
64+ [ #27943 ] ( https://github.com/google-gemini/gemini-cli/pull/27943 )
65+ - Revert "fix(core-tools): resolve defensive path resolution for at-reference
66+ files" by @galz10 in
67+ [ #27992 ] ( https://github.com/google-gemini/gemini-cli/pull/27992 )
4468
4569** Full Changelog** :
46- https://github.com/google-gemini/gemini-cli/compare/v0.45 .0-preview.1 ...v0.46 .0-preview.0
70+ https://github.com/google-gemini/gemini-cli/compare/v0.47 .0-preview.0 ...v0.48 .0-preview.0
0 commit comments