@thacio/auditaria 0.28.0 → 0.30.1

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 (38) hide show
  1. package/bundle/docs/CONTRIBUTING.md +7 -6
  2. package/bundle/docs/changelogs/index.md +20 -0
  3. package/bundle/docs/changelogs/latest.md +294 -426
  4. package/bundle/docs/changelogs/preview.md +343 -283
  5. package/bundle/docs/cli/cli-reference.md +23 -23
  6. package/bundle/docs/cli/commands.md +2 -0
  7. package/bundle/docs/cli/enterprise.md +18 -15
  8. package/bundle/docs/cli/keyboard-shortcuts.md +17 -8
  9. package/bundle/docs/cli/plan-mode.md +92 -12
  10. package/bundle/docs/cli/sandbox.md +3 -2
  11. package/bundle/docs/cli/settings.md +28 -19
  12. package/bundle/docs/cli/telemetry.md +18 -4
  13. package/bundle/docs/core/policy-engine.md +13 -3
  14. package/bundle/docs/extensions/reference.md +0 -3
  15. package/bundle/docs/get-started/configuration-v1.md +5 -3
  16. package/bundle/docs/get-started/configuration.md +85 -41
  17. package/bundle/docs/tools/ask-user.md +95 -0
  18. package/bundle/docs/tools/index.md +3 -0
  19. package/bundle/docs/tools/mcp-server.md +1 -12
  20. package/bundle/docs/tools/planning.md +55 -0
  21. package/bundle/docs/tools/shell.md +7 -6
  22. package/bundle/gemini.js +30500 -18105
  23. package/bundle/mcp-bridge.js +2 -2
  24. package/bundle/policies/plan.toml +3 -3
  25. package/bundle/policies/yolo.toml +13 -2
  26. package/bundle/{sandbox-macos-restrictive-closed.sb → sandbox-macos-strict-open.sb} +42 -4
  27. package/bundle/sandbox-macos-strict-proxied.sb +133 -0
  28. package/bundle/web-client/client.js +96 -3
  29. package/bundle/web-client/components/DiffContextMenu.js +252 -0
  30. package/bundle/web-client/components/DiffModal.js +85 -38
  31. package/bundle/web-client/components/EditorPanel.js +12 -2
  32. package/bundle/web-client/managers/EditorManager.js +32 -0
  33. package/bundle/web-client/managers/InputHistoryManager.js +139 -0
  34. package/bundle/web-client/managers/WebSocketManager.js +19 -4
  35. package/bundle/web-client/styles/editor-panel.css +32 -24
  36. package/bundle/web-client/styles/overhaul.css +30 -0
  37. package/package.json +4 -4
  38. package/bundle/sandbox-macos-permissive-closed.sb +0 -32
@@ -1,6 +1,6 @@
1
- # Preview release: Release v0.28.0-preview.0
1
+ # Preview release: Release v0.29.0-preview.0
2
2
 
3
- Released: February 3, 2026
3
+ Released: February 10, 2026
4
4
 
5
5
  Our preview release includes the latest, new, and experimental features. This
6
6
  release may not be as stable as our [latest weekly release](latest.md).
@@ -13,295 +13,355 @@ npm install -g @google/gemini-cli@preview
13
13
 
14
14
  ## Highlights
15
15
 
16
- - **Improved Hooks Management:** Hooks enable/disable functionality now aligns
17
- with skills and offers improved completion.
18
- - **Custom Themes for Extensions:** Extensions can now support custom themes,
19
- allowing for greater personalization.
20
- - **User Identity Display:** User identity information (auth, email, tier) is
21
- now displayed on startup and in the `stats` command.
22
- - **Plan Mode Enhancements:** Plan mode has been improved with a generic
23
- `Checklist` component and refactored `Todo`.
24
- - **Background Shell Commands:** Implementation of background shell commands.
16
+ - **Plan Mode Enhancements**: Significant updates to Plan Mode, including new
17
+ commands, support for MCP servers, integration of planning artifacts, and
18
+ improved iteration guidance.
19
+ - **Core Agent Improvements**: Enhancements to the core agent, including better
20
+ system prompt rigor, improved subagent definitions, and enhanced tool
21
+ execution limits.
22
+ - **CLI UX/UI Updates**: Various UI and UX improvements, such as autocomplete in
23
+ the input prompt, updated approval mode labels, DevTools integration, and
24
+ improved header spacing.
25
+ - **Tooling & Extension Updates**: Improvements to existing tools like
26
+ `ask_user` and `grep_search`, and new features for extension management.
27
+ - **Bug Fixes**: Numerous bug fixes across the CLI and core, addressing issues
28
+ with interactive commands, memory leaks, permission checks, and more.
29
+ - **Context and Tool Output Management**: Features for observation masking for
30
+ tool outputs, session-linked tool output storage, and persistence for masked
31
+ tool outputs.
25
32
 
26
33
  ## What's Changed
27
34
 
28
- - feat(commands): add /prompt-suggest slash command by NTaylorMullen in
29
- [#17264](https://github.com/google-gemini/gemini-cli/pull/17264)
30
- - feat(cli): align hooks enable/disable with skills and improve completion by
31
- sehoon38 in [#16822](https://github.com/google-gemini/gemini-cli/pull/16822)
32
- - docs: add CLI reference documentation by leochiu-a in
33
- [#17504](https://github.com/google-gemini/gemini-cli/pull/17504)
34
- - chore(release): bump version to 0.28.0-nightly.20260128.adc8e11bb by
35
+ - fix: remove ask_user tool from non-interactive modes by jackwotherspoon in
36
+ [#18154](https://github.com/google-gemini/gemini-cli/pull/18154)
37
+ - fix(cli): allow restricted .env loading in untrusted sandboxed folders by
38
+ galz10 in [#17806](https://github.com/google-gemini/gemini-cli/pull/17806)
39
+ - Encourage agent to utilize ecosystem tools to perform work by gundermanc in
40
+ [#17881](https://github.com/google-gemini/gemini-cli/pull/17881)
41
+ - feat(plan): unify workflow location in system prompt to optimize caching by
42
+ jerop in [#18258](https://github.com/google-gemini/gemini-cli/pull/18258)
43
+ - feat(core): enable getUserTierName in config by sehoon38 in
44
+ [#18265](https://github.com/google-gemini/gemini-cli/pull/18265)
45
+ - feat(core): add default execution limits for subagents by abhipatel12 in
46
+ [#18274](https://github.com/google-gemini/gemini-cli/pull/18274)
47
+ - Fix issue where agent gets stuck at interactive commands. by gundermanc in
48
+ [#18272](https://github.com/google-gemini/gemini-cli/pull/18272)
49
+ - chore(release): bump version to 0.29.0-nightly.20260203.71f46f116 by
35
50
  gemini-cli-robot in
36
- [#17725](https://github.com/google-gemini/gemini-cli/pull/17725)
37
- - feat(skills): final stable promotion cleanup by abhipatel12 in
38
- [#17726](https://github.com/google-gemini/gemini-cli/pull/17726)
39
- - test(core): mock fetch in OAuth transport fallback tests by jw409 in
40
- [#17059](https://github.com/google-gemini/gemini-cli/pull/17059)
41
- - feat(cli): include auth method in /bug by erikus in
42
- [#17569](https://github.com/google-gemini/gemini-cli/pull/17569)
43
- - Add a email privacy note to bug_report template by nemyung in
44
- [#17474](https://github.com/google-gemini/gemini-cli/pull/17474)
45
- - Rewind documentation by Adib234 in
46
- [#17446](https://github.com/google-gemini/gemini-cli/pull/17446)
47
- - fix: verify audio/video MIME types with content check by maru0804 in
48
- [#16907](https://github.com/google-gemini/gemini-cli/pull/16907)
49
- - feat(core): add support for positron ide (#15045) by kapsner in
50
- [#15047](https://github.com/google-gemini/gemini-cli/pull/15047)
51
- - /oncall dedup - wrap texts to nextlines by sehoon38 in
52
- [#17782](https://github.com/google-gemini/gemini-cli/pull/17782)
53
- - fix(admin): rename advanced features admin setting by skeshive in
54
- [#17786](https://github.com/google-gemini/gemini-cli/pull/17786)
55
- - [extension config] Make breaking optional value non-optional by chrstnb in
56
- [#17785](https://github.com/google-gemini/gemini-cli/pull/17785)
57
- - Fix docs-writer skill issues by g-samroberts in
58
- [#17734](https://github.com/google-gemini/gemini-cli/pull/17734)
59
- - fix(core): suppress duplicate hook failure warnings during streaming by
51
+ [#18243](https://github.com/google-gemini/gemini-cli/pull/18243)
52
+ - feat(core): remove hardcoded policy bypass for local subagents by abhipatel12
53
+ in [#18153](https://github.com/google-gemini/gemini-cli/pull/18153)
54
+ - feat(plan): implement plan slash command by Adib234 in
55
+ [#17698](https://github.com/google-gemini/gemini-cli/pull/17698)
56
+ - feat: increase ask_user label limit to 16 characters by jackwotherspoon in
57
+ [#18320](https://github.com/google-gemini/gemini-cli/pull/18320)
58
+ - Add information about the agent skills lifecycle and clarify docs-writer skill
59
+ metadata. by g-samroberts in
60
+ [#18234](https://github.com/google-gemini/gemini-cli/pull/18234)
61
+ - feat(core): add enter_plan_mode tool by jerop in
62
+ [#18324](https://github.com/google-gemini/gemini-cli/pull/18324)
63
+ - Stop showing an error message in /plan by Adib234 in
64
+ [#18333](https://github.com/google-gemini/gemini-cli/pull/18333)
65
+ - fix(hooks): remove unnecessary logging for hook registration by abhipatel12 in
66
+ [#18332](https://github.com/google-gemini/gemini-cli/pull/18332)
67
+ - fix(mcp): ensure MCP transport is closed to prevent memory leaks by cbcoutinho
68
+ in [#18054](https://github.com/google-gemini/gemini-cli/pull/18054)
69
+ - feat(skills): implement linking for agent skills by MushuEE in
70
+ [#18295](https://github.com/google-gemini/gemini-cli/pull/18295)
71
+ - Changelogs for 0.27.0 and 0.28.0-preview0 by g-samroberts in
72
+ [#18336](https://github.com/google-gemini/gemini-cli/pull/18336)
73
+ - chore: correct docs as skills and hooks are stable by jackwotherspoon in
74
+ [#18358](https://github.com/google-gemini/gemini-cli/pull/18358)
75
+ - feat(admin): Implement admin allowlist for MCP server configurations by
76
+ skeshive in [#18311](https://github.com/google-gemini/gemini-cli/pull/18311)
77
+ - fix(core): add retry logic for transient SSL/TLS errors
78
+ ([#17318](https://github.com/google-gemini/gemini-cli/pull/17318)) by
79
+ ppgranger in [#18310](https://github.com/google-gemini/gemini-cli/pull/18310)
80
+ - Add support for /extensions config command by chrstnb in
81
+ [#17895](https://github.com/google-gemini/gemini-cli/pull/17895)
82
+ - fix(core): handle non-compliant mcpbridge responses from Xcode 26.3 by
83
+ peterfriese in
84
+ [#18376](https://github.com/google-gemini/gemini-cli/pull/18376)
85
+ - feat(cli): Add W, B, E Vim motions and operator support by ademuri in
86
+ [#16209](https://github.com/google-gemini/gemini-cli/pull/16209)
87
+ - fix: Windows Specific Agent Quality & System Prompt by scidomino in
88
+ [#18351](https://github.com/google-gemini/gemini-cli/pull/18351)
89
+ - feat(plan): support replace tool in plan mode to edit plans by jerop in
90
+ [#18379](https://github.com/google-gemini/gemini-cli/pull/18379)
91
+ - Improving memory tool instructions and eval testing by alisa-alisa in
92
+ [#18091](https://github.com/google-gemini/gemini-cli/pull/18091)
93
+ - fix(cli): color extension link success message green by MushuEE in
94
+ [#18386](https://github.com/google-gemini/gemini-cli/pull/18386)
95
+ - undo by jacob314 in
96
+ [#18147](https://github.com/google-gemini/gemini-cli/pull/18147)
97
+ - feat(plan): add guidance on iterating on approved plans vs creating new plans
98
+ by jerop in [#18346](https://github.com/google-gemini/gemini-cli/pull/18346)
99
+ - feat(plan): fix invalid tool calls in plan mode by Adib234 in
100
+ [#18352](https://github.com/google-gemini/gemini-cli/pull/18352)
101
+ - feat(plan): integrate planning artifacts and tools into primary workflows by
102
+ jerop in [#18375](https://github.com/google-gemini/gemini-cli/pull/18375)
103
+ - Fix permission check by scidomino in
104
+ [#18395](https://github.com/google-gemini/gemini-cli/pull/18395)
105
+ - ux(polish) autocomplete in the input prompt by jacob314 in
106
+ [#18181](https://github.com/google-gemini/gemini-cli/pull/18181)
107
+ - fix: resolve infinite loop when using 'Modify with external editor' by
108
+ ppgranger in [#17453](https://github.com/google-gemini/gemini-cli/pull/17453)
109
+ - feat: expand verify-release to macOS and Windows by yunaseoul in
110
+ [#18145](https://github.com/google-gemini/gemini-cli/pull/18145)
111
+ - feat(plan): implement support for MCP servers in Plan mode by Adib234 in
112
+ [#18229](https://github.com/google-gemini/gemini-cli/pull/18229)
113
+ - chore: update folder trust error messaging by galz10 in
114
+ [#18402](https://github.com/google-gemini/gemini-cli/pull/18402)
115
+ - feat(plan): create a metric for execution of plans generated in plan mode by
116
+ Adib234 in [#18236](https://github.com/google-gemini/gemini-cli/pull/18236)
117
+ - perf(ui): optimize stripUnsafeCharacters with regex by gsquared94 in
118
+ [#18413](https://github.com/google-gemini/gemini-cli/pull/18413)
119
+ - feat(context): implement observation masking for tool outputs by abhipatel12
120
+ in [#18389](https://github.com/google-gemini/gemini-cli/pull/18389)
121
+ - feat(core,cli): implement session-linked tool output storage and cleanup by
60
122
  abhipatel12 in
61
- [#17727](https://github.com/google-gemini/gemini-cli/pull/17727)
62
- - test: add more tests for AskUser by jackwotherspoon in
63
- [#17720](https://github.com/google-gemini/gemini-cli/pull/17720)
64
- - feat(cli): enable activity logging for non-interactive mode and evals by
123
+ [#18416](https://github.com/google-gemini/gemini-cli/pull/18416)
124
+ - Shorten temp directory by joshualitt in
125
+ [#17901](https://github.com/google-gemini/gemini-cli/pull/17901)
126
+ - feat(plan): add behavioral evals for plan mode by jerop in
127
+ [#18437](https://github.com/google-gemini/gemini-cli/pull/18437)
128
+ - Add extension registry client by chrstnb in
129
+ [#18396](https://github.com/google-gemini/gemini-cli/pull/18396)
130
+ - Enable extension config by default by chrstnb in
131
+ [#18447](https://github.com/google-gemini/gemini-cli/pull/18447)
132
+ - Automatically generate change logs on release by g-samroberts in
133
+ [#18401](https://github.com/google-gemini/gemini-cli/pull/18401)
134
+ - Remove previewFeatures and default to Gemini 3 by sehoon38 in
135
+ [#18414](https://github.com/google-gemini/gemini-cli/pull/18414)
136
+ - feat(admin): apply MCP allowlist to extensions & gemini mcp list command by
137
+ skeshive in [#18442](https://github.com/google-gemini/gemini-cli/pull/18442)
138
+ - fix(cli): improve focus navigation for interactive and background shells by
139
+ galz10 in [#18343](https://github.com/google-gemini/gemini-cli/pull/18343)
140
+ - Add shortcuts hint and panel for discoverability by LyalinDotCom in
141
+ [#18035](https://github.com/google-gemini/gemini-cli/pull/18035)
142
+ - fix(config): treat system settings as read-only during migration and warn user
143
+ by spencer426 in
144
+ [#18277](https://github.com/google-gemini/gemini-cli/pull/18277)
145
+ - feat(plan): add positive test case and update eval stability policy by jerop
146
+ in [#18457](https://github.com/google-gemini/gemini-cli/pull/18457)
147
+ - fix- windows: add shell: true for spawnSync to fix EINVAL with .cmd editors by
148
+ zackoch in [#18408](https://github.com/google-gemini/gemini-cli/pull/18408)
149
+ - bug(core): Fix bug when saving plans. by joshualitt in
150
+ [#18465](https://github.com/google-gemini/gemini-cli/pull/18465)
151
+ - Refactor atCommandProcessor by scidomino in
152
+ [#18461](https://github.com/google-gemini/gemini-cli/pull/18461)
153
+ - feat(core): implement persistence and resumption for masked tool outputs by
154
+ abhipatel12 in
155
+ [#18451](https://github.com/google-gemini/gemini-cli/pull/18451)
156
+ - refactor: simplify tool output truncation to single config by SandyTao520 in
157
+ [#18446](https://github.com/google-gemini/gemini-cli/pull/18446)
158
+ - bug(core): Ensure storage is initialized early, even if config is not. by
159
+ joshualitt in [#18471](https://github.com/google-gemini/gemini-cli/pull/18471)
160
+ - chore: Update build-and-start script to support argument forwarding by
161
+ Abhijit-2592 in
162
+ [#18241](https://github.com/google-gemini/gemini-cli/pull/18241)
163
+ - fix(core): prevent subagent bypass in plan mode by jerop in
164
+ [#18484](https://github.com/google-gemini/gemini-cli/pull/18484)
165
+ - feat(cli): add WebSocket-based network logging and streaming chunk support by
65
166
  SandyTao520 in
66
- [#17703](https://github.com/google-gemini/gemini-cli/pull/17703)
67
- - feat(core): add support for custom deny messages in policy rules by
68
- allenhutchison in
69
- [#17427](https://github.com/google-gemini/gemini-cli/pull/17427)
70
- - Fix unintended credential exposure to MCP Servers by Adib234 in
71
- [#17311](https://github.com/google-gemini/gemini-cli/pull/17311)
72
- - feat(extensions): add support for custom themes in extensions by spencer426 in
73
- [#17327](https://github.com/google-gemini/gemini-cli/pull/17327)
74
- - fix: persist and restore workspace directories on session resume by
75
- korade-krushna in
76
- [#17454](https://github.com/google-gemini/gemini-cli/pull/17454)
77
- - Update release notes pages for 0.26.0 and 0.27.0-preview. by g-samroberts in
78
- [#17744](https://github.com/google-gemini/gemini-cli/pull/17744)
79
- - feat(ux): update cell border color and created test file for table rendering
80
- by devr0306 in
81
- [#17798](https://github.com/google-gemini/gemini-cli/pull/17798)
82
- - Change height for the ToolConfirmationQueue. by jacob314 in
83
- [#17799](https://github.com/google-gemini/gemini-cli/pull/17799)
84
- - feat(cli): add user identity info to stats command by sehoon38 in
85
- [#17612](https://github.com/google-gemini/gemini-cli/pull/17612)
86
- - fix(ux): fixed off-by-some wrapping caused by fixed-width characters by
87
- devr0306 in [#17816](https://github.com/google-gemini/gemini-cli/pull/17816)
88
- - feat(cli): update undo/redo keybindings to Cmd+Z/Alt+Z and
89
- Shift+Cmd+Z/Shift+Alt+Z by scidomino in
90
- [#17800](https://github.com/google-gemini/gemini-cli/pull/17800)
91
- - fix(evals): use absolute path for activity log directory by SandyTao520 in
92
- [#17830](https://github.com/google-gemini/gemini-cli/pull/17830)
93
- - test: add integration test to verify stdout/stderr routing by ved015 in
94
- [#17280](https://github.com/google-gemini/gemini-cli/pull/17280)
95
- - fix(cli): list installed extensions when update target missing by tt-a1i in
96
- [#17082](https://github.com/google-gemini/gemini-cli/pull/17082)
97
- - fix(cli): handle PAT tokens and credentials in git remote URL parsing by
98
- afarber in [#14650](https://github.com/google-gemini/gemini-cli/pull/14650)
99
- - fix(core): use returnDisplay for error result display by Nubebuster in
100
- [#14994](https://github.com/google-gemini/gemini-cli/pull/14994)
101
- - Fix detection of bun as package manager by Randomblock1 in
102
- [#17462](https://github.com/google-gemini/gemini-cli/pull/17462)
103
- - feat(cli): show hooksConfig.enabled in settings dialog by abhipatel12 in
104
- [#17810](https://github.com/google-gemini/gemini-cli/pull/17810)
105
- - feat(cli): Display user identity (auth, email, tier) on startup by yunaseoul
106
- in [#17591](https://github.com/google-gemini/gemini-cli/pull/17591)
107
- - fix: prevent ghost border for AskUserDialog by jackwotherspoon in
108
- [#17788](https://github.com/google-gemini/gemini-cli/pull/17788)
109
- - docs: mark A2A subagents as experimental in subagents.md by adamfweidman in
110
- [#17863](https://github.com/google-gemini/gemini-cli/pull/17863)
111
- - Resolve error thrown for sensitive values by chrstnb in
112
- [#17826](https://github.com/google-gemini/gemini-cli/pull/17826)
113
- - fix(admin): Rename secureModeEnabled to strictModeDisabled by skeshive in
114
- [#17789](https://github.com/google-gemini/gemini-cli/pull/17789)
115
- - feat(ux): update truncate dots to be shorter in tables by devr0306 in
116
- [#17825](https://github.com/google-gemini/gemini-cli/pull/17825)
117
- - fix(core): resolve DEP0040 punycode deprecation via patch-package by
118
- ATHARVA262005 in
119
- [#17692](https://github.com/google-gemini/gemini-cli/pull/17692)
120
- - feat(plan): create generic Checklist component and refactor Todo by Adib234 in
121
- [#17741](https://github.com/google-gemini/gemini-cli/pull/17741)
122
- - Cleanup post delegate_to_agent removal by gundermanc in
123
- [#17875](https://github.com/google-gemini/gemini-cli/pull/17875)
124
- - fix(core): use GIT_CONFIG_GLOBAL to isolate shadow git repo configuration -
125
- Fixes #17877 by cocosheng-g in
126
- [#17803](https://github.com/google-gemini/gemini-cli/pull/17803)
127
- - Disable mouse tracking e2e by alisa-alisa in
128
- [#17880](https://github.com/google-gemini/gemini-cli/pull/17880)
129
- - fix(cli): use correct setting key for Cloud Shell auth by sehoon38 in
130
- [#17884](https://github.com/google-gemini/gemini-cli/pull/17884)
131
- - chore: revert IDE specific ASCII logo by jackwotherspoon in
132
- [#17887](https://github.com/google-gemini/gemini-cli/pull/17887)
133
- - Revert "fix(core): resolve DEP0040 punycode deprecation via patch-package" by
134
- sehoon38 in [#17898](https://github.com/google-gemini/gemini-cli/pull/17898)
135
- - Refactoring of disabling of mouse tracking in e2e tests by alisa-alisa in
136
- [#17902](https://github.com/google-gemini/gemini-cli/pull/17902)
137
- - feat(core): Add GOOGLE_GENAI_API_VERSION environment variable support by deyim
138
- in [#16177](https://github.com/google-gemini/gemini-cli/pull/16177)
139
- - feat(core): Isolate and cleanup truncated tool outputs by SandyTao520 in
140
- [#17594](https://github.com/google-gemini/gemini-cli/pull/17594)
141
- - Create skills page, update commands, refine docs by g-samroberts in
142
- [#17842](https://github.com/google-gemini/gemini-cli/pull/17842)
143
- - feat: preserve EOL in files by Thomas-Shephard in
144
- [#16087](https://github.com/google-gemini/gemini-cli/pull/16087)
145
- - Fix HalfLinePaddedBox in screenreader mode. by jacob314 in
146
- [#17914](https://github.com/google-gemini/gemini-cli/pull/17914)
147
- - bug(ux) vim mode fixes. Start in insert mode. Fix bug blocking F12 and ctrl-X
148
- in vim mode. by jacob314 in
149
- [#17938](https://github.com/google-gemini/gemini-cli/pull/17938)
150
- - feat(core): implement interactive and non-interactive consent for OAuth by
151
- ehedlund in [#17699](https://github.com/google-gemini/gemini-cli/pull/17699)
152
- - perf(core): optimize token calculation and add support for multimodal tool
153
- responses by abhipatel12 in
154
- [#17835](https://github.com/google-gemini/gemini-cli/pull/17835)
155
- - refactor(hooks): remove legacy tools.enableHooks setting by abhipatel12 in
156
- [#17867](https://github.com/google-gemini/gemini-cli/pull/17867)
157
- - feat(ci): add npx smoke test to verify installability by bdmorgan in
158
- [#17927](https://github.com/google-gemini/gemini-cli/pull/17927)
159
- - feat(core): implement dynamic policy registration for subagents by abhipatel12
160
- in [#17838](https://github.com/google-gemini/gemini-cli/pull/17838)
161
- - feat: Implement background shell commands by galz10 in
162
- [#14849](https://github.com/google-gemini/gemini-cli/pull/14849)
163
- - feat(admin): provide actionable error messages for disabled features by
164
- skeshive in [#17815](https://github.com/google-gemini/gemini-cli/pull/17815)
165
- - Fix bugs where Rewind and Resume showed Ugly and 100X too verbose content. by
166
- jacob314 in [#17940](https://github.com/google-gemini/gemini-cli/pull/17940)
167
- - Fix broken link in docs by chrstnb in
168
- [#17959](https://github.com/google-gemini/gemini-cli/pull/17959)
169
- - feat(plan): reuse standard tool confirmation for AskUser tool by jerop in
170
- [#17864](https://github.com/google-gemini/gemini-cli/pull/17864)
171
- - feat(core): enable overriding CODE_ASSIST_API_VERSION with env var by
172
- lottielin in [#17942](https://github.com/google-gemini/gemini-cli/pull/17942)
173
- - run npx pointing to the specific commit SHA by sehoon38 in
174
- [#17970](https://github.com/google-gemini/gemini-cli/pull/17970)
175
- - Add allowedExtensions setting by kevinjwang1 in
176
- [#17695](https://github.com/google-gemini/gemini-cli/pull/17695)
177
- - feat(plan): refactor ToolConfirmationPayload to union type by jerop in
178
- [#17980](https://github.com/google-gemini/gemini-cli/pull/17980)
179
- - lower the default max retries to reduce contention by sehoon38 in
180
- [#17975](https://github.com/google-gemini/gemini-cli/pull/17975)
181
- - fix(core): ensure YOLO mode auto-approves complex shell commands when parsing
182
- fails by abhipatel12 in
183
- [#17920](https://github.com/google-gemini/gemini-cli/pull/17920)
184
- - Fix broken link. by g-samroberts in
185
- [#17972](https://github.com/google-gemini/gemini-cli/pull/17972)
186
- - Support ctrl-C and Ctrl-D correctly Refactor so InputPrompt has priority over
187
- AppContainer for input handling. by jacob314 in
188
- [#17993](https://github.com/google-gemini/gemini-cli/pull/17993)
189
- - Fix truncation for AskQuestion by jacob314 in
190
- [#18001](https://github.com/google-gemini/gemini-cli/pull/18001)
191
- - fix(workflow): update maintainer check logic to be inclusive and
192
- case-insensitive by bdmorgan in
193
- [#18009](https://github.com/google-gemini/gemini-cli/pull/18009)
194
- - Fix Esc cancel during streaming by LyalinDotCom in
195
- [#18039](https://github.com/google-gemini/gemini-cli/pull/18039)
196
- - feat(acp): add session resume support by bdmorgan in
197
- [#18043](https://github.com/google-gemini/gemini-cli/pull/18043)
198
- - fix(ci): prevent stale PR closer from incorrectly closing new PRs by bdmorgan
199
- in [#18069](https://github.com/google-gemini/gemini-cli/pull/18069)
200
- - chore: delete autoAccept setting unused in production by victorvianna in
201
- [#17862](https://github.com/google-gemini/gemini-cli/pull/17862)
202
- - feat(plan): use placeholder for choice question "Other" option by jerop in
203
- [#18101](https://github.com/google-gemini/gemini-cli/pull/18101)
204
- - docs: update clearContext to hookSpecificOutput by jackwotherspoon in
205
- [#18024](https://github.com/google-gemini/gemini-cli/pull/18024)
206
- - docs-writer skill: Update docs writer skill by jkcinouye in
207
- [#17928](https://github.com/google-gemini/gemini-cli/pull/17928)
208
- - Sehoon/oncall filter by sehoon38 in
209
- [#18105](https://github.com/google-gemini/gemini-cli/pull/18105)
210
- - feat(core): add setting to disable loop detection by SandyTao520 in
211
- [#18008](https://github.com/google-gemini/gemini-cli/pull/18008)
212
- - Docs: Revise docs/index.md by jkcinouye in
213
- [#17879](https://github.com/google-gemini/gemini-cli/pull/17879)
214
- - Fix up/down arrow regression and add test. by jacob314 in
215
- [#18108](https://github.com/google-gemini/gemini-cli/pull/18108)
216
- - fix(ui): prevent content leak in MaxSizedBox bottom overflow by jerop in
217
- [#17991](https://github.com/google-gemini/gemini-cli/pull/17991)
218
- - refactor: migrate checks.ts utility to core and deduplicate by jerop in
219
- [#18139](https://github.com/google-gemini/gemini-cli/pull/18139)
220
- - feat(core): implement tool name aliasing for backward compatibility by
167
+ [#18383](https://github.com/google-gemini/gemini-cli/pull/18383)
168
+ - feat(cli): update approval modes UI by jerop in
169
+ [#18476](https://github.com/google-gemini/gemini-cli/pull/18476)
170
+ - fix(cli): reload skills and agents on extension restart by NTaylorMullen in
171
+ [#18411](https://github.com/google-gemini/gemini-cli/pull/18411)
172
+ - fix(core): expand excludeTools with legacy aliases for renamed tools by
221
173
  SandyTao520 in
222
- [#17974](https://github.com/google-gemini/gemini-cli/pull/17974)
223
- - docs: fix help-wanted label spelling by pavan-sh in
224
- [#18114](https://github.com/google-gemini/gemini-cli/pull/18114)
225
- - feat(cli): implement automatic theme switching based on terminal background by
226
- Abhijit-2592 in
227
- [#17976](https://github.com/google-gemini/gemini-cli/pull/17976)
228
- - fix(ide): no-op refactoring that moves the connection logic to helper
229
- functions by skeshive in
230
- [#18118](https://github.com/google-gemini/gemini-cli/pull/18118)
231
- - feat: update review-frontend-and-fix slash command to review-and-fix by galz10
232
- in [#18146](https://github.com/google-gemini/gemini-cli/pull/18146)
233
- - fix: improve Ctrl+R reverse search by jackwotherspoon in
234
- [#18075](https://github.com/google-gemini/gemini-cli/pull/18075)
235
- - feat(plan): handle inconsistency in schedulers by Adib234 in
236
- [#17813](https://github.com/google-gemini/gemini-cli/pull/17813)
237
- - feat(plan): add core logic and exit_plan_mode tool definition by jerop in
238
- [#18110](https://github.com/google-gemini/gemini-cli/pull/18110)
239
- - feat(core): rename search_file_content tool to grep_search and add legacy
240
- alias by SandyTao520 in
241
- [#18003](https://github.com/google-gemini/gemini-cli/pull/18003)
242
- - fix(core): prioritize detailed error messages for code assist setup by
243
- gsquared94 in [#17852](https://github.com/google-gemini/gemini-cli/pull/17852)
244
- - fix(cli): resolve environment loading and auth validation issues in ACP mode
245
- by bdmorgan in
246
- [#18025](https://github.com/google-gemini/gemini-cli/pull/18025)
247
- - feat(core): add .agents/skills directory alias for skill discovery by
174
+ [#18498](https://github.com/google-gemini/gemini-cli/pull/18498)
175
+ - feat(core): overhaul system prompt for rigor, integrity, and intent alignment
176
+ by NTaylorMullen in
177
+ [#17263](https://github.com/google-gemini/gemini-cli/pull/17263)
178
+ - Patch for generate changelog docs yaml file by g-samroberts in
179
+ [#18496](https://github.com/google-gemini/gemini-cli/pull/18496)
180
+ - Code review fixes for show question mark pr. by jacob314 in
181
+ [#18480](https://github.com/google-gemini/gemini-cli/pull/18480)
182
+ - fix(cli): add SS3 Shift+Tab support for Windows terminals by ThanhNguyxn in
183
+ [#18187](https://github.com/google-gemini/gemini-cli/pull/18187)
184
+ - chore: remove redundant planning prompt from final shell by jerop in
185
+ [#18528](https://github.com/google-gemini/gemini-cli/pull/18528)
186
+ - docs: require pr-creator skill for PR generation by NTaylorMullen in
187
+ [#18536](https://github.com/google-gemini/gemini-cli/pull/18536)
188
+ - chore: update colors for ask_user dialog by jackwotherspoon in
189
+ [#18543](https://github.com/google-gemini/gemini-cli/pull/18543)
190
+ - feat(core): exempt high-signal tools from output masking by abhipatel12 in
191
+ [#18545](https://github.com/google-gemini/gemini-cli/pull/18545)
192
+ - refactor(core): remove memory tool instructions from Gemini 3 prompt by
193
+ NTaylorMullen in
194
+ [#18559](https://github.com/google-gemini/gemini-cli/pull/18559)
195
+ - chore: remove feedback instruction from system prompt by NTaylorMullen in
196
+ [#18560](https://github.com/google-gemini/gemini-cli/pull/18560)
197
+ - feat(context): add remote configuration for tool output masking thresholds by
198
+ abhipatel12 in
199
+ [#18553](https://github.com/google-gemini/gemini-cli/pull/18553)
200
+ - feat(core): pause agent timeout budget while waiting for tool confirmation by
201
+ abhipatel12 in
202
+ [#18415](https://github.com/google-gemini/gemini-cli/pull/18415)
203
+ - refactor(config): remove experimental.enableEventDrivenScheduler setting by
204
+ abhipatel12 in
205
+ [#17924](https://github.com/google-gemini/gemini-cli/pull/17924)
206
+ - feat(cli): truncate shell output in UI history and improve active shell
207
+ display by jwhelangoog in
208
+ [#17438](https://github.com/google-gemini/gemini-cli/pull/17438)
209
+ - refactor(cli): switch useToolScheduler to event-driven engine by abhipatel12
210
+ in [#18565](https://github.com/google-gemini/gemini-cli/pull/18565)
211
+ - fix(core): correct escaped interpolation in system prompt by NTaylorMullen in
212
+ [#18557](https://github.com/google-gemini/gemini-cli/pull/18557)
213
+ - propagate abortSignal by scidomino in
214
+ [#18477](https://github.com/google-gemini/gemini-cli/pull/18477)
215
+ - feat(core): conditionally include ctrl+f prompt based on interactive shell
216
+ setting by NTaylorMullen in
217
+ [#18561](https://github.com/google-gemini/gemini-cli/pull/18561)
218
+ - fix(core): ensure enter_plan_mode tool registration respects experimental.plan
219
+ by jerop in [#18587](https://github.com/google-gemini/gemini-cli/pull/18587)
220
+ - feat(core): transition sub-agents to XML format and improve definitions by
221
+ NTaylorMullen in
222
+ [#18555](https://github.com/google-gemini/gemini-cli/pull/18555)
223
+ - docs: Add Plan Mode documentation by jerop in
224
+ [#18582](https://github.com/google-gemini/gemini-cli/pull/18582)
225
+ - chore: strengthen validation guidance in system prompt by NTaylorMullen in
226
+ [#18544](https://github.com/google-gemini/gemini-cli/pull/18544)
227
+ - Fix newline insertion bug in replace tool by werdnum in
228
+ [#18595](https://github.com/google-gemini/gemini-cli/pull/18595)
229
+ - fix(evals): update save_memory evals and simplify tool description by
230
+ NTaylorMullen in
231
+ [#18610](https://github.com/google-gemini/gemini-cli/pull/18610)
232
+ - chore(evals): update validation_fidelity_pre_existing_errors to USUALLY_PASSES
233
+ by NTaylorMullen in
234
+ [#18617](https://github.com/google-gemini/gemini-cli/pull/18617)
235
+ - fix: shorten tool call IDs and fix duplicate tool name in truncated output
236
+ filenames by SandyTao520 in
237
+ [#18600](https://github.com/google-gemini/gemini-cli/pull/18600)
238
+ - feat(cli): implement atomic writes and safety checks for trusted folders by
239
+ galz10 in [#18406](https://github.com/google-gemini/gemini-cli/pull/18406)
240
+ - Remove relative docs links by chrstnb in
241
+ [#18650](https://github.com/google-gemini/gemini-cli/pull/18650)
242
+ - docs: add legacy snippets convention to GEMINI.md by NTaylorMullen in
243
+ [#18597](https://github.com/google-gemini/gemini-cli/pull/18597)
244
+ - fix(chore): Support linting for cjs by aswinashok44 in
245
+ [#18639](https://github.com/google-gemini/gemini-cli/pull/18639)
246
+ - feat: move shell efficiency guidelines to tool description by NTaylorMullen in
247
+ [#18614](https://github.com/google-gemini/gemini-cli/pull/18614)
248
+ - Added "" as default value, since getText() used to expect a string only and
249
+ thus crashed when undefined... Fixes #18076 by 019-Abhi in
250
+ [#18099](https://github.com/google-gemini/gemini-cli/pull/18099)
251
+ - Allow @-includes outside of workspaces (with permission) by scidomino in
252
+ [#18470](https://github.com/google-gemini/gemini-cli/pull/18470)
253
+ - chore: make ask_user header description more clear by jackwotherspoon in
254
+ [#18657](https://github.com/google-gemini/gemini-cli/pull/18657)
255
+ - refactor(core): model-dependent tool definitions by aishaneeshah in
256
+ [#18563](https://github.com/google-gemini/gemini-cli/pull/18563)
257
+ - Harded code assist converter. by jacob314 in
258
+ [#18656](https://github.com/google-gemini/gemini-cli/pull/18656)
259
+ - bug(core): Fix minor bug in migration logic. by joshualitt in
260
+ [#18661](https://github.com/google-gemini/gemini-cli/pull/18661)
261
+ - feat: enable plan mode experiment in settings by jerop in
262
+ [#18636](https://github.com/google-gemini/gemini-cli/pull/18636)
263
+ - refactor: push isValidPath() into parsePastedPaths() by scidomino in
264
+ [#18664](https://github.com/google-gemini/gemini-cli/pull/18664)
265
+ - fix(cli): correct 'esc to cancel' position and restore duration display by
266
+ NTaylorMullen in
267
+ [#18534](https://github.com/google-gemini/gemini-cli/pull/18534)
268
+ - feat(cli): add DevTools integration with gemini-cli-devtools by SandyTao520 in
269
+ [#18648](https://github.com/google-gemini/gemini-cli/pull/18648)
270
+ - chore: remove unused exports and redundant hook files by SandyTao520 in
271
+ [#18681](https://github.com/google-gemini/gemini-cli/pull/18681)
272
+ - Fix number of lines being reported in rewind confirmation dialog by Adib234 in
273
+ [#18675](https://github.com/google-gemini/gemini-cli/pull/18675)
274
+ - feat(cli): disable folder trust in headless mode by galz10 in
275
+ [#18407](https://github.com/google-gemini/gemini-cli/pull/18407)
276
+ - Disallow unsafe type assertions by gundermanc in
277
+ [#18688](https://github.com/google-gemini/gemini-cli/pull/18688)
278
+ - Change event type for release by g-samroberts in
279
+ [#18693](https://github.com/google-gemini/gemini-cli/pull/18693)
280
+ - feat: handle multiple dynamic context filenames in system prompt by
281
+ NTaylorMullen in
282
+ [#18598](https://github.com/google-gemini/gemini-cli/pull/18598)
283
+ - Properly parse at-commands with narrow non-breaking spaces by scidomino in
284
+ [#18677](https://github.com/google-gemini/gemini-cli/pull/18677)
285
+ - refactor(core): centralize core tool definitions and support model-specific
286
+ schemas by aishaneeshah in
287
+ [#18662](https://github.com/google-gemini/gemini-cli/pull/18662)
288
+ - feat(core): Render memory hierarchically in context. by joshualitt in
289
+ [#18350](https://github.com/google-gemini/gemini-cli/pull/18350)
290
+ - feat: Ctrl+O to expand paste placeholder by jackwotherspoon in
291
+ [#18103](https://github.com/google-gemini/gemini-cli/pull/18103)
292
+ - fix(cli): Improve header spacing by NTaylorMullen in
293
+ [#18531](https://github.com/google-gemini/gemini-cli/pull/18531)
294
+ - Feature/quota visibility 16795 by spencer426 in
295
+ [#18203](https://github.com/google-gemini/gemini-cli/pull/18203)
296
+ - Inline thinking bubbles with summary/full modes by LyalinDotCom in
297
+ [#18033](https://github.com/google-gemini/gemini-cli/pull/18033)
298
+ - docs: remove TOC marker from Plan Mode header by jerop in
299
+ [#18678](https://github.com/google-gemini/gemini-cli/pull/18678)
300
+ - fix(ui): remove redundant newlines in Gemini messages by NTaylorMullen in
301
+ [#18538](https://github.com/google-gemini/gemini-cli/pull/18538)
302
+ - test(cli): fix AppContainer act() warnings and improve waitFor resilience by
303
+ NTaylorMullen in
304
+ [#18676](https://github.com/google-gemini/gemini-cli/pull/18676)
305
+ - refactor(core): refine Security & System Integrity section in system prompt by
306
+ NTaylorMullen in
307
+ [#18601](https://github.com/google-gemini/gemini-cli/pull/18601)
308
+ - Fix layout rounding. by gundermanc in
309
+ [#18667](https://github.com/google-gemini/gemini-cli/pull/18667)
310
+ - docs(skills): enhance pr-creator safety and interactivity by NTaylorMullen in
311
+ [#18616](https://github.com/google-gemini/gemini-cli/pull/18616)
312
+ - test(core): remove hardcoded model from TestRig by NTaylorMullen in
313
+ [#18710](https://github.com/google-gemini/gemini-cli/pull/18710)
314
+ - feat(core): optimize sub-agents system prompt intro by NTaylorMullen in
315
+ [#18608](https://github.com/google-gemini/gemini-cli/pull/18608)
316
+ - feat(cli): update approval mode labels and shortcuts per latest UX spec by
317
+ jerop in [#18698](https://github.com/google-gemini/gemini-cli/pull/18698)
318
+ - fix(plan): update persistent approval mode setting by Adib234 in
319
+ [#18638](https://github.com/google-gemini/gemini-cli/pull/18638)
320
+ - fix: move toasts location to left side by jackwotherspoon in
321
+ [#18705](https://github.com/google-gemini/gemini-cli/pull/18705)
322
+ - feat(routing): restrict numerical routing to Gemini 3 family by mattKorwel in
323
+ [#18478](https://github.com/google-gemini/gemini-cli/pull/18478)
324
+ - fix(ide): fix ide nudge setting by skeshive in
325
+ [#18733](https://github.com/google-gemini/gemini-cli/pull/18733)
326
+ - fix(core): standardize tool formatting in system prompts by NTaylorMullen in
327
+ [#18615](https://github.com/google-gemini/gemini-cli/pull/18615)
328
+ - chore: consolidate to green in ask user dialog by jackwotherspoon in
329
+ [#18734](https://github.com/google-gemini/gemini-cli/pull/18734)
330
+ - feat: add extensionsExplore setting to enable extensions explore UI. by
331
+ sripasg in [#18686](https://github.com/google-gemini/gemini-cli/pull/18686)
332
+ - feat(cli): defer devtools startup and integrate with F12 by SandyTao520 in
333
+ [#18695](https://github.com/google-gemini/gemini-cli/pull/18695)
334
+ - ui: update & subdue footer colors and animate progress indicator by
335
+ keithguerin in
336
+ [#18570](https://github.com/google-gemini/gemini-cli/pull/18570)
337
+ - test: add model-specific snapshots for coreTools by aishaneeshah in
338
+ [#18707](https://github.com/google-gemini/gemini-cli/pull/18707)
339
+ - ci: shard windows tests and fix event listener leaks by NTaylorMullen in
340
+ [#18670](https://github.com/google-gemini/gemini-cli/pull/18670)
341
+ - fix: allow ask_user tool in yolo mode by jackwotherspoon in
342
+ [#18541](https://github.com/google-gemini/gemini-cli/pull/18541)
343
+ - feat: redact disabled tools from system prompt
344
+ ([#13597](https://github.com/google-gemini/gemini-cli/pull/13597)) by
248
345
  NTaylorMullen in
249
- [#18151](https://github.com/google-gemini/gemini-cli/pull/18151)
250
- - chore(core): reassign telemetry keys to avoid server conflict by mattKorwel in
251
- [#18161](https://github.com/google-gemini/gemini-cli/pull/18161)
252
- - Add link to rewind doc in commands.md by Adib234 in
253
- [#17961](https://github.com/google-gemini/gemini-cli/pull/17961)
254
- - feat(core): add draft-2020-12 JSON Schema support with lenient fallback by
255
- afarber in [#15060](https://github.com/google-gemini/gemini-cli/pull/15060)
256
- - refactor(core): robust trimPreservingTrailingNewline and regression test by
346
+ [#18613](https://github.com/google-gemini/gemini-cli/pull/18613)
347
+ - Update Gemini.md to use the curent year on creating new files by sehoon38 in
348
+ [#18460](https://github.com/google-gemini/gemini-cli/pull/18460)
349
+ - Code review cleanup for thinking display by jacob314 in
350
+ [#18720](https://github.com/google-gemini/gemini-cli/pull/18720)
351
+ - fix(cli): hide scrollbars when in alternate buffer copy mode by werdnum in
352
+ [#18354](https://github.com/google-gemini/gemini-cli/pull/18354)
353
+ - Fix issues with rip grep by gundermanc in
354
+ [#18756](https://github.com/google-gemini/gemini-cli/pull/18756)
355
+ - fix(cli): fix history navigation regression after prompt autocomplete by
356
+ sehoon38 in [#18752](https://github.com/google-gemini/gemini-cli/pull/18752)
357
+ - chore: cleanup unused and add unlisted dependencies in packages/cli by
257
358
  adamfweidman in
258
- [#18196](https://github.com/google-gemini/gemini-cli/pull/18196)
259
- - Remove MCP servers on extension uninstall by chrstnb in
260
- [#18121](https://github.com/google-gemini/gemini-cli/pull/18121)
261
- - refactor: localize ACP error parsing logic to cli package by bdmorgan in
262
- [#18193](https://github.com/google-gemini/gemini-cli/pull/18193)
263
- - feat(core): Add A2A auth config types by adamfweidman in
264
- [#18205](https://github.com/google-gemini/gemini-cli/pull/18205)
265
- - Set default max attempts to 3 and use the common variable by sehoon38 in
266
- [#18209](https://github.com/google-gemini/gemini-cli/pull/18209)
267
- - feat(plan): add exit_plan_mode ui and prompt by jerop in
268
- [#18162](https://github.com/google-gemini/gemini-cli/pull/18162)
269
- - fix(test): improve test isolation and enable subagent evaluations by
270
- cocosheng-g in
271
- [#18138](https://github.com/google-gemini/gemini-cli/pull/18138)
272
- - feat(plan): use custom deny messages in plan mode policies by Adib234 in
273
- [#18195](https://github.com/google-gemini/gemini-cli/pull/18195)
274
- - Match on extension ID when stopping extensions by chrstnb in
275
- [#18218](https://github.com/google-gemini/gemini-cli/pull/18218)
276
- - fix(core): Respect user's .gitignore preference by xyrolle in
277
- [#15482](https://github.com/google-gemini/gemini-cli/pull/15482)
278
- - docs: document GEMINI_CLI_HOME environment variable by adamfweidman in
279
- [#18219](https://github.com/google-gemini/gemini-cli/pull/18219)
280
- - chore(core): explicitly state plan storage path in prompt by jerop in
281
- [#18222](https://github.com/google-gemini/gemini-cli/pull/18222)
282
- - A2a admin setting by DavidAPierce in
283
- [#17868](https://github.com/google-gemini/gemini-cli/pull/17868)
284
- - feat(a2a): Add pluggable auth provider infrastructure by adamfweidman in
285
- [#17934](https://github.com/google-gemini/gemini-cli/pull/17934)
286
- - Fix handling of empty settings by chrstnb in
287
- [#18131](https://github.com/google-gemini/gemini-cli/pull/18131)
288
- - Reload skills when extensions change by chrstnb in
289
- [#18225](https://github.com/google-gemini/gemini-cli/pull/18225)
290
- - feat: Add markdown rendering to ask_user tool by jackwotherspoon in
291
- [#18211](https://github.com/google-gemini/gemini-cli/pull/18211)
292
- - Add telemetry to rewind by Adib234 in
293
- [#18122](https://github.com/google-gemini/gemini-cli/pull/18122)
294
- - feat(admin): add support for MCP configuration via admin controls (pt1) by
295
- skeshive in [#18223](https://github.com/google-gemini/gemini-cli/pull/18223)
296
- - feat(core): require user consent before MCP server OAuth by ehedlund in
297
- [#18132](https://github.com/google-gemini/gemini-cli/pull/18132)
298
- - fix(sandbox): propagate GOOGLE_GEMINI_BASE_URL&GOOGLE_VERTEX_BASE_URL env vars
299
- by skeshive in
300
- [#18231](https://github.com/google-gemini/gemini-cli/pull/18231)
301
- - feat(ui): move user identity display to header by sehoon38 in
302
- [#18216](https://github.com/google-gemini/gemini-cli/pull/18216)
303
- - fix: enforce folder trust for workspace settings, skills, and context by
304
- galz10 in [#17596](https://github.com/google-gemini/gemini-cli/pull/17596)
359
+ [#18749](https://github.com/google-gemini/gemini-cli/pull/18749)
360
+ - Fix issue where Gemini CLI creates tests in a new file by gundermanc in
361
+ [#18409](https://github.com/google-gemini/gemini-cli/pull/18409)
362
+ - feat(telemetry): Ensure experiment IDs are included in OpenTelemetry logs by
363
+ kevin-ramdass in
364
+ [#18747](https://github.com/google-gemini/gemini-cli/pull/18747)
305
365
 
306
366
  **Full changelog**:
307
- https://github.com/google-gemini/gemini-cli/compare/v0.27.0-preview.8...v0.28.0-preview.0
367
+ https://github.com/google-gemini/gemini-cli/compare/v0.28.0-preview.0...v0.29.0-preview.0