@google/gemini-cli-core 0.45.0-preview.0 → 0.46.0-preview.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/docs/changelogs/index.md +14 -0
  2. package/dist/docs/changelogs/latest.md +202 -199
  3. package/dist/docs/changelogs/preview.md +44 -200
  4. package/dist/docs/issue-and-pr-automation.md +29 -1
  5. package/dist/docs/reference/configuration.md +69 -0
  6. package/dist/src/availability/policyCatalog.d.ts +1 -0
  7. package/dist/src/availability/policyCatalog.js +1 -1
  8. package/dist/src/availability/policyCatalog.js.map +1 -1
  9. package/dist/src/availability/policyHelpers.js +5 -1
  10. package/dist/src/availability/policyHelpers.js.map +1 -1
  11. package/dist/src/code_assist/experiments/flagNames.d.ts +1 -0
  12. package/dist/src/code_assist/experiments/flagNames.js +1 -0
  13. package/dist/src/code_assist/experiments/flagNames.js.map +1 -1
  14. package/dist/src/config/config.d.ts +6 -0
  15. package/dist/src/config/config.js +29 -5
  16. package/dist/src/config/config.js.map +1 -1
  17. package/dist/src/config/config.test.js +27 -1
  18. package/dist/src/config/config.test.js.map +1 -1
  19. package/dist/src/config/defaultModelConfigs.js +41 -0
  20. package/dist/src/config/defaultModelConfigs.js.map +1 -1
  21. package/dist/src/config/models.d.ts +8 -4
  22. package/dist/src/config/models.js +49 -11
  23. package/dist/src/config/models.js.map +1 -1
  24. package/dist/src/config/models.test.js +39 -0
  25. package/dist/src/config/models.test.js.map +1 -1
  26. package/dist/src/core/client.js +1 -1
  27. package/dist/src/core/client.js.map +1 -1
  28. package/dist/src/core/contentGenerator.js +1 -1
  29. package/dist/src/core/contentGenerator.js.map +1 -1
  30. package/dist/src/core/geminiChat.js +3 -3
  31. package/dist/src/core/geminiChat.js.map +1 -1
  32. package/dist/src/core/geminiChat.test.js +1 -0
  33. package/dist/src/core/geminiChat.test.js.map +1 -1
  34. package/dist/src/core/geminiChat_network_retry.test.js +1 -0
  35. package/dist/src/core/geminiChat_network_retry.test.js.map +1 -1
  36. package/dist/src/generated/git-commit.d.ts +2 -2
  37. package/dist/src/generated/git-commit.js +2 -2
  38. package/dist/src/prompts/promptProvider.js +2 -2
  39. package/dist/src/prompts/promptProvider.js.map +1 -1
  40. package/dist/src/routing/strategies/defaultStrategy.js +1 -1
  41. package/dist/src/routing/strategies/defaultStrategy.js.map +1 -1
  42. package/dist/src/routing/strategies/fallbackStrategy.js +1 -1
  43. package/dist/src/routing/strategies/fallbackStrategy.js.map +1 -1
  44. package/dist/src/routing/strategies/overrideStrategy.js +1 -1
  45. package/dist/src/routing/strategies/overrideStrategy.js.map +1 -1
  46. package/dist/src/services/modelConfigService.d.ts +2 -0
  47. package/dist/src/services/modelConfigService.js +2 -0
  48. package/dist/src/services/modelConfigService.js.map +1 -1
  49. package/dist/src/services/modelConfigService.test.js +57 -0
  50. package/dist/src/services/modelConfigService.test.js.map +1 -1
  51. package/dist/src/services/shellExecutionService.js +31 -17
  52. package/dist/src/services/shellExecutionService.js.map +1 -1
  53. package/dist/src/services/test-data/resolved-aliases-retry.golden.json +19 -0
  54. package/dist/src/services/test-data/resolved-aliases.golden.json +19 -0
  55. package/dist/src/tools/shell.js +18 -13
  56. package/dist/src/tools/shell.js.map +1 -1
  57. package/dist/tsconfig.tsbuildinfo +1 -1
  58. package/package.json +1 -1
@@ -18,6 +18,20 @@ on GitHub.
18
18
  | [Preview](preview.md) | Experimental features ready for early feedback. |
19
19
  | [Stable](latest.md) | Stable, recommended for general use. |
20
20
 
21
+ ## Announcements: v0.44.0 - 2026-05-27
22
+
23
+ - **Unified Auto Mode:** Streamlined the automation experience by merging
24
+ specialized Auto modes into a single, unified mode
25
+ ([#26714](https://github.com/google-gemini/gemini-cli/pull/26714) by
26
+ @DavidAPierce).
27
+ - **New Editor Integrations:** Added native support for Sublime Text and Emacs
28
+ Client ([#21090](https://github.com/google-gemini/gemini-cli/pull/21090) by
29
+ @alberti42).
30
+ - **Enhanced TUI Testing:** Introduced `agent-tui` and `tui-tester` skills for
31
+ programmatic testing and automation of terminal UI applications
32
+ ([#27121](https://github.com/google-gemini/gemini-cli/pull/27121) by
33
+ @adamfweidman).
34
+
21
35
  ## Announcements: v0.43.0 - 2026-05-22
22
36
 
23
37
  - **Surgical Code Edits:** Steered Gemini models to prefer the `edit` tool for
@@ -1,6 +1,6 @@
1
- # Latest stable release: v0.43.0
1
+ # Latest stable release: v0.44.0
2
2
 
3
- Released: May 22, 2026
3
+ Released: May 27, 2026
4
4
 
5
5
  For most users, our latest stable release is the recommended release. Install
6
6
  the latest stable version with:
@@ -11,208 +11,211 @@ npm install -g @google/gemini-cli
11
11
 
12
12
  ## Highlights
13
13
 
14
- - **Surgical Code Edits:** Gemini models are now steered to prefer the `edit`
15
- tool for surgical modifications, leading to faster and more precise code
16
- updates.
17
- - **Session Portability:** Introduced features to export active sessions to
18
- files and import them later via a CLI flag, allowing for easier session
19
- sharing and resumption.
20
- - **Adaptive Token Estimation:** A new adaptive token calculator provides more
21
- accurate content size measurements, optimizing context window usage and
22
- reducing API overhead.
23
- - **Improved UI Rendering:** Core tools now utilize native `ToolDisplay`
24
- properties, fixing various UI rendering issues and improving the experience in
25
- ACP-compliant IDEs.
26
- - **Enhanced Agent Architecture:** Introduced `LocalSubagentProtocol` and
27
- `RemoteSubagentProtocol` behind a unified `AgentProtocol`, laying the
28
- groundwork for more complex multi-agent interactions.
14
+ - **Unified Auto Mode:** Merged all "Auto" modes into a single, unified Auto
15
+ mode, simplifying the automation workflow and providing a more consistent
16
+ experience across tasks.
17
+ - **Expanded Editor Support:** Native support for Sublime Text and Emacs Client
18
+ has been added, giving developers more flexibility in their choice of external
19
+ editors.
20
+ - **TUI Automation Skills:** New `agent-tui` and `tui-tester` skills enable the
21
+ programmatic testing and automation of terminal UI (TUI) applications,
22
+ facilitating robust verification of terminal-based tools.
23
+ - **Improved UI Performance:** Throttled shell text output and added bounds to
24
+ the live UI buffer to ensure smooth rendering and stability during high-volume
25
+ output sessions.
26
+ - **Stabilized Sandbox Environments:** Explicitly clearing entrypoints when
27
+ spawning sandbox containers ensures reliable and consistent environment
28
+ initialization across different Linux distributions.
29
29
 
30
30
  ## What's Changed
31
31
 
32
- - feat(core): steer model to use edit tool for surgical edits, fix a typo by
33
- @aishaneeshah in
34
- [#26480](https://github.com/google-gemini/gemini-cli/pull/26480)
35
- - docs: clarify Auto Memory proposes memory updates and skills by @SandyTao520
36
- in [#26527](https://github.com/google-gemini/gemini-cli/pull/26527)
37
- - fix(core): reject numeric project IDs in GOOGLE_CLOUD_PROJECT (#24695) by
38
- @Abhijit-2592 in
39
- [#26532](https://github.com/google-gemini/gemini-cli/pull/26532)
40
- - fix(core): remove unsafe type assertion suppressions in error utils by
41
- @himanshu748 in
42
- [#19881](https://github.com/google-gemini/gemini-cli/pull/19881)
43
- - fix(core): allow redirection in YOLO and AUTO_EDIT modes without sandboxing by
44
- @galz10 in [#26542](https://github.com/google-gemini/gemini-cli/pull/26542)
45
- - ci(release): build and attach unsigned macOS binaries to releases by @ruomengz
46
- in [#26462](https://github.com/google-gemini/gemini-cli/pull/26462)
47
- - fix(core): Fix chat corruption bug in context manager. by @joshualitt in
48
- [#26534](https://github.com/google-gemini/gemini-cli/pull/26534)
49
- - fix(cli): provide JSON output for AgentExecutionStopped in non-interactive
50
- mode by @cynthialong0-0 in
51
- [#26504](https://github.com/google-gemini/gemini-cli/pull/26504)
52
- - feat(evals): add shell command safety evals by @akh64bit in
53
- [#26528](https://github.com/google-gemini/gemini-cli/pull/26528)
54
- - fix(core): handle invalid custom plans directory gracefully by @cynthialong0-0
55
- in [#26560](https://github.com/google-gemini/gemini-cli/pull/26560)
56
- - fix(acp): move tool explanation from thought stream to tool call content by
57
- @sripasg in [#26554](https://github.com/google-gemini/gemini-cli/pull/26554)
58
- - fix(a2a-server): Resolve race condition in tool completion waiting by @kschaab
59
- in [#26568](https://github.com/google-gemini/gemini-cli/pull/26568)
60
- - fix(cli): randomize sandbox container names by @Kkartik14 in
61
- [#26014](https://github.com/google-gemini/gemini-cli/pull/26014)
62
- - fix(core): Fix hysteresis in async context management pipelines. by
63
- @joshualitt in
64
- [#26452](https://github.com/google-gemini/gemini-cli/pull/26452)
65
- - Tighten private Auto Memory patch allowlist by @SandyTao520 in
66
- [#26535](https://github.com/google-gemini/gemini-cli/pull/26535)
67
- - fix(cli): hide read-only settings scopes by @cvan20191 in
68
- [#26249](https://github.com/google-gemini/gemini-cli/pull/26249)
69
- - fix(ci): preserve executable bit for mac binaries by @ruomengz in
70
- [#26600](https://github.com/google-gemini/gemini-cli/pull/26600)
71
- - fix(cli): improve mcp list UX in untrusted folders by @Adib234 in
72
- [#26457](https://github.com/google-gemini/gemini-cli/pull/26457)
73
- - fix(core): prevent silent hang during OAuth auth on headless Linux by
74
- @RhysSullivan in
75
- [#26571](https://github.com/google-gemini/gemini-cli/pull/26571)
76
- - Changelog for v0.42.0-preview.0 by @gemini-cli-robot in
77
- [#26537](https://github.com/google-gemini/gemini-cli/pull/26537)
78
- - ci: fix Argument list too long in triage workflows by @cocosheng-g in
79
- [#26603](https://github.com/google-gemini/gemini-cli/pull/26603)
80
- - refactor(cli): migrate core tools to native ToolDisplay property and fix UI
81
- rendering by @mbleigh in
82
- [#25186](https://github.com/google-gemini/gemini-cli/pull/25186)
83
- - don't wrap args unnecessarily by @scidomino in
84
- [#26599](https://github.com/google-gemini/gemini-cli/pull/26599)
85
- - fix(core): preserve system PATH in Git environment to fix ENOENT (#25034) by
32
+ - chore(release): bump version to 0.44.0-nightly.20260512.g022e8baef by
33
+ @gemini-cli-robot in
34
+ [#26957](https://github.com/google-gemini/gemini-cli/pull/26957)
35
+ - Changelog for v0.42.0 by @gemini-cli-robot in
36
+ [#26958](https://github.com/google-gemini/gemini-cli/pull/26958)
37
+ - Refactor: Eliminate `no-unsafe-return` suppressions via strict type validation
38
+ by @M-DEV-1 in
39
+ [#20668](https://github.com/google-gemini/gemini-cli/pull/20668)
40
+ - Changelog for v0.43.0-preview.0 by @gemini-cli-robot in
41
+ [#26959](https://github.com/google-gemini/gemini-cli/pull/26959)
42
+ - feat(core): change agent registration to first-wins and prioritize project by
43
+ @adamfweidman in
44
+ [#26953](https://github.com/google-gemini/gemini-cli/pull/26953)
45
+ - feat(cli): merge Auto modes into a single Auto mode by @DavidAPierce in
46
+ [#26714](https://github.com/google-gemini/gemini-cli/pull/26714)
47
+ - fix(core): preserve OAuth refresh tokens during rotation and retrieval by
86
48
  @cocosheng-g in
87
- [#26587](https://github.com/google-gemini/gemini-cli/pull/26587)
88
- - fix(routing): fix resolveClassifierModel argument mismatch in
89
- ApprovalModeStrategy by @danielweis in
90
- [#26658](https://github.com/google-gemini/gemini-cli/pull/26658)
91
- - docs: add vi mode shortcuts and clarify MCP/custom sandbox setup by
92
- @chrisjcthomas in
93
- [#23853](https://github.com/google-gemini/gemini-cli/pull/23853)
94
- - fix(ux): fixed issue with transcribed text not showing after releasing space
95
- by @devr0306 in
96
- [#26609](https://github.com/google-gemini/gemini-cli/pull/26609)
97
- - ci: fix json parsing in scheduled triage workflow by @cocosheng-g in
98
- [#26656](https://github.com/google-gemini/gemini-cli/pull/26656)
99
- - fix(cli): hide /memory add subcommand when memoryV2 is enabled by @SandyTao520
100
- in [#26605](https://github.com/google-gemini/gemini-cli/pull/26605)
101
- - fix: prevent false command conflicts when launching from home directory by
102
- @Br1an67 in [#23069](https://github.com/google-gemini/gemini-cli/pull/23069)
103
- - fix(core): cache model routing decision in LocalAgentExecutor by @akh64bit in
104
- [#26548](https://github.com/google-gemini/gemini-cli/pull/26548)
105
- - Changelog for v0.42.0-preview.2 by @gemini-cli-robot in
106
- [#26597](https://github.com/google-gemini/gemini-cli/pull/26597)
107
- - skip broken test by @scidomino in
108
- [#26705](https://github.com/google-gemini/gemini-cli/pull/26705)
109
- - feat: export session to file and import via flag by @cocosheng-g in
110
- [#26514](https://github.com/google-gemini/gemini-cli/pull/26514)
111
- - Feat: Add Machine Hostname to CLI interface by @M-DEV-1 in
112
- [#25637](https://github.com/google-gemini/gemini-cli/pull/25637)
113
- - docs(extensions): refactor releasing guide and add update mechanisms by
114
- @ruomengz in [#26595](https://github.com/google-gemini/gemini-cli/pull/26595)
115
- - fix(ci): fix maintainer identification in lifecycle manager by @gundermanc in
116
- [#26706](https://github.com/google-gemini/gemini-cli/pull/26706)
117
- - fix(ui): added quotes around session id in resume tip by @devr0306 in
118
- [#26669](https://github.com/google-gemini/gemini-cli/pull/26669)
119
- - Changelog for v0.41.0 by @gemini-cli-robot in
120
- [#26670](https://github.com/google-gemini/gemini-cli/pull/26670)
121
- - refactor(core): agent session protocol changes by @adamfweidman in
122
- [#26661](https://github.com/google-gemini/gemini-cli/pull/26661)
123
- - fix(context): implement loose boundary policy for gc backstop. by @joshualitt
124
- in [#26594](https://github.com/google-gemini/gemini-cli/pull/26594)
125
- - fix(core): throw explicit error on dropped tool responses by @aishaneeshah in
126
- [#26668](https://github.com/google-gemini/gemini-cli/pull/26668)
127
- - fix: resolve "function response turn must come immediately after function
128
- call" error by @danielweis in
129
- [#26691](https://github.com/google-gemini/gemini-cli/pull/26691)
130
- - fix(core): resolve parallel tool call streaming ID collision by @aishaneeshah
131
- in [#26646](https://github.com/google-gemini/gemini-cli/pull/26646)
132
- - feat(core): add LocalSubagentProtocol behind AgentProtocol by @adamfweidman in
133
- [#25302](https://github.com/google-gemini/gemini-cli/pull/25302)
134
- - fix(cli): remove noisy theme registration logs from terminal by @JayadityaGit
135
- in [#25858](https://github.com/google-gemini/gemini-cli/pull/25858)
136
- - ci: implement codebase-aware effort level triage by @cocosheng-g in
137
- [#26666](https://github.com/google-gemini/gemini-cli/pull/26666)
138
- - feat(acp/core): prefix tool call IDs with tool names to support tool rendering
139
- in ACP compliant IDEs. by @sripasg in
140
- [#26676](https://github.com/google-gemini/gemini-cli/pull/26676)
141
- - fix(mcp): treat GET 404 as 405 in StreamableHTTPClientTransport by @krishdef7
142
- in [#24847](https://github.com/google-gemini/gemini-cli/pull/24847)
143
- - feat(core): add RemoteSubagentProtocol behind AgentProtocol by @adamfweidman
144
- in [#25303](https://github.com/google-gemini/gemini-cli/pull/25303)
145
- - feat(context): Improvements to the snapshotter. by @joshualitt in
146
- [#26655](https://github.com/google-gemini/gemini-cli/pull/26655)
147
- - fix(context): Change snapshotter model config. by @joshualitt in
148
- [#26745](https://github.com/google-gemini/gemini-cli/pull/26745)
149
- - fix(cli): allow installing extensions from ssh repo by @danielmundi in
150
- [#26274](https://github.com/google-gemini/gemini-cli/pull/26274)
151
- - fix(cli): prevent duplicate SessionStart systemMessage render by @dimssu in
152
- [#25827](https://github.com/google-gemini/gemini-cli/pull/25827)
153
- - fix(cli/acp): prevent infinite thought loop in ACP mode by disablig
154
- nextSpeakerCheck by @sripasg in
155
- [#26874](https://github.com/google-gemini/gemini-cli/pull/26874)
156
- - fix(cli): use static tool name in confirmation prompt to avoid parsing errors
157
- by @cocosheng-g in
158
- [#26866](https://github.com/google-gemini/gemini-cli/pull/26866)
159
- - fix(routing): Refactor tool turn handling for the conversation history in
160
- NumericalClassifierStrategy to prevent 400 Bad Request by @danielweis in
161
- [#26761](https://github.com/google-gemini/gemini-cli/pull/26761)
162
- - fix(core): handle malformed projects.json in ProjectRegistry by @cocosheng-g
163
- in [#26885](https://github.com/google-gemini/gemini-cli/pull/26885)
164
- - fix(ui): added a gutter width to the input prompt width calculation by
165
- @devr0306 in [#26882](https://github.com/google-gemini/gemini-cli/pull/26882)
166
- - fix: prevent EISDIR crash when customIgnoreFilePaths contains directories
167
- (#19868) by @suhaan-24 in
168
- [#19898](https://github.com/google-gemini/gemini-cli/pull/19898)
169
- - revert 6b9b778d821728427eea07b1b97ba07378137d0b by @danielweis in
170
- [#26893](https://github.com/google-gemini/gemini-cli/pull/26893)
171
- - Fix/vscode run current file ts by @Neil-N4 in
172
- [#22894](https://github.com/google-gemini/gemini-cli/pull/22894)
173
- - Allow Enter to select session while in search mode in /resume by @f-pieri in
174
- [#21523](https://github.com/google-gemini/gemini-cli/pull/21523)
175
- - fix(core): ignore .pak and .rpa game archive formats by default by @Eswar809
176
- in [#26884](https://github.com/google-gemini/gemini-cli/pull/26884)
177
- - fix(cli): enable adk non-interactive session by @adamfweidman in
178
- [#26895](https://github.com/google-gemini/gemini-cli/pull/26895)
179
- - fix(cli): restore resume for legacy sessions by @KurodaKayn in
180
- [#26577](https://github.com/google-gemini/gemini-cli/pull/26577)
181
- - fix: respect explicit model selection after Flash quota exhaustion (#26759) by
49
+ [#26924](https://github.com/google-gemini/gemini-cli/pull/26924)
50
+ - fix(cli): allow keychain auth for --list-sessions and non-interactive mode by
182
51
  @cocosheng-g in
183
- [#26872](https://github.com/google-gemini/gemini-cli/pull/26872)
184
- - feat(context): Introduce adaptive token calculator to more accurately
185
- calculate content sizes. by @joshualitt in
186
- [#26888](https://github.com/google-gemini/gemini-cli/pull/26888)
187
- - chore: update checkout action configuration in workflows by @galz10 in
188
- [#26897](https://github.com/google-gemini/gemini-cli/pull/26897)
189
- - fix (telemetry): inject quota_project_id to prevent fallback to default oauth
190
- client by @TNTCompany in
191
- [#26698](https://github.com/google-gemini/gemini-cli/pull/26698)
192
- - Exclude extension context from skill extraction agent by @SandyTao520 in
193
- [#26879](https://github.com/google-gemini/gemini-cli/pull/26879)
194
- - Enable NumericalRouter when using dynamic model configs by @kevinjwang1 in
195
- [#26929](https://github.com/google-gemini/gemini-cli/pull/26929)
196
- - ci: actively triage missing priority labels and intelligently clean up
197
- conflicting labels by @cocosheng-g in
198
- [#26865](https://github.com/google-gemini/gemini-cli/pull/26865)
199
- - refactor(core): introduce SubagentState enum for progress by @adamfweidman in
200
- [#26934](https://github.com/google-gemini/gemini-cli/pull/26934)
201
- - fix(ci): replace brittle --no-tag with explicit staging-tmp tag by @scidomino
202
- in [#26940](https://github.com/google-gemini/gemini-cli/pull/26940)
203
- - Incremental refactor repo agent towards skills-based composition by
204
- @gundermanc in
205
- [#26717](https://github.com/google-gemini/gemini-cli/pull/26717)
206
- - fix(ui): fixed line wrap padding for selection lists by @devr0306 in
207
- [#26944](https://github.com/google-gemini/gemini-cli/pull/26944)
208
- - fix(core): update read_file schema for v1 compatibility (#22183) by
52
+ [#26921](https://github.com/google-gemini/gemini-cli/pull/26921)
53
+ - fix(core): handle EISDIR on virtual drives in memory discovery by @cocosheng-g
54
+ in [#26985](https://github.com/google-gemini/gemini-cli/pull/26985)
55
+ - fix(cli): auto-approve shell redirections in AUTO_EDIT mode by @cocosheng-g in
56
+ [#27003](https://github.com/google-gemini/gemini-cli/pull/27003)
57
+ - ci: suppress bot comments during standard triage maintenance by @cocosheng-g
58
+ in [#27006](https://github.com/google-gemini/gemini-cli/pull/27006)
59
+ - fix(core): refresh MCP OAuth token usage after re-auth by @sahilkirad in
60
+ [#26312](https://github.com/google-gemini/gemini-cli/pull/26312)
61
+ - fix(ui): clamped table column widths by @devr0306 in
62
+ [#26991](https://github.com/google-gemini/gemini-cli/pull/26991)
63
+ - fix(core): isolate subagent thread context by @akh64bit in
64
+ [#26449](https://github.com/google-gemini/gemini-cli/pull/26449)
65
+ - chore: add execution permission to scripts/review.sh by @scidomino in
66
+ [#27009](https://github.com/google-gemini/gemini-cli/pull/27009)
67
+ - fix(core): made context files append instead of replace by @devr0306 in
68
+ [#26950](https://github.com/google-gemini/gemini-cli/pull/26950)
69
+ - fix: add system PATH fallback for ripgrep resolution (#26777) by @cocosheng-g
70
+ in [#26868](https://github.com/google-gemini/gemini-cli/pull/26868)
71
+ - chore: clean up launched memory features by @SandyTao520 in
72
+ [#26941](https://github.com/google-gemini/gemini-cli/pull/26941)
73
+ - fix(core): throttle shell text output and bound live UI buffer by
74
+ @emersonbusson in
75
+ [#26955](https://github.com/google-gemini/gemini-cli/pull/26955)
76
+ - fix(cli): don't crash when an @-mention captures a non-path blob by @ifitisit
77
+ in [#25980](https://github.com/google-gemini/gemini-cli/pull/25980)
78
+ - fix(core): ensure stable fallback for restricted preview models by @galz10 in
79
+ [#26999](https://github.com/google-gemini/gemini-cli/pull/26999)
80
+ - feat(core): expose RAG snippets to local log file for debugging by @spencer426
81
+ in [#27016](https://github.com/google-gemini/gemini-cli/pull/27016)
82
+ - fix(acp/auth): prevent conflicting credentials on enterprise gateways and
83
+ support optional API keys natively by @sripasg in
84
+ [#27021](https://github.com/google-gemini/gemini-cli/pull/27021)
85
+ - fix(core): respect NO_PROXY for network-based MCP servers by @cocosheng-g in
86
+ [#27012](https://github.com/google-gemini/gemini-cli/pull/27012)
87
+ - fix(cli): resolve permission denied in sandbox on NixOS and other distros by
209
88
  @cocosheng-g in
210
- [#26922](https://github.com/google-gemini/gemini-cli/pull/26922)
211
- - fix(ci): configure git remote with token for authentication by @scidomino in
212
- [#26949](https://github.com/google-gemini/gemini-cli/pull/26949)
213
- - fix(patch): cherry-pick 85566a7 to release/v0.43.0-preview.0-pr-27073
214
- [CONFLICTS] by @gemini-cli-robot in
215
- [#27256](https://github.com/google-gemini/gemini-cli/pull/27256)
89
+ [#27004](https://github.com/google-gemini/gemini-cli/pull/27004)
90
+ - fix(ui): preserve new line at the end of edit window by @devr0306 in
91
+ [#27057](https://github.com/google-gemini/gemini-cli/pull/27057)
92
+ - fix(core): ensure Vertex AI sets hasAccessToPreviewModels and remove
93
+ aggressive 404 fallback revocation by @galz10 in
94
+ [#27067](https://github.com/google-gemini/gemini-cli/pull/27067)
95
+ - fix(core): ensure stable admin settings comparison across IPC to prevent
96
+ restart loop by @DavidAPierce in
97
+ [#27066](https://github.com/google-gemini/gemini-cli/pull/27066)
98
+ - fix(deps): update vulnerable dependencies by @scidomino in
99
+ [#27062](https://github.com/google-gemini/gemini-cli/pull/27062)
100
+ - fix(core): resolve EISDIR errors during file processing (#21527) by @ProthamD
101
+ in [#27041](https://github.com/google-gemini/gemini-cli/pull/27041)
102
+ - docs(extensions): clarify env var sanitization policy for MCP and ext… by
103
+ @galz10 in [#22854](https://github.com/google-gemini/gemini-cli/pull/22854)
104
+ - fix(ui): add ENAMETOOLONG and ENOTDIR to exceptions for file parsing errors by
105
+ @devr0306 in [#27069](https://github.com/google-gemini/gemini-cli/pull/27069)
106
+ - fix(cli): explicitly clear entrypoint when spawning sandbox container by
107
+ @cocosheng-g in
108
+ [#27059](https://github.com/google-gemini/gemini-cli/pull/27059)
109
+ - docs: update sandbox image command by @sjhddh in
110
+ [#26774](https://github.com/google-gemini/gemini-cli/pull/26774)
111
+ - fix(core): externalize https-proxy-agent to fix proxy support by @sotokisehiro
112
+ in [#26361](https://github.com/google-gemini/gemini-cli/pull/26361)
113
+ - security: update dependencies to fix critical and high vulnerabilities by
114
+ @scidomino in [#27077](https://github.com/google-gemini/gemini-cli/pull/27077)
115
+ - Fix/web fetch ctrl c abort by @ProthamD in
116
+ [#24320](https://github.com/google-gemini/gemini-cli/pull/24320)
117
+ - fix(core): add aliases and thinking config for gemini-3.1 models by
118
+ @anishs1207 in
119
+ [#27007](https://github.com/google-gemini/gemini-cli/pull/27007)
120
+ - fix(core): use hasAccessToPreview for auto model resolution and fix
121
+ disappearing models by @DavidAPierce in
122
+ [#27112](https://github.com/google-gemini/gemini-cli/pull/27112)
123
+ - feat(core): add adk.agentSessionSubagentEnabled flag by @adamfweidman in
124
+ [#26947](https://github.com/google-gemini/gemini-cli/pull/26947)
125
+ - fix(core): enforce compile-time exhaustiveness in content-utils by
126
+ @adamfweidman in
127
+ [#27207](https://github.com/google-gemini/gemini-cli/pull/27207)
128
+ - feat(skills): add agent-tui and tui-tester skills by @adamfweidman in
129
+ [#27121](https://github.com/google-gemini/gemini-cli/pull/27121)
130
+ - fix(context): Fix snapshot recovery across sessions. by @joshualitt in
131
+ [#26939](https://github.com/google-gemini/gemini-cli/pull/26939)
132
+ - fix(core): add unit tests for stableStringify by @devr0306 in
133
+ [#27212](https://github.com/google-gemini/gemini-cli/pull/27212)
134
+ - fix(core): prefer pwsh.exe over Windows PowerShell 5.1 (#25859) by @kaluchi in
135
+ [#25900](https://github.com/google-gemini/gemini-cli/pull/25900)
136
+ - feat(core): add LocalSessionInvocation by @adamfweidman in
137
+ [#26665](https://github.com/google-gemini/gemini-cli/pull/26665)
138
+ - refactor: decouple auto model description and configuration from
139
+ releaseChannel by @danielweis in
140
+ [#27227](https://github.com/google-gemini/gemini-cli/pull/27227)
141
+ - fix(core): prevent isBinary false-positive on Windows PTY streams by
142
+ @TirthNaik-99 in
143
+ [#26565](https://github.com/google-gemini/gemini-cli/pull/26565)
144
+ - fix(cli): Prevent unmapped keys in Vim Normal mode from inserting text into
145
+ prompt Input. by @Rajeshpatel07 in
146
+ [#25139](https://github.com/google-gemini/gemini-cli/pull/25139)
147
+ - fix(a2a-server): Implement default policy loading for parity with CLI by
148
+ @kschaab in [#27073](https://github.com/google-gemini/gemini-cli/pull/27073)
149
+ - feat(core): add RemoteSessionInvocation by @adamfweidman in
150
+ [#26937](https://github.com/google-gemini/gemini-cli/pull/26937)
151
+ - fix: allow configured MCP servers in non-interactive mode by @cocosheng-g in
152
+ [#27215](https://github.com/google-gemini/gemini-cli/pull/27215)
153
+ - fix(core): add exception handling to migrateFromFileStorage by @devr0306 in
154
+ [#27229](https://github.com/google-gemini/gemini-cli/pull/27229)
155
+ - fix(cli): bundle ink worker-entry.js by @rmedranollamas in
156
+ [#27249](https://github.com/google-gemini/gemini-cli/pull/27249)
157
+ - feat(core): wire AgentSession invocations into agent-tool by @adamfweidman in
158
+ [#26948](https://github.com/google-gemini/gemini-cli/pull/26948)
159
+ - fix(core): prevent path traversal in custome command file injection by
160
+ @ompatel-aiml in
161
+ [#27234](https://github.com/google-gemini/gemini-cli/pull/27234)
162
+ - fix(core): respect NO_PROXY in global fetch dispatcher by @cocosheng-g in
163
+ [#27216](https://github.com/google-gemini/gemini-cli/pull/27216)
164
+ - fix(core): correctly handle nullable array types in MCP tools by @devr0306 in
165
+ [#27228](https://github.com/google-gemini/gemini-cli/pull/27228)
166
+ - fix(cli): preserve proxy-agent named exports in ESM bundle by @ashishch432 in
167
+ [#27145](https://github.com/google-gemini/gemini-cli/pull/27145)
168
+ - Proposal: deterministic encoding for child-process I/O by @kaluchi in
169
+ [#27247](https://github.com/google-gemini/gemini-cli/pull/27247)
170
+ - feat(cli): add Sublime Text and Emacs Client editors, improve error messages
171
+ and documentation by @alberti42 in
172
+ [#21090](https://github.com/google-gemini/gemini-cli/pull/21090)
173
+ - Changelog for v0.43.0-preview.1 by @gemini-cli-robot in
174
+ [#27297](https://github.com/google-gemini/gemini-cli/pull/27297)
175
+ - fix(devtools): bundle devtools package to avoid resolution errors by
176
+ @rmedranollamas in
177
+ [#27250](https://github.com/google-gemini/gemini-cli/pull/27250)
178
+ - fix(cli): integrate PolicyEngine into ACP session to prevent deadlocks
179
+ (#23507) by @cocosheng-g in
180
+ [#27252](https://github.com/google-gemini/gemini-cli/pull/27252)
181
+ - fix: robust ripgrep path resolution and 1p hermetic execution support by
182
+ @cocosheng-g in
183
+ [#27253](https://github.com/google-gemini/gemini-cli/pull/27253)
184
+ - refactor: decouple stored session deletion from ChatRecordingService (#22920)
185
+ by @yuvrajangadsingh in
186
+ [#27039](https://github.com/google-gemini/gemini-cli/pull/27039)
187
+ - fix(core): improve Alpine shell compatibility by @dibyx in
188
+ [#26770](https://github.com/google-gemini/gemini-cli/pull/26770)
189
+ - fix(core): generalize MCP compliance fix for tool results by @cocosheng-g in
190
+ [#27045](https://github.com/google-gemini/gemini-cli/pull/27045)
191
+ - fix(scripts): scrub CI env vars in dev to keep interactive mode by @Hashaam101
192
+ in [#27159](https://github.com/google-gemini/gemini-cli/pull/27159)
193
+ - fix(core): Added date field for the GCal MCP by @devr0306 in
194
+ [#27251](https://github.com/google-gemini/gemini-cli/pull/27251)
195
+ - fix(core): centralize path validation to prevent crashes from malformed
196
+ prompts by @cocosheng-g in
197
+ [#27211](https://github.com/google-gemini/gemini-cli/pull/27211)
198
+ - fix(core): prevent SIGHUP kills in PTY environments (WSL2/Kitty/Alacritty) by
199
+ @ProthamD in [#27267](https://github.com/google-gemini/gemini-cli/pull/27267)
200
+ - fix(core): dynamic fallback routing for exhausted quota models by @cocosheng-g
201
+ in [#27315](https://github.com/google-gemini/gemini-cli/pull/27315)
202
+ - Auto detect pnpm global installation path for macOS and Windows by @tisonkun
203
+ in [#22748](https://github.com/google-gemini/gemini-cli/pull/22748)
204
+ - fix(windows): resolve interactive shell arrow-key navigation on Windows by
205
+ @KumarADITHYA123 in
206
+ [#23505](https://github.com/google-gemini/gemini-cli/pull/23505)
207
+ - ci: robust stale issue lifecycle and consolidated triage labels by
208
+ @cocosheng-g in
209
+ [#27015](https://github.com/google-gemini/gemini-cli/pull/27015)
210
+ - fix(context): Ensure last message is processed. by @joshualitt in
211
+ [#27232](https://github.com/google-gemini/gemini-cli/pull/27232)
212
+ - chore/release: bump version to 0.44.0-nightly.20260521.g57c42a5c4 by
213
+ @gemini-cli-robot in
214
+ [#27324](https://github.com/google-gemini/gemini-cli/pull/27324)
215
+ - fix(ui): added volta to auto update check by @devr0306 in
216
+ [#27353](https://github.com/google-gemini/gemini-cli/pull/27353)
217
+ - perf: optimize issue triage and lifecycle management by @cocosheng-g in
218
+ [#27346](https://github.com/google-gemini/gemini-cli/pull/27346)
216
219
 
217
220
  **Full Changelog**:
218
- https://github.com/google-gemini/gemini-cli/compare/v0.42.0...v0.43.0
221
+ https://github.com/google-gemini/gemini-cli/compare/v0.43.0...v0.44.0