Skip to content

Commit 76caf61

Browse files
gemini-cli-robotgaldawaveg-samroberts
authored
Changelog for v0.33.0-preview.4 (#21354)
Co-authored-by: gemini-cli-robot <224641728+gemini-cli-robot@users.noreply.github.com> Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com> Co-authored-by: galz10 <galzahavi@google.com> Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com>
1 parent ed61421 commit 76caf61

1 file changed

Lines changed: 83 additions & 73 deletions

File tree

docs/changelogs/preview.md

Lines changed: 83 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Preview release: v0.33.0-preview.3
1+
# Preview release: v0.33.0-preview.4
22

3-
Released: March 05, 2026
3+
Released: March 06, 2026
44

55
Our preview release includes the latest, new, and experimental features. This
66
release may not be as stable as our [latest weekly release](latest.md).
@@ -29,163 +29,173 @@ npm install -g @google/gemini-cli@preview
2929

3030
## What's Changed
3131

32+
- fix(patch): cherry-pick 7ec477d to release/v0.33.0-preview.3-pr-21305 to patch
33+
version v0.33.0-preview.3 and create version 0.33.0-preview.4 by
34+
@gemini-cli-robot in
35+
[#21349](https://github.com/google-gemini/gemini-cli/pull/21349)
3236
- fix(patch): cherry-pick 0135b03 to release/v0.33.0-preview.2-pr-21171
3337
[CONFLICTS] by @gemini-cli-robot in
3438
[#21336](https://github.com/google-gemini/gemini-cli/pull/21336)
35-
36-
* fix(patch): cherry-pick 0659ad1 to release/v0.33.0-preview.0-pr-21042 to patch
39+
- fix(patch): cherry-pick 173376b to release/v0.33.0-preview.1-pr-21157 to patch
40+
version v0.33.0-preview.1 and create version 0.33.0-preview.2 by
41+
@gemini-cli-robot in
42+
[#21300](https://github.com/google-gemini/gemini-cli/pull/21300)
43+
- fix(patch): cherry-pick 173376b to release/v0.33.0-preview.1-pr-21157 to patch
44+
version v0.33.0-preview.1 and create version 0.33.0-preview.2 by
45+
@gemini-cli-robot in
46+
[#21300](https://github.com/google-gemini/gemini-cli/pull/21300)
47+
- fix(patch): cherry-pick 0659ad1 to release/v0.33.0-preview.0-pr-21042 to patch
3748
version v0.33.0-preview.0 and create version 0.33.0-preview.1 by
3849
@gemini-cli-robot in
3950
[#21047](https://github.com/google-gemini/gemini-cli/pull/21047)
40-
41-
* Docs: Update model docs to remove Preview Features. by @jkcinouye in
51+
- Docs: Update model docs to remove Preview Features. by @jkcinouye in
4252
[#20084](https://github.com/google-gemini/gemini-cli/pull/20084)
43-
* docs: fix typo in installation documentation by @AdityaSharma-Git3207 in
53+
- docs: fix typo in installation documentation by @AdityaSharma-Git3207 in
4454
[#20153](https://github.com/google-gemini/gemini-cli/pull/20153)
45-
* docs: add Windows PowerShell equivalents for environments and scripting by
55+
- docs: add Windows PowerShell equivalents for environments and scripting by
4656
@scidomino in [#20333](https://github.com/google-gemini/gemini-cli/pull/20333)
47-
* fix(core): parse raw ASCII buffer strings in Gaxios errors by @sehoon38 in
57+
- fix(core): parse raw ASCII buffer strings in Gaxios errors by @sehoon38 in
4858
[#20626](https://github.com/google-gemini/gemini-cli/pull/20626)
49-
* chore(release): bump version to 0.33.0-nightly.20260227.ba149afa0 by @galz10
59+
- chore(release): bump version to 0.33.0-nightly.20260227.ba149afa0 by @galz10
5060
in [#20637](https://github.com/google-gemini/gemini-cli/pull/20637)
51-
* fix(github): use robot PAT for automated PRs to pass CLA check by @galz10 in
61+
- fix(github): use robot PAT for automated PRs to pass CLA check by @galz10 in
5262
[#20641](https://github.com/google-gemini/gemini-cli/pull/20641)
53-
* chore/release: bump version to 0.33.0-nightly.20260228.1ca5c05d0 by
63+
- chore/release: bump version to 0.33.0-nightly.20260228.1ca5c05d0 by
5464
@gemini-cli-robot in
5565
[#20644](https://github.com/google-gemini/gemini-cli/pull/20644)
56-
* Changelog for v0.31.0 by @gemini-cli-robot in
66+
- Changelog for v0.31.0 by @gemini-cli-robot in
5767
[#20634](https://github.com/google-gemini/gemini-cli/pull/20634)
58-
* fix: use full paths for ACP diff payloads by @JagjeevanAK in
68+
- fix: use full paths for ACP diff payloads by @JagjeevanAK in
5969
[#19539](https://github.com/google-gemini/gemini-cli/pull/19539)
60-
* Changelog for v0.32.0-preview.0 by @gemini-cli-robot in
70+
- Changelog for v0.32.0-preview.0 by @gemini-cli-robot in
6171
[#20627](https://github.com/google-gemini/gemini-cli/pull/20627)
62-
* fix: acp/zed race condition between MCP initialisation and prompt by
72+
- fix: acp/zed race condition between MCP initialisation and prompt by
6373
@kartikangiras in
6474
[#20205](https://github.com/google-gemini/gemini-cli/pull/20205)
65-
* fix(cli): reset themeManager between tests to ensure isolation by
75+
- fix(cli): reset themeManager between tests to ensure isolation by
6676
@NTaylorMullen in
6777
[#20598](https://github.com/google-gemini/gemini-cli/pull/20598)
68-
* refactor(core): Extract tool parameter names as constants by @SandyTao520 in
78+
- refactor(core): Extract tool parameter names as constants by @SandyTao520 in
6979
[#20460](https://github.com/google-gemini/gemini-cli/pull/20460)
70-
* fix(cli): resolve autoThemeSwitching when background hasn't changed but theme
80+
- fix(cli): resolve autoThemeSwitching when background hasn't changed but theme
7181
mismatches by @sehoon38 in
7282
[#20706](https://github.com/google-gemini/gemini-cli/pull/20706)
73-
* feat(skills): add github-issue-creator skill by @sehoon38 in
83+
- feat(skills): add github-issue-creator skill by @sehoon38 in
7484
[#20709](https://github.com/google-gemini/gemini-cli/pull/20709)
75-
* fix(cli): allow sub-agent confirmation requests in UI while preventing
85+
- fix(cli): allow sub-agent confirmation requests in UI while preventing
7686
background flicker by @abhipatel12 in
7787
[#20722](https://github.com/google-gemini/gemini-cli/pull/20722)
78-
* Merge User and Agent Card Descriptions #20849 by @adamfweidman in
88+
- Merge User and Agent Card Descriptions #20849 by @adamfweidman in
7989
[#20850](https://github.com/google-gemini/gemini-cli/pull/20850)
80-
* fix(core): reduce LLM-based loop detection false positives by @SandyTao520 in
90+
- fix(core): reduce LLM-based loop detection false positives by @SandyTao520 in
8191
[#20701](https://github.com/google-gemini/gemini-cli/pull/20701)
82-
* fix(plan): deflake plan mode integration tests by @Adib234 in
92+
- fix(plan): deflake plan mode integration tests by @Adib234 in
8393
[#20477](https://github.com/google-gemini/gemini-cli/pull/20477)
84-
* Add /unassign support by @scidomino in
94+
- Add /unassign support by @scidomino in
8595
[#20864](https://github.com/google-gemini/gemini-cli/pull/20864)
86-
* feat(core): implement HTTP authentication support for A2A remote agents by
96+
- feat(core): implement HTTP authentication support for A2A remote agents by
8797
@SandyTao520 in
8898
[#20510](https://github.com/google-gemini/gemini-cli/pull/20510)
89-
* feat(core): centralize read_file limits and update gemini-3 description by
99+
- feat(core): centralize read_file limits and update gemini-3 description by
90100
@aishaneeshah in
91101
[#20619](https://github.com/google-gemini/gemini-cli/pull/20619)
92-
* Do not block CI on evals by @gundermanc in
102+
- Do not block CI on evals by @gundermanc in
93103
[#20870](https://github.com/google-gemini/gemini-cli/pull/20870)
94-
* document node limitation for shift+tab by @scidomino in
104+
- document node limitation for shift+tab by @scidomino in
95105
[#20877](https://github.com/google-gemini/gemini-cli/pull/20877)
96-
* Add install as an option when extension is selected. by @DavidAPierce in
106+
- Add install as an option when extension is selected. by @DavidAPierce in
97107
[#20358](https://github.com/google-gemini/gemini-cli/pull/20358)
98-
* Update CODEOWNERS for README.md reviewers by @g-samroberts in
108+
- Update CODEOWNERS for README.md reviewers by @g-samroberts in
99109
[#20860](https://github.com/google-gemini/gemini-cli/pull/20860)
100-
* feat(core): truncate large MCP tool output by @SandyTao520 in
110+
- feat(core): truncate large MCP tool output by @SandyTao520 in
101111
[#19365](https://github.com/google-gemini/gemini-cli/pull/19365)
102-
* Subagent activity UX. by @gundermanc in
112+
- Subagent activity UX. by @gundermanc in
103113
[#17570](https://github.com/google-gemini/gemini-cli/pull/17570)
104-
* style(cli) : Dialog pattern for /hooks Command by @AbdulTawabJuly in
114+
- style(cli) : Dialog pattern for /hooks Command by @AbdulTawabJuly in
105115
[#17930](https://github.com/google-gemini/gemini-cli/pull/17930)
106-
* feat: redesign header to be compact with ASCII icon by @keithguerin in
116+
- feat: redesign header to be compact with ASCII icon by @keithguerin in
107117
[#18713](https://github.com/google-gemini/gemini-cli/pull/18713)
108-
* fix(core): ensure subagents use qualified MCP tool names by @abhipatel12 in
118+
- fix(core): ensure subagents use qualified MCP tool names by @abhipatel12 in
109119
[#20801](https://github.com/google-gemini/gemini-cli/pull/20801)
110-
* feat(core): support authenticated A2A agent card discovery by @SandyTao520 in
120+
- feat(core): support authenticated A2A agent card discovery by @SandyTao520 in
111121
[#20622](https://github.com/google-gemini/gemini-cli/pull/20622)
112-
* refactor(cli): fully remove React anti patterns, improve type safety and fix
122+
- refactor(cli): fully remove React anti patterns, improve type safety and fix
113123
UX oversights in SettingsDialog.tsx by @psinha40898 in
114124
[#18963](https://github.com/google-gemini/gemini-cli/pull/18963)
115-
* Adding MCPOAuthProvider implementing the MCPSDK OAuthClientProvider by
125+
- Adding MCPOAuthProvider implementing the MCPSDK OAuthClientProvider by
116126
@Nayana-Parameswarappa in
117127
[#20121](https://github.com/google-gemini/gemini-cli/pull/20121)
118-
* feat(core): add tool name validation in TOML policy files by @allenhutchison
128+
- feat(core): add tool name validation in TOML policy files by @allenhutchison
119129
in [#19281](https://github.com/google-gemini/gemini-cli/pull/19281)
120-
* docs: fix broken markdown links in main README.md by @Hamdanbinhashim in
130+
- docs: fix broken markdown links in main README.md by @Hamdanbinhashim in
121131
[#20300](https://github.com/google-gemini/gemini-cli/pull/20300)
122-
* refactor(core): replace manual syncPlanModeTools with declarative policy rules
132+
- refactor(core): replace manual syncPlanModeTools with declarative policy rules
123133
by @jerop in [#20596](https://github.com/google-gemini/gemini-cli/pull/20596)
124-
* fix(core): increase default headers timeout to 5 minutes by @gundermanc in
134+
- fix(core): increase default headers timeout to 5 minutes by @gundermanc in
125135
[#20890](https://github.com/google-gemini/gemini-cli/pull/20890)
126-
* feat(admin): enable 30 day default retention for chat history & remove warning
136+
- feat(admin): enable 30 day default retention for chat history & remove warning
127137
by @skeshive in
128138
[#20853](https://github.com/google-gemini/gemini-cli/pull/20853)
129-
* feat(plan): support annotating plans with feedback for iteration by @Adib234
139+
- feat(plan): support annotating plans with feedback for iteration by @Adib234
130140
in [#20876](https://github.com/google-gemini/gemini-cli/pull/20876)
131-
* Add some dos and don'ts to behavioral evals README. by @gundermanc in
141+
- Add some dos and don'ts to behavioral evals README. by @gundermanc in
132142
[#20629](https://github.com/google-gemini/gemini-cli/pull/20629)
133-
* fix(core): skip telemetry logging for AbortError exceptions by @yunaseoul in
143+
- fix(core): skip telemetry logging for AbortError exceptions by @yunaseoul in
134144
[#19477](https://github.com/google-gemini/gemini-cli/pull/19477)
135-
* fix(core): restrict "System: Please continue" invalid stream retry to Gemini 2
145+
- fix(core): restrict "System: Please continue" invalid stream retry to Gemini 2
136146
models by @SandyTao520 in
137147
[#20897](https://github.com/google-gemini/gemini-cli/pull/20897)
138-
* ci(evals): only run evals in CI if prompts or tools changed by @gundermanc in
148+
- ci(evals): only run evals in CI if prompts or tools changed by @gundermanc in
139149
[#20898](https://github.com/google-gemini/gemini-cli/pull/20898)
140-
* Build binary by @aswinashok44 in
150+
- Build binary by @aswinashok44 in
141151
[#18933](https://github.com/google-gemini/gemini-cli/pull/18933)
142-
* Code review fixes as a pr by @jacob314 in
152+
- Code review fixes as a pr by @jacob314 in
143153
[#20612](https://github.com/google-gemini/gemini-cli/pull/20612)
144-
* fix(ci): handle empty APP_ID in stale PR closer by @bdmorgan in
154+
- fix(ci): handle empty APP_ID in stale PR closer by @bdmorgan in
145155
[#20919](https://github.com/google-gemini/gemini-cli/pull/20919)
146-
* feat(cli): invert context window display to show usage by @keithguerin in
156+
- feat(cli): invert context window display to show usage by @keithguerin in
147157
[#20071](https://github.com/google-gemini/gemini-cli/pull/20071)
148-
* fix(plan): clean up session directories and plans on deletion by @jerop in
158+
- fix(plan): clean up session directories and plans on deletion by @jerop in
149159
[#20914](https://github.com/google-gemini/gemini-cli/pull/20914)
150-
* fix(core): enforce optionality for API response fields in code_assist by
160+
- fix(core): enforce optionality for API response fields in code_assist by
151161
@sehoon38 in [#20714](https://github.com/google-gemini/gemini-cli/pull/20714)
152-
* feat(extensions): add support for plan directory in extension manifest by
162+
- feat(extensions): add support for plan directory in extension manifest by
153163
@mahimashanware in
154164
[#20354](https://github.com/google-gemini/gemini-cli/pull/20354)
155-
* feat(plan): enable built-in research subagents in plan mode by @Adib234 in
165+
- feat(plan): enable built-in research subagents in plan mode by @Adib234 in
156166
[#20972](https://github.com/google-gemini/gemini-cli/pull/20972)
157-
* feat(agents): directly indicate auth required state by @adamfweidman in
167+
- feat(agents): directly indicate auth required state by @adamfweidman in
158168
[#20986](https://github.com/google-gemini/gemini-cli/pull/20986)
159-
* fix(cli): wait for background auto-update before relaunching by @scidomino in
169+
- fix(cli): wait for background auto-update before relaunching by @scidomino in
160170
[#20904](https://github.com/google-gemini/gemini-cli/pull/20904)
161-
* fix: pre-load @scripts/copy_files.js references from external editor prompts
171+
- fix: pre-load @scripts/copy_files.js references from external editor prompts
162172
by @kartikangiras in
163173
[#20963](https://github.com/google-gemini/gemini-cli/pull/20963)
164-
* feat(evals): add behavioral evals for ask_user tool by @Adib234 in
174+
- feat(evals): add behavioral evals for ask_user tool by @Adib234 in
165175
[#20620](https://github.com/google-gemini/gemini-cli/pull/20620)
166-
* refactor common settings logic for skills,agents by @ishaanxgupta in
176+
- refactor common settings logic for skills,agents by @ishaanxgupta in
167177
[#17490](https://github.com/google-gemini/gemini-cli/pull/17490)
168-
* Update docs-writer skill with new resource by @g-samroberts in
178+
- Update docs-writer skill with new resource by @g-samroberts in
169179
[#20917](https://github.com/google-gemini/gemini-cli/pull/20917)
170-
* fix(cli): pin clipboardy to ~5.2.x by @scidomino in
180+
- fix(cli): pin clipboardy to ~5.2.x by @scidomino in
171181
[#21009](https://github.com/google-gemini/gemini-cli/pull/21009)
172-
* feat: Implement slash command handling in ACP for
182+
- feat: Implement slash command handling in ACP for
173183
`/memory`,`/init`,`/extensions` and `/restore` by @sripasg in
174184
[#20528](https://github.com/google-gemini/gemini-cli/pull/20528)
175-
* Docs/add hooks reference by @AadithyaAle in
185+
- Docs/add hooks reference by @AadithyaAle in
176186
[#20961](https://github.com/google-gemini/gemini-cli/pull/20961)
177-
* feat(plan): add copy subcommand to plan (#20491) by @ruomengz in
187+
- feat(plan): add copy subcommand to plan (#20491) by @ruomengz in
178188
[#20988](https://github.com/google-gemini/gemini-cli/pull/20988)
179-
* fix(core): sanitize and length-check MCP tool qualified names by @abhipatel12
189+
- fix(core): sanitize and length-check MCP tool qualified names by @abhipatel12
180190
in [#20987](https://github.com/google-gemini/gemini-cli/pull/20987)
181-
* Format the quota/limit style guide. by @g-samroberts in
191+
- Format the quota/limit style guide. by @g-samroberts in
182192
[#21017](https://github.com/google-gemini/gemini-cli/pull/21017)
183-
* fix(core): send shell output to model on cancel by @devr0306 in
193+
- fix(core): send shell output to model on cancel by @devr0306 in
184194
[#20501](https://github.com/google-gemini/gemini-cli/pull/20501)
185-
* remove hardcoded tiername when missing tier by @sehoon38 in
195+
- remove hardcoded tiername when missing tier by @sehoon38 in
186196
[#21022](https://github.com/google-gemini/gemini-cli/pull/21022)
187-
* feat(acp): add set models interface by @skeshive in
197+
- feat(acp): add set models interface by @skeshive in
188198
[#20991](https://github.com/google-gemini/gemini-cli/pull/20991)
189199

190200
**Full Changelog**:
191-
https://github.com/google-gemini/gemini-cli/compare/v0.32.0-preview.0...v0.33.0-preview.3
201+
https://github.com/google-gemini/gemini-cli/compare/v0.32.0-preview.0...v0.33.0-preview.4

0 commit comments

Comments
 (0)