@google/gemini-cli-core 0.27.0-preview.3 → 0.28.0-nightly.20260130.d43d772e6

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 (96) hide show
  1. package/dist/docs/changelogs/index.md +17 -0
  2. package/dist/docs/changelogs/latest.md +314 -346
  3. package/dist/docs/changelogs/preview.md +412 -307
  4. package/dist/docs/cli/cli-reference.md +101 -0
  5. package/dist/docs/cli/commands.md +135 -83
  6. package/dist/docs/cli/creating-skills.md +80 -0
  7. package/dist/docs/cli/keyboard-shortcuts.md +12 -11
  8. package/dist/docs/cli/rewind.md +51 -0
  9. package/dist/docs/cli/settings.md +1 -0
  10. package/dist/docs/cli/skills.md +5 -77
  11. package/dist/docs/core/policy-engine.md +8 -3
  12. package/dist/docs/core/subagents.md +34 -29
  13. package/dist/docs/get-started/configuration.md +8 -5
  14. package/dist/docs/sidebar.json +14 -2
  15. package/dist/docs/tools/mcp-server.md +13 -2
  16. package/dist/google-gemini-cli-core-0.28.0-nightly.20260128.adc8e11bb.tgz +0 -0
  17. package/dist/src/code_assist/admin/admin_controls.test.js +17 -17
  18. package/dist/src/code_assist/admin/admin_controls.test.js.map +1 -1
  19. package/dist/src/code_assist/types.d.ts +8 -5
  20. package/dist/src/code_assist/types.js +3 -1
  21. package/dist/src/code_assist/types.js.map +1 -1
  22. package/dist/src/config/config.d.ts +52 -0
  23. package/dist/src/config/config.js.map +1 -1
  24. package/dist/src/config/config.test.js +25 -1
  25. package/dist/src/config/config.test.js.map +1 -1
  26. package/dist/src/core/contentGenerator.js +2 -0
  27. package/dist/src/core/contentGenerator.js.map +1 -1
  28. package/dist/src/core/contentGenerator.test.js +112 -0
  29. package/dist/src/core/contentGenerator.test.js.map +1 -1
  30. package/dist/src/generated/git-commit.d.ts +2 -2
  31. package/dist/src/generated/git-commit.js +2 -2
  32. package/dist/src/generated/git-commit.js.map +1 -1
  33. package/dist/src/hooks/hookEventHandler.d.ts +6 -0
  34. package/dist/src/hooks/hookEventHandler.js +30 -7
  35. package/dist/src/hooks/hookEventHandler.js.map +1 -1
  36. package/dist/src/hooks/hookEventHandler.test.js +43 -0
  37. package/dist/src/hooks/hookEventHandler.test.js.map +1 -1
  38. package/dist/src/ide/detect-ide.d.ts +4 -0
  39. package/dist/src/ide/detect-ide.js +4 -0
  40. package/dist/src/ide/detect-ide.js.map +1 -1
  41. package/dist/src/ide/detect-ide.test.js +14 -0
  42. package/dist/src/ide/detect-ide.test.js.map +1 -1
  43. package/dist/src/ide/ide-installer.js +74 -3
  44. package/dist/src/ide/ide-installer.js.map +1 -1
  45. package/dist/src/ide/ide-installer.test.js +29 -0
  46. package/dist/src/ide/ide-installer.test.js.map +1 -1
  47. package/dist/src/policy/policies/agent.toml +0 -4
  48. package/dist/src/policy/toml-loader.js +2 -0
  49. package/dist/src/policy/toml-loader.js.map +1 -1
  50. package/dist/src/policy/toml-loader.test.js +14 -0
  51. package/dist/src/policy/toml-loader.test.js.map +1 -1
  52. package/dist/src/policy/types.d.ts +5 -0
  53. package/dist/src/scheduler/policy.d.ts +2 -2
  54. package/dist/src/scheduler/policy.js +8 -3
  55. package/dist/src/scheduler/policy.js.map +1 -1
  56. package/dist/src/scheduler/policy.test.js +6 -6
  57. package/dist/src/scheduler/policy.test.js.map +1 -1
  58. package/dist/src/scheduler/scheduler.js +3 -2
  59. package/dist/src/scheduler/scheduler.js.map +1 -1
  60. package/dist/src/scheduler/scheduler.test.js +58 -8
  61. package/dist/src/scheduler/scheduler.test.js.map +1 -1
  62. package/dist/src/scheduler/tool-executor.js +10 -6
  63. package/dist/src/scheduler/tool-executor.js.map +1 -1
  64. package/dist/src/services/chatCompressionService.test.js +4 -2
  65. package/dist/src/services/chatCompressionService.test.js.map +1 -1
  66. package/dist/src/services/chatRecordingService.d.ts +7 -0
  67. package/dist/src/services/chatRecordingService.js +17 -0
  68. package/dist/src/services/chatRecordingService.js.map +1 -1
  69. package/dist/src/services/chatRecordingService.test.js +56 -0
  70. package/dist/src/services/chatRecordingService.test.js.map +1 -1
  71. package/dist/src/services/environmentSanitization.js +3 -0
  72. package/dist/src/services/environmentSanitization.js.map +1 -1
  73. package/dist/src/services/environmentSanitization.test.js +3 -0
  74. package/dist/src/services/environmentSanitization.test.js.map +1 -1
  75. package/dist/src/services/gitService.d.ts +1 -0
  76. package/dist/src/services/gitService.js +13 -4
  77. package/dist/src/services/gitService.js.map +1 -1
  78. package/dist/src/services/gitService.test.js +11 -0
  79. package/dist/src/services/gitService.test.js.map +1 -1
  80. package/dist/src/telemetry/clearcut-logger/clearcut-logger.test.js +11 -0
  81. package/dist/src/telemetry/clearcut-logger/clearcut-logger.test.js.map +1 -1
  82. package/dist/src/tools/mcp-client.js +20 -3
  83. package/dist/src/tools/mcp-client.js.map +1 -1
  84. package/dist/src/tools/mcp-client.test.js +65 -2
  85. package/dist/src/tools/mcp-client.test.js.map +1 -1
  86. package/dist/src/utils/fileUtils.d.ts +1 -0
  87. package/dist/src/utils/fileUtils.js +11 -6
  88. package/dist/src/utils/fileUtils.js.map +1 -1
  89. package/dist/src/utils/fileUtils.test.js +35 -6
  90. package/dist/src/utils/fileUtils.test.js.map +1 -1
  91. package/dist/src/utils/terminal.d.ts +4 -0
  92. package/dist/src/utils/terminal.js +12 -0
  93. package/dist/src/utils/terminal.js.map +1 -1
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/package.json +1 -1
  96. package/dist/google-gemini-cli-core-0.27.0-preview.2.tgz +0 -0
@@ -1,6 +1,6 @@
1
- # Preview release: Release v0.26.0-preview.0
1
+ # Preview release: Release v0.27.0-preview.0
2
2
 
3
- Released: January 21, 2026
3
+ Released: January 27, 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,320 +13,425 @@ npm install -g @google/gemini-cli@preview
13
13
 
14
14
  ## Highlights
15
15
 
16
- - **Skills and Agents:** Improvements to the `activate_skill` tool and skill
17
- management. Experimental Agent Skills support.
18
- - **UI/UX:** Addition of a Rewind Confirmation dialog and Viewer component.
19
- - **Extensions:** Experimental setting for extension configuration.
20
- - **Bug Fixes and Stability:** PDF token estimation fix and improvements to
21
- scheduled issue triage.
16
+ - **Event-Driven Architecture:** The tool execution scheduler is now
17
+ event-driven, improving performance and reliability.
18
+ - **System Prompt Override:** Now supports dynamic variable substitution.
19
+ - **Rewind Command:** The `/rewind` command has been implemented.
20
+ - **Linux Clipboard:** Image pasting capabilities for Wayland and X11 on Linux.
22
21
 
23
22
  ## What's Changed
24
23
 
25
- - fix: PDF token estimation
26
- ([#16494](https://github.com/google-gemini/gemini-cli/pull/16494)) by
27
- @korade-krushna in
28
- [#16527](https://github.com/google-gemini/gemini-cli/pull/16527)
29
- - chore(release): bump version to 0.26.0-nightly.20260114.bb6c57414 by
24
+ - remove fireAgent and beforeAgent hook by @ishaanxgupta in
25
+ [#16919](https://github.com/google-gemini/gemini-cli/pull/16919)
26
+ - Remove unused modelHooks and toolHooks by @ved015 in
27
+ [#17115](https://github.com/google-gemini/gemini-cli/pull/17115)
28
+ - feat(cli): sanitize ANSI escape sequences in non-interactive output by
29
+ @sehoon38 in [#17172](https://github.com/google-gemini/gemini-cli/pull/17172)
30
+ - Update Attempt text to Retry when showing the retry happening to the … by
31
+ @sehoon38 in [#17178](https://github.com/google-gemini/gemini-cli/pull/17178)
32
+ - chore(skills): update pr-creator skill workflow by @sehoon38 in
33
+ [#17180](https://github.com/google-gemini/gemini-cli/pull/17180)
34
+ - feat(cli): implement event-driven tool execution scheduler by @abhipatel12 in
35
+ [#17078](https://github.com/google-gemini/gemini-cli/pull/17078)
36
+ - chore(release): bump version to 0.27.0-nightly.20260121.97aac696f by
30
37
  @gemini-cli-robot in
31
- [#16604](https://github.com/google-gemini/gemini-cli/pull/16604)
32
- - docs: clarify F12 to open debug console by @jackwotherspoon in
33
- [#16570](https://github.com/google-gemini/gemini-cli/pull/16570)
34
- - docs: Remove .md extension from internal links in architecture.md by
35
- @medic-code in
36
- [#12899](https://github.com/google-gemini/gemini-cli/pull/12899)
37
- - Add an experimental setting for extension config by @chrstnb in
38
- [#16506](https://github.com/google-gemini/gemini-cli/pull/16506)
39
- - feat: add Rewind Confirmation dialog and Rewind Viewer component by @Adib234
40
- in [#15717](https://github.com/google-gemini/gemini-cli/pull/15717)
41
- - fix(a2a): Don't throw errors for GeminiEventType Retry and InvalidStream. by
42
- @ehedlund in [#16541](https://github.com/google-gemini/gemini-cli/pull/16541)
43
- - prefactor: add rootCommands as array so it can be used for policy parsing by
44
- @abhipatel12 in
45
- [#16640](https://github.com/google-gemini/gemini-cli/pull/16640)
46
- - remove unnecessary \x7f key bindings by @scidomino in
47
- [#16646](https://github.com/google-gemini/gemini-cli/pull/16646)
48
- - docs(skills): use body-file in pr-creator skill for better reliability by
49
- @abhipatel12 in
50
- [#16642](https://github.com/google-gemini/gemini-cli/pull/16642)
51
- - chore(automation): recursive labeling for workstream descendants by @bdmorgan
52
- in [#16609](https://github.com/google-gemini/gemini-cli/pull/16609)
53
- - feat: introduce 'skill-creator' built-in skill and CJS management tools by
54
- @NTaylorMullen in
55
- [#16394](https://github.com/google-gemini/gemini-cli/pull/16394)
56
- - chore(automation): remove automated PR size and complexity labeler by
57
- @bdmorgan in [#16648](https://github.com/google-gemini/gemini-cli/pull/16648)
58
- - refactor(skills): replace 'project' with 'workspace' scope by @NTaylorMullen
59
- in [#16380](https://github.com/google-gemini/gemini-cli/pull/16380)
60
- - Docs: Update release notes for 1/13/2026 by @jkcinouye in
61
- [#16583](https://github.com/google-gemini/gemini-cli/pull/16583)
62
- - Simplify paste handling by @scidomino in
63
- [#16654](https://github.com/google-gemini/gemini-cli/pull/16654)
64
- - chore(automation): improve scheduled issue triage discovery and throughput by
65
- @bdmorgan in [#16652](https://github.com/google-gemini/gemini-cli/pull/16652)
66
- - fix(acp): run exit cleanup when stdin closes by @codefromthecrypt in
67
- [#14953](https://github.com/google-gemini/gemini-cli/pull/14953)
68
- - feat(scheduler): add types needed for event driven scheduler by @abhipatel12
69
- in [#16641](https://github.com/google-gemini/gemini-cli/pull/16641)
70
- - Remove unused rewind key binding by @scidomino in
71
- [#16659](https://github.com/google-gemini/gemini-cli/pull/16659)
72
- - Remove sequence binding by @scidomino in
73
- [#16664](https://github.com/google-gemini/gemini-cli/pull/16664)
74
- - feat(cli): undeprecate the --prompt flag by @alexaustin007 in
75
- [#13981](https://github.com/google-gemini/gemini-cli/pull/13981)
76
- - chore: update dependabot configuration by @cosmopax in
77
- [#13507](https://github.com/google-gemini/gemini-cli/pull/13507)
78
- - feat(config): add 'auto' alias for default model selection by @sehoon38 in
79
- [#16661](https://github.com/google-gemini/gemini-cli/pull/16661)
80
- - Enable & disable agents by @sehoon38 in
81
- [#16225](https://github.com/google-gemini/gemini-cli/pull/16225)
82
- - cleanup: Improve keybindings by @scidomino in
83
- [#16672](https://github.com/google-gemini/gemini-cli/pull/16672)
84
- - Add timeout for shell-utils to prevent hangs. by @jacob314 in
85
- [#16667](https://github.com/google-gemini/gemini-cli/pull/16667)
86
- - feat(plan): add experimental plan flag by @jerop in
87
- [#16650](https://github.com/google-gemini/gemini-cli/pull/16650)
88
- - feat(cli): add security consent prompts for skill installation by
38
+ [#17181](https://github.com/google-gemini/gemini-cli/pull/17181)
39
+ - Remove other rewind reference in docs by @chrstnb in
40
+ [#17149](https://github.com/google-gemini/gemini-cli/pull/17149)
41
+ - feat(skills): add code-reviewer skill by @sehoon38 in
42
+ [#17187](httpshttps://github.com/google-gemini/gemini-cli/pull/17187)
43
+ - feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode by @Adib234 in
44
+ [#17177](https://github.com/google-gemini/gemini-cli/pull/17177)
45
+ - feat(plan): refactor TestRig and eval helper to support configurable approval
46
+ modes by @jerop in
47
+ [#17171](https://github.com/google-gemini/gemini-cli/pull/17171)
48
+ - feat(workflows): support recursive workstream labeling and new IDs by
49
+ @bdmorgan in [#17207](https://github.com/google-gemini/gemini-cli/pull/17207)
50
+ - Run evals for all models. by @gundermanc in
51
+ [#17123](https://github.com/google-gemini/gemini-cli/pull/17123)
52
+ - fix(github): improve label-workstream-rollup efficiency with GraphQL by
53
+ @bdmorgan in [#17217](https://github.com/google-gemini/gemini-cli/pull/17217)
54
+ - Docs: Update changelogs for v.0.25.0 and v0.26.0-preview.0 releases. by
55
+ @g-samroberts in
56
+ [#17215](https://github.com/google-gemini/gemini-cli/pull/17215)
57
+ - Migrate beforeTool and afterTool hooks to hookSystem by @ved015 in
58
+ [#17204](https://github.com/google-gemini/gemini-cli/pull/17204)
59
+ - fix(github): improve label-workstream-rollup efficiency and fix bugs by
60
+ @bdmorgan in [#17219](https://github.com/google-gemini/gemini-cli/pull/17219)
61
+ - feat(cli): improve skill enablement/disablement verbiage by @NTaylorMullen in
62
+ [#17192](https://github.com/google-gemini/gemini-cli/pull/17192)
63
+ - fix(admin): Ensure CLI commands run in non-interactive mode by @skeshive in
64
+ [#17218](https://github.com/google-gemini/gemini-cli/pull/17218)
65
+ - feat(core): support dynamic variable substitution in system prompt override by
89
66
  @NTaylorMullen in
90
- [#16549](https://github.com/google-gemini/gemini-cli/pull/16549)
91
- - fix: replace 3 consecutive periods with ellipsis character by @Vist233 in
92
- [#16587](https://github.com/google-gemini/gemini-cli/pull/16587)
93
- - chore(automation): ensure status/need-triage is applied and never cleared
94
- automatically by @bdmorgan in
95
- [#16657](https://github.com/google-gemini/gemini-cli/pull/16657)
96
- - fix: Handle colons in skill description frontmatter by @maru0804 in
97
- [#16345](https://github.com/google-gemini/gemini-cli/pull/16345)
98
- - refactor(core): harden skill frontmatter parsing by @NTaylorMullen in
99
- [#16705](https://github.com/google-gemini/gemini-cli/pull/16705)
100
- - feat(skills): add conflict detection and warnings for skill overrides by
101
- @NTaylorMullen in
102
- [#16709](https://github.com/google-gemini/gemini-cli/pull/16709)
103
- - feat(scheduler): add SchedulerStateManager for reactive tool state by
67
+ [#17042](https://github.com/google-gemini/gemini-cli/pull/17042)
68
+ - fix(core,cli): enable recursive directory access for by @galz10 in
69
+ [#17094](https://github.com/google-gemini/gemini-cli/pull/17094)
70
+ - Docs: Marking for experimental features by @jkcinouye in
71
+ [#16760](https://github.com/google-gemini/gemini-cli/pull/16760)
72
+ - Support command/ctrl/alt backspace correctly by @scidomino in
73
+ [#17175](https://github.com/google-gemini/gemini-cli/pull/17175)
74
+ - feat(plan): add approval mode instructions to system prompt by @jerop in
75
+ [#17151](https://github.com/google-gemini/gemini-cli/pull/17151)
76
+ - feat(core): enable disableLLMCorrection by default by @SandyTao520 in
77
+ [#17223](https://github.com/google-gemini/gemini-cli/pull/17223)
78
+ - Remove unused slug from sidebar by @chrstnb in
79
+ [#17229](https://github.com/google-gemini/gemini-cli/pull/17229)
80
+ - drain stdin on exit by @scidomino in
81
+ [#17241](https://github.com/google-gemini/gemini-cli/pull/17241)
82
+ - refactor(cli): decouple UI from live tool execution via ToolActionsContext by
104
83
  @abhipatel12 in
105
- [#16651](https://github.com/google-gemini/gemini-cli/pull/16651)
106
- - chore(automation): enforce 'help wanted' label permissions and update
107
- guidelines by @bdmorgan in
108
- [#16707](https://github.com/google-gemini/gemini-cli/pull/16707)
109
- - fix(core): resolve circular dependency via tsconfig paths by @sehoon38 in
110
- [#16730](https://github.com/google-gemini/gemini-cli/pull/16730)
111
- - chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0 by
112
- @gemini-cli-robot in
113
- [#16738](https://github.com/google-gemini/gemini-cli/pull/16738)
114
- - fix(automation): correct status/need-issue label matching wildcard by
115
- @bdmorgan in [#16727](https://github.com/google-gemini/gemini-cli/pull/16727)
116
- - fix(automation): prevent label-enforcer loop by ignoring all bots by @bdmorgan
117
- in [#16746](https://github.com/google-gemini/gemini-cli/pull/16746)
118
- - Add links to supported locations and minor fixes by @g-samroberts in
119
- [#16476](https://github.com/google-gemini/gemini-cli/pull/16476)
120
- - feat(policy): add source tracking to policy rules by @allenhutchison in
121
- [#16670](https://github.com/google-gemini/gemini-cli/pull/16670)
122
- - feat(automation): enforce '🔒 maintainer only' and fix bot loop by @bdmorgan
123
- in [#16751](https://github.com/google-gemini/gemini-cli/pull/16751)
124
- - Make merged settings non-nullable and fix all lints related to that. by
125
- @jacob314 in [#16647](https://github.com/google-gemini/gemini-cli/pull/16647)
126
- - fix(core): prevent ModelInfo event emission on aborted signal by @sehoon38 in
127
- [#16752](https://github.com/google-gemini/gemini-cli/pull/16752)
128
- - Replace relative paths to fix website build by @chrstnb in
129
- [#16755](https://github.com/google-gemini/gemini-cli/pull/16755)
130
- - Restricting to localhost by @cocosheng-g in
131
- [#16548](https://github.com/google-gemini/gemini-cli/pull/16548)
132
- - fix(cli): add explicit dependency on color-convert by @sehoon38 in
133
- [#16757](https://github.com/google-gemini/gemini-cli/pull/16757)
134
- - fix(automation): robust label enforcement with permission checks by @bdmorgan
135
- in [#16762](https://github.com/google-gemini/gemini-cli/pull/16762)
136
- - fix(cli): prevent OOM crash by limiting file search traversal and adding
137
- timeout by @galz10 in
138
- [#16696](https://github.com/google-gemini/gemini-cli/pull/16696)
139
- - fix(cli): safely handle /dev/tty access on macOS by @korade-krushna in
140
- [#16531](https://github.com/google-gemini/gemini-cli/pull/16531)
141
- - docs: clarify workspace test execution in GEMINI.md by @mattKorwel in
142
- [#16764](https://github.com/google-gemini/gemini-cli/pull/16764)
143
- - Add support for running available commands prior to MCP servers loading by
144
- @Adib234 in [#15596](https://github.com/google-gemini/gemini-cli/pull/15596)
145
- - feat(plan): add experimental 'plan' approval mode by @jerop in
146
- [#16753](https://github.com/google-gemini/gemini-cli/pull/16753)
147
- - feat(scheduler): add functional awaitConfirmation utility by @abhipatel12 in
148
- [#16721](https://github.com/google-gemini/gemini-cli/pull/16721)
149
- - fix(infra): update maintainer rollup label to 'workstream-rollup' by @bdmorgan
150
- in [#16809](https://github.com/google-gemini/gemini-cli/pull/16809)
151
- - fix(infra): use GraphQL to detect direct parents in rollup workflow by
152
- @bdmorgan in [#16811](https://github.com/google-gemini/gemini-cli/pull/16811)
153
- - chore(workflows): rename label-workstream-rollup workflow by @bdmorgan in
154
- [#16818](https://github.com/google-gemini/gemini-cli/pull/16818)
155
- - skip simple-mcp-server.test.ts by @scidomino in
156
- [#16842](https://github.com/google-gemini/gemini-cli/pull/16842)
157
- - Steer outer agent to use expert subagents when present by @gundermanc in
158
- [#16763](https://github.com/google-gemini/gemini-cli/pull/16763)
159
- - Fix race condition by awaiting scheduleToolCalls by @chrstnb in
160
- [#16759](https://github.com/google-gemini/gemini-cli/pull/16759)
161
- - cleanup: Organize key bindings by @scidomino in
162
- [#16798](https://github.com/google-gemini/gemini-cli/pull/16798)
163
- - feat(core): Add generalist agent. by @joshualitt in
164
- [#16638](https://github.com/google-gemini/gemini-cli/pull/16638)
165
- - perf(ui): optimize text buffer and highlighting for large inputs by
84
+ [#17183](https://github.com/google-gemini/gemini-cli/pull/17183)
85
+ - fix(core): update token count and telemetry on /chat resume history load by
86
+ @psinha40898 in
87
+ [#16279](https://github.com/google-gemini/gemini-cli/pull/16279)
88
+ - fix: /policy to display policies according to mode by @ishaanxgupta in
89
+ [#16772](https://github.com/google-gemini/gemini-cli/pull/16772)
90
+ - fix(core): simplify replace tool error message by @SandyTao520 in
91
+ [#17246](https://github.com/google-gemini/gemini-cli/pull/17246)
92
+ - feat(cli): consolidate shell inactivity and redirection monitoring by
166
93
  @NTaylorMullen in
167
- [#16782](https://github.com/google-gemini/gemini-cli/pull/16782)
168
- - fix(core): fix PTY descriptor shell leak by @galz10 in
169
- [#16773](https://github.com/google-gemini/gemini-cli/pull/16773)
170
- - feat(plan): enforce strict read-only policy and halt execution on violation by
171
- @jerop in [#16849](https://github.com/google-gemini/gemini-cli/pull/16849)
172
- - remove need-triage label from bug_report template by @sehoon38 in
173
- [#16864](https://github.com/google-gemini/gemini-cli/pull/16864)
174
- - fix(core): truncate large telemetry log entries by @sehoon38 in
175
- [#16769](https://github.com/google-gemini/gemini-cli/pull/16769)
176
- - docs(extensions): add Agent Skills support and mark feature as experimental by
177
- @NTaylorMullen in
178
- [#16859](https://github.com/google-gemini/gemini-cli/pull/16859)
179
- - fix(core): surface warnings for invalid hook event names in configuration
180
- ([#16788](https://github.com/google-gemini/gemini-cli/pull/16788)) by
181
- @sehoon38 in [#16873](https://github.com/google-gemini/gemini-cli/pull/16873)
182
- - feat(plan): remove read_many_files from approval mode policies by @jerop in
183
- [#16876](https://github.com/google-gemini/gemini-cli/pull/16876)
184
- - feat(admin): implement admin controls polling and restart prompt by @skeshive
185
- in [#16627](https://github.com/google-gemini/gemini-cli/pull/16627)
186
- - Remove LRUCache class migrating to mnemoist by @jacob314 in
187
- [#16872](https://github.com/google-gemini/gemini-cli/pull/16872)
188
- - feat(settings): rename negative settings to positive naming (disable* ->
189
- enable*) by @afarber in
190
- [#14142](https://github.com/google-gemini/gemini-cli/pull/14142)
191
- - refactor(cli): unify shell confirmation dialogs by @NTaylorMullen in
192
- [#16828](https://github.com/google-gemini/gemini-cli/pull/16828)
193
- - feat(agent): enable agent skills by default by @NTaylorMullen in
194
- [#16736](https://github.com/google-gemini/gemini-cli/pull/16736)
195
- - refactor(core): foundational truncation refactoring and token estimation
196
- optimization by @NTaylorMullen in
197
- [#16824](https://github.com/google-gemini/gemini-cli/pull/16824)
198
- - fix(hooks): enable /hooks disable to reliably stop single hooks by
94
+ [#17086](https://github.com/google-gemini/gemini-cli/pull/17086)
95
+ - fix(scheduler): prevent stale tool re-publication and fix stuck UI state by
199
96
  @abhipatel12 in
200
- [#16804](https://github.com/google-gemini/gemini-cli/pull/16804)
201
- - Don't commit unless user asks us to. by @gundermanc in
202
- [#16902](https://github.com/google-gemini/gemini-cli/pull/16902)
203
- - chore: remove a2a-adapter and bump @a2a-js/sdk to 0.3.8 by @adamfweidman in
204
- [#16800](https://github.com/google-gemini/gemini-cli/pull/16800)
205
- - fix: Show experiment values in settings UI for compressionThreshold by
206
- @ishaanxgupta in
207
- [#16267](https://github.com/google-gemini/gemini-cli/pull/16267)
208
- - feat(cli): replace relative keyboard shortcuts link with web URL by
209
- @imaliabbas in
210
- [#16479](https://github.com/google-gemini/gemini-cli/pull/16479)
211
- - fix(core): resolve PKCE length issue and stabilize OAuth redirect port by
212
- @sehoon38 in [#16815](https://github.com/google-gemini/gemini-cli/pull/16815)
213
- - Delete rewind documentation for now by @Adib234 in
214
- [#16932](https://github.com/google-gemini/gemini-cli/pull/16932)
215
- - Stabilize skill-creator CI and package format by @NTaylorMullen in
216
- [#17001](https://github.com/google-gemini/gemini-cli/pull/17001)
217
- - Stabilize the git evals by @gundermanc in
218
- [#16989](https://github.com/google-gemini/gemini-cli/pull/16989)
219
- - fix(core): attempt compression before context overflow check by @NTaylorMullen
220
- in [#16914](https://github.com/google-gemini/gemini-cli/pull/16914)
221
- - Fix inverted logic. by @gundermanc in
222
- [#17007](https://github.com/google-gemini/gemini-cli/pull/17007)
223
- - chore(scripts): add duplicate issue closer script and fix lint errors by
224
- @bdmorgan in [#16997](https://github.com/google-gemini/gemini-cli/pull/16997)
225
- - docs: update README and config guide to reference Gemini 3 by @JayadityaGit in
226
- [#15806](https://github.com/google-gemini/gemini-cli/pull/15806)
227
- - fix(cli): correct Homebrew installation detection by @kij in
228
- [#14727](https://github.com/google-gemini/gemini-cli/pull/14727)
229
- - Demote git evals to nightly run. by @gundermanc in
230
- [#17030](https://github.com/google-gemini/gemini-cli/pull/17030)
231
- - fix(cli): use OSC-52 clipboard copy in Windows Terminal by @Thomas-Shephard in
232
- [#16920](https://github.com/google-gemini/gemini-cli/pull/16920)
233
- - Fix: Process all parts in response chunks when thought is first by @pyrytakala
234
- in [#13539](https://github.com/google-gemini/gemini-cli/pull/13539)
235
- - fix(automation): fix jq quoting error in pr-triage.sh by @Kimsoo0119 in
236
- [#16958](https://github.com/google-gemini/gemini-cli/pull/16958)
237
- - refactor(core): decouple scheduler into orchestration, policy, and
238
- confirmation by @abhipatel12 in
239
- [#16895](https://github.com/google-gemini/gemini-cli/pull/16895)
240
- - feat: add /introspect slash command by @NTaylorMullen in
241
- [#17048](https://github.com/google-gemini/gemini-cli/pull/17048)
242
- - refactor(cli): centralize tool mapping and decouple legacy scheduler by
97
+ [#17227](https://github.com/google-gemini/gemini-cli/pull/17227)
98
+ - feat(config): default enableEventDrivenScheduler to true by @abhipatel12 in
99
+ [#17211](https://github.com/google-gemini/gemini-cli/pull/17211)
100
+ - feat(hooks): enable hooks system by default by @abhipatel12 in
101
+ [#17247](https://github.com/google-gemini/gemini-cli/pull/17247)
102
+ - feat(core): Enable AgentRegistry to track all discovered subagents by
103
+ @SandyTao520 in
104
+ [#17253](https://github.com/google-gemini/gemini-cli/pull/17253)
105
+ - feat(core): Have subagents use a JSON schema type for input. by @joshualitt in
106
+ [#17152](https://github.com/google-gemini/gemini-cli/pull/17152)
107
+ - feat: replace large text pastes with [Pasted Text: X lines] placeholder by
108
+ @jackwotherspoon in
109
+ [#16422](https://github.com/google-gemini/gemini-cli/pull/16422)
110
+ - security(hooks): Wrap hook-injected context in distinct XML tags by @yunaseoul
111
+ in [#17237](https://github.com/google-gemini/gemini-cli/pull/17237)
112
+ - Enable the ability to queue specific nightly eval tests by @gundermanc in
113
+ [#17262](https://github.com/google-gemini/gemini-cli/pull/17262)
114
+ - docs(hooks): comprehensive update of hook documentation and specs by
243
115
  @abhipatel12 in
244
- [#17044](https://github.com/google-gemini/gemini-cli/pull/17044)
245
- - fix(ui): ensure rationale renders before tool calls by @NTaylorMullen in
246
- [#17043](https://github.com/google-gemini/gemini-cli/pull/17043)
247
- - fix(workflows): use author_association for maintainer check by @bdmorgan in
248
- [#17060](https://github.com/google-gemini/gemini-cli/pull/17060)
249
- - fix return type of fireSessionStartEvent to defaultHookOutput by @ved015 in
250
- [#16833](https://github.com/google-gemini/gemini-cli/pull/16833)
251
- - feat(cli): add experiment gate for event-driven scheduler by @abhipatel12 in
252
- [#17055](https://github.com/google-gemini/gemini-cli/pull/17055)
253
- - feat(core): improve shell redirection transparency and security by
254
- @NTaylorMullen in
255
- [#16486](https://github.com/google-gemini/gemini-cli/pull/16486)
256
- - fix(core): deduplicate ModelInfo emission in GeminiClient by @NTaylorMullen in
257
- [#17075](https://github.com/google-gemini/gemini-cli/pull/17075)
258
- - docs(themes): remove unsupported DiffModified color key by @jw409 in
259
- [#17073](https://github.com/google-gemini/gemini-cli/pull/17073)
260
- - fix: update currentSequenceModel when modelChanged by @adamfweidman in
261
- [#17051](https://github.com/google-gemini/gemini-cli/pull/17051)
262
- - feat(core): enhanced anchored iterative context compression with
263
- self-verification by @rmedranollamas in
264
- [#15710](https://github.com/google-gemini/gemini-cli/pull/15710)
265
- - Fix mcp instructions by @chrstnb in
266
- [#16439](https://github.com/google-gemini/gemini-cli/pull/16439)
267
- - [A2A] Disable checkpointing if git is not installed by @cocosheng-g in
268
- [#16896](https://github.com/google-gemini/gemini-cli/pull/16896)
269
- - feat(admin): set admin.skills.enabled based on advancedFeaturesEnabled setting
270
- by @skeshive in
271
- [#17095](https://github.com/google-gemini/gemini-cli/pull/17095)
272
- - Test coverage for hook exit code cases by @gundermanc in
273
- [#17041](https://github.com/google-gemini/gemini-cli/pull/17041)
274
- - Revert "Revert "Update extension examples"" by @chrstnb in
275
- [#16445](https://github.com/google-gemini/gemini-cli/pull/16445)
276
- - fix(core): Provide compact, actionable errors for agent delegation failures by
116
+ [#16816](https://github.com/google-gemini/gemini-cli/pull/16816)
117
+ - refactor: improve large text paste placeholder by @jacob314 in
118
+ [#17269](https://github.com/google-gemini/gemini-cli/pull/17269)
119
+ - feat: implement /rewind command by @Adib234 in
120
+ [#15720](https://github.com/google-gemini/gemini-cli/pull/15720)
121
+ - Feature/jetbrains ide detection by @SoLoHiC in
122
+ [#16243](https://github.com/google-gemini/gemini-cli/pull/16243)
123
+ - docs: update typo in mcp-server.md file by @schifferl in
124
+ [#17099](https://github.com/google-gemini/gemini-cli/pull/17099)
125
+ - Sanitize command names and descriptions by @ehedlund in
126
+ [#17228](https://github.com/google-gemini/gemini-cli/pull/17228)
127
+ - fix(auth): don't crash when initial auth fails by @skeshive in
128
+ [#17308](https://github.com/google-gemini/gemini-cli/pull/17308)
129
+ - Added image pasting capabilities for Wayland and X11 on Linux by @devr0306 in
130
+ [#17144](https://github.com/google-gemini/gemini-cli/pull/17144)
131
+ - feat: add AskUser tool schema by @jackwotherspoon in
132
+ [#16988](https://github.com/google-gemini/gemini-cli/pull/16988)
133
+ - fix cli settings: resolve layout jitter in settings bar by @Mag1ck in
134
+ [#16256](https://github.com/google-gemini/gemini-cli/pull/16256)
135
+ - fix: show whitespace changes in edit tool diffs by @Ujjiyara in
136
+ [#17213](https://github.com/google-gemini/gemini-cli/pull/17213)
137
+ - Remove redundant calls setting linuxClipboardTool. getUserLinuxClipboardTool()
138
+ now handles the caching internally by @jacob314 in
139
+ [#17320](https://github.com/google-gemini/gemini-cli/pull/17320)
140
+ - ci: allow failure in evals-nightly run step by @gundermanc in
141
+ [#17319](https://github.com/google-gemini/gemini-cli/pull/17319)
142
+ - feat(cli): Add state management and plumbing for agent configuration dialog by
277
143
  @SandyTao520 in
278
- [#16493](https://github.com/google-gemini/gemini-cli/pull/16493)
279
- - fix: migrate BeforeModel and AfterModel hooks to HookSystem by @ved015 in
280
- [#16599](https://github.com/google-gemini/gemini-cli/pull/16599)
281
- - feat(admin): apply admin settings to gemini skills/mcp/extensions commands by
282
- @skeshive in [#17102](https://github.com/google-gemini/gemini-cli/pull/17102)
283
- - fix(core): update telemetry token count after session resume by @psinha40898
284
- in [#15491](https://github.com/google-gemini/gemini-cli/pull/15491)
285
- - Demote the subagent test to nightly by @gundermanc in
286
- [#17105](https://github.com/google-gemini/gemini-cli/pull/17105)
287
- - feat(plan): telemetry to track adoption and usage of plan mode by @Adib234 in
288
- [#16863](https://github.com/google-gemini/gemini-cli/pull/16863)
289
- - feat: Add flash lite utility fallback chain by @adamfweidman in
290
- [#17056](https://github.com/google-gemini/gemini-cli/pull/17056)
291
- - Fixes Windows crash: "Cannot resize a pty that has already exited" by @dzammit
292
- in [#15757](https://github.com/google-gemini/gemini-cli/pull/15757)
293
- - feat(core): Add initial eval for generalist agent. by @joshualitt in
294
- [#16856](https://github.com/google-gemini/gemini-cli/pull/16856)
295
- - feat(core): unify agent enabled and disabled flags by @SandyTao520 in
296
- [#17127](https://github.com/google-gemini/gemini-cli/pull/17127)
297
- - fix(core): resolve auto model in default strategy by @sehoon38 in
298
- [#17116](https://github.com/google-gemini/gemini-cli/pull/17116)
299
- - docs: update project context and pr-creator workflow by @NTaylorMullen in
300
- [#17119](https://github.com/google-gemini/gemini-cli/pull/17119)
301
- - fix(cli): send gemini-cli version as mcp client version by @dsp in
302
- [#13407](https://github.com/google-gemini/gemini-cli/pull/13407)
303
- - fix(cli): resolve Ctrl+Enter and Ctrl+J newline issues by @imadraude in
304
- [#17021](https://github.com/google-gemini/gemini-cli/pull/17021)
305
- - Remove missing sidebar item by @chrstnb in
306
- [#17145](https://github.com/google-gemini/gemini-cli/pull/17145)
307
- - feat(core): Ensure all properties in hooks object are event names. by
308
- @joshualitt in
309
- [#16870](https://github.com/google-gemini/gemini-cli/pull/16870)
310
- - fix(cli): fix newline support broken in previous PR by @scidomino in
311
- [#17159](https://github.com/google-gemini/gemini-cli/pull/17159)
312
- - Add interactive ValidationDialog for handling 403 VALIDATION_REQUIRED errors.
313
- by @gsquared94 in
314
- [#16231](https://github.com/google-gemini/gemini-cli/pull/16231)
315
- - Add Esc-Esc to clear prompt when it's not empty by @Adib234 in
316
- [#17131](https://github.com/google-gemini/gemini-cli/pull/17131)
317
- - Avoid spurious warnings about unexpected renders triggered by appEvents and
318
- coreEvents. by @jacob314 in
319
- [#17160](https://github.com/google-gemini/gemini-cli/pull/17160)
320
- - fix(cli): resolve home/end keybinding conflict by @scidomino in
321
- [#17124](https://github.com/google-gemini/gemini-cli/pull/17124)
322
- - fix(cli): display 'http' type on mcp list by @pamanta in
323
- [#16915](https://github.com/google-gemini/gemini-cli/pull/16915)
324
- - fix bad fallback logic external editor logic by @scidomino in
325
- [#17166](https://github.com/google-gemini/gemini-cli/pull/17166)
326
- - Fix bug where System scopes weren't migrated. by @jacob314 in
327
- [#17174](https://github.com/google-gemini/gemini-cli/pull/17174)
328
- - Fix mcp tool lookup in tool registry by @werdnum in
329
- [#17054](https://github.com/google-gemini/gemini-cli/pull/17054)
144
+ [#17259](https://github.com/google-gemini/gemini-cli/pull/17259)
145
+ - bug: fix ide-client connection to ide-companion when inside docker via
146
+ ssh/devcontainer by @kapsner in
147
+ [#15049](https://github.com/google-gemini/gemini-cli/pull/15049)
148
+ - Emit correct newline type return by @scidomino in
149
+ [#17331](https://github.com/google-gemini/gemini-cli/pull/17331)
150
+ - New skill: docs-writer by @g-samroberts in
151
+ [#17268](https://github.com/google-gemini/gemini-cli/pull/17268)
152
+ - fix(core): Resolve AbortSignal MaxListenersExceededWarning (#5950) by
153
+ @spencer426 in
154
+ [#16735](https://github.com/google-gemini/gemini-cli/pull/16735)
155
+ - Disable tips after 10 runs by @Adib234 in
156
+ [#17101](https://github.com/google-gemini/gemini-cli/pull/17101)
157
+ - Fix so rewind starts at the bottom and loadHistory refreshes static content.
158
+ by @jacob314 in
159
+ [#17335](https://github.com/google-gemini/gemini-cli/pull/17335)
160
+ - feat(core): Remove legacy settings. by @joshualitt in
161
+ [#17244](https://github.com/google-gemini/gemini-cli/pull/17244)
162
+ - feat(plan): add 'communicate' tool kind by @jerop in
163
+ [#17341](https://github.com/google-gemini/gemini-cli/pull/17341)
164
+ - feat(routing): A/B Test Numerical Complexity Scoring for Gemini 3 by
165
+ @mattKorwel in
166
+ [#16041](https://github.com/google-gemini/gemini-cli/pull/16041)
167
+ - feat(plan): update UI Theme for Plan Mode by @Adib234 in
168
+ [#17243](https://github.com/google-gemini/gemini-cli/pull/17243)
169
+ - fix(ui): stabilize rendering during terminal resize in alternate buffer by
170
+ @lkk214 in [#15783](https://github.com/google-gemini/gemini-cli/pull/15783)
171
+ - feat(cli): add /agents config command and improve agent discovery by
172
+ @SandyTao520 in
173
+ [#17342](https://github.com/google-gemini/gemini-cli/pull/17342)
174
+ - feat(mcp): add enable/disable commands for MCP servers (#11057) by @jasmeetsb
175
+ in [#16299](https://github.com/google-gemini/gemini-cli/pull/16299)
176
+ - fix(cli)!: Default to interactive mode for positional arguments by
177
+ @ishaanxgupta in
178
+ [#16329](https://github.com/google-gemini/gemini-cli/pull/16329)
179
+ - Fix issue #17080 by @jacob314 in
180
+ [#17100](https://github.com/google-gemini/gemini-cli/pull/17100)
181
+ - feat(core): Refresh agents after loading an extension. by @joshualitt in
182
+ [#17355](https://github.com/google-gemini/gemini-cli/pull/17355)
183
+ - fix(cli): include source in policy rule display by @allenhutchison in
184
+ [#17358](https://github.com/google-gemini/gemini-cli/pull/17358)
185
+ - fix: remove obsolete CloudCode PerDay quota and 120s terminal threshold by
186
+ @gsquared94 in
187
+ [#17236](https://github.com/google-gemini/gemini-cli/pull/17236)
188
+ - Refactor subagent delegation to be one tool per agent by @gundermanc in
189
+ [#17346](https://github.com/google-gemini/gemini-cli/pull/17346)
190
+ - fix(core): Include MCP server name in OAuth message by @jerop in
191
+ [#17351](https://github.com/google-gemini/gemini-cli/pull/17351)
192
+ - Fix pr-triage.sh script to update pull requests with tags "help wanted" and
193
+ "maintainer only" by @jacob314 in
194
+ [#17324](https://github.com/google-gemini/gemini-cli/pull/17324)
195
+ - feat(plan): implement simple workflow for planning in main agent by @jerop in
196
+ [#17326](https://github.com/google-gemini/gemini-cli/pull/17326)
197
+ - fix: exit with non-zero code when esbuild is missing by @yuvrajangadsingh in
198
+ [#16967](https://github.com/google-gemini/gemini-cli/pull/16967)
199
+ - fix: ensure @docs/cli/custom-commands.md UI message ordering and test by
200
+ @medic-code in
201
+ [#12038](https://github.com/google-gemini/gemini-cli/pull/12038)
202
+ - fix(core): add alternative command names for Antigravity editor detec… by
203
+ @BaeSeokJae in
204
+ [#16829](https://github.com/google-gemini/gemini-cli/pull/16829)
205
+ - Refactor: Migrate CLI appEvents to Core coreEvents by @Adib234 in
206
+ [#15737](https://github.com/google-gemini/gemini-cli/pull/15737)
207
+ - fix(core): await MCP initialization in non-interactive mode by @Ratish1 in
208
+ [#17390](https://github.com/google-gemini/gemini-cli/pull/17390)
209
+ - Fix modifyOtherKeys enablement on unsupported terminals by @seekskyworld in
210
+ [#16714](https://github.com/google-gemini/gemini-cli/pull/16714)
211
+ - fix(core): gracefully handle disk full errors in chat recording by
212
+ @godwiniheuwa in
213
+ [#17305](https://github.com/google-gemini/gemini-cli/pull/17305)
214
+ - fix(oauth): update oauth to use 127.0.0.1 instead of localhost by @skeshive in
215
+ [#17388](https://github.com/google-gemini/gemini-cli/pull/17388)
216
+ - fix(core): use RFC 9728 compliant path-based OAuth protected resource
217
+ discovery by @vrv in
218
+ [#15756](https://github.com/google-gemini/gemini-cli/pull/15756)
219
+ - Update Code Wiki README badge by @PatoBeltran in
220
+ [#15229](https://github.com/google-gemini/gemini-cli/pull/15229)
221
+ - Add conda installation instructions for Gemini CLI by @ishaanxgupta in
222
+ [#16921](https://github.com/google-gemini/gemini-cli/pull/16921)
223
+ - chore(refactor): extract BaseSettingsDialog component by @SandyTao520 in
224
+ [#17369](https://github.com/google-gemini/gemini-cli/pull/17369)
225
+ - fix(cli): preserve input text when declining tool approval (#15624) by
226
+ @ManojINaik in
227
+ [#15659](https://github.com/google-gemini/gemini-cli/pull/15659)
228
+ - chore: upgrade dep: diff 7.0.0-> 8.0.3 by @scidomino in
229
+ [#17403](https://github.com/google-gemini/gemini-cli/pull/17403)
230
+ - feat: add AskUserDialog for UI component of AskUser tool by @jackwotherspoon
231
+ in [#17344](https://github.com/google-gemini/gemini-cli/pull/17344)
232
+ - feat(ui): display user tier in about command by @sehoon38 in
233
+ [#17400](https://github.com/google-gemini/gemini-cli/pull/17400)
234
+ - feat: add clearContext to AfterAgent hooks by @jackwotherspoon in
235
+ [#16574](https://github.com/google-gemini/gemini-cli/pull/16574)
236
+ - fix(cli): change image paste location to global temp directory (#17396) by
237
+ @devr0306 in [#17396](https://github.com/google-gemini/gemini-cli/pull/17396)
238
+ - Fix line endings issue with Notice file by @scidomino in
239
+ [#17417](https://github.com/google-gemini/gemini-cli/pull/17417)
240
+ - feat(plan): implement persistent approvalMode setting by @Adib234 in
241
+ [#17350](https://github.com/google-gemini/gemini-cli/pull/17350)
242
+ - feat(ui): Move keyboard handling into BaseSettingsDialog by @SandyTao520 in
243
+ [#17404](https://github.com/google-gemini/gemini-cli/pull/17404)
244
+ - Allow prompt queueing during MCP initialization by @Adib234 in
245
+ [#17395](https://github.com/google-gemini/gemini-cli/pull/17395)
246
+ - feat: implement AgentConfigDialog for /agents config command by @SandyTao520
247
+ in [#17370](https://github.com/google-gemini/gemini-cli/pull/17370)
248
+ - fix(agents): default to all tools when tool list is omitted in subagents by
249
+ @gundermanc in
250
+ [#17422](https://github.com/google-gemini/gemini-cli/pull/17422)
251
+ - feat(cli): Moves tool confirmations to a queue UX by @abhipatel12 in
252
+ [#17276](https://github.com/google-gemini/gemini-cli/pull/17276)
253
+ - fix(core): hide user tier name by @sehoon38 in
254
+ [#17418](https://github.com/google-gemini/gemini-cli/pull/17418)
255
+ - feat: Enforce unified folder trust for /directory add by @galz10 in
256
+ [#17359](https://github.com/google-gemini/gemini-cli/pull/17359)
257
+ - migrate fireToolNotificationHook to hookSystem by @ved015 in
258
+ [#17398](https://github.com/google-gemini/gemini-cli/pull/17398)
259
+ - Clean up dead code by @scidomino in
260
+ [#17443](https://github.com/google-gemini/gemini-cli/pull/17443)
261
+ - feat(workflow): add stale pull request closer with linked-issue enforcement by
262
+ @bdmorgan in [#17449](https://github.com/google-gemini/gemini-cli/pull/17449)
263
+ - feat(workflow): expand stale-exempt labels to include help wanted and Public
264
+ Roadmap by @bdmorgan in
265
+ [#17459](https://github.com/google-gemini/gemini-cli/pull/17459)
266
+ - chore(workflow): remove redundant label-enforcer workflow by @bdmorgan in
267
+ [#17460](https://github.com/google-gemini/gemini-cli/pull/17460)
268
+ - Resolves the confusing error message `ripgrep exited with code null that
269
+ occurs when a search operation is cancelled or aborted by @maximmasiutin in
270
+ [#14267](https://github.com/google-gemini/gemini-cli/pull/14267)
271
+ - fix: detect pnpm/pnpx in ~/.local by @rwakulszowa in
272
+ [#15254](https://github.com/google-gemini/gemini-cli/pull/15254)
273
+ - docs: Add instructions for MacPorts and uninstall instructions for Homebrew by
274
+ @breun in [#17412](https://github.com/google-gemini/gemini-cli/pull/17412)
275
+ - docs(hooks): clarify mandatory 'type' field and update hook schema
276
+ documentation by @abhipatel12 in
277
+ [#17499](https://github.com/google-gemini/gemini-cli/pull/17499)
278
+ - Improve error messages on failed onboarding by @gsquared94 in
279
+ [#17357](https://github.com/google-gemini/gemini-cli/pull/17357)
280
+ - Follow up to "enableInteractiveShell for external tooling relying on a2a
281
+ server" by @DavidAPierce in
282
+ [#17130](https://github.com/google-gemini/gemini-cli/pull/17130)
283
+ - Fix/issue 17070 by @alih552 in
284
+ [#17242](https://github.com/google-gemini/gemini-cli/pull/17242)
285
+ - fix(core): handle URI-encoded workspace paths in IdeClient by @dong-jun-shin
286
+ in [#17476](https://github.com/google-gemini/gemini-cli/pull/17476)
287
+ - feat(cli): add quick clear input shortcuts in vim mode by @harshanadim in
288
+ [#17470](https://github.com/google-gemini/gemini-cli/pull/17470)
289
+ - feat(core): optimize shell tool llmContent output format by @SandyTao520 in
290
+ [#17538](https://github.com/google-gemini/gemini-cli/pull/17538)
291
+ - Fix bug in detecting already added paths. by @jacob314 in
292
+ [#17430](https://github.com/google-gemini/gemini-cli/pull/17430)
293
+ - feat(scheduler): support multi-scheduler tool aggregation and nested call IDs
294
+ by @abhipatel12 in
295
+ [#17429](https://github.com/google-gemini/gemini-cli/pull/17429)
296
+ - feat(agents): implement first-run experience for project-level sub-agents by
297
+ @gundermanc in
298
+ [#17266](https://github.com/google-gemini/gemini-cli/pull/17266)
299
+ - Update extensions docs by @chrstnb in
300
+ [#16093](https://github.com/google-gemini/gemini-cli/pull/16093)
301
+ - Docs: Refactor left nav on the website by @jkcinouye in
302
+ [#17558](https://github.com/google-gemini/gemini-cli/pull/17558)
303
+ - fix(core): stream grep/ripgrep output to prevent OOM by @adamfweidman in
304
+ [#17146](https://github.com/google-gemini/gemini-cli/pull/17146)
305
+ - feat(plan): add persistent plan file storage by @jerop in
306
+ [#17563](https://github.com/google-gemini/gemini-cli/pull/17563)
307
+ - feat(agents): migrate subagents to event-driven scheduler by @abhipatel12 in
308
+ [#17567](https://github.com/google-gemini/gemini-cli/pull/17567)
309
+ - Fix extensions config error by @chrstnb in
310
+ [#17580](https://github.com/google-gemini/gemini-cli/pull/17580)
311
+ - fix(plan): remove subagent invocation from plan mode by @jerop in
312
+ [#17593](https://github.com/google-gemini/gemini-cli/pull/17593)
313
+ - feat(ui): add solid background color option for input prompt by @jacob314 in
314
+ [#16563](https://github.com/google-gemini/gemini-cli/pull/16563)
315
+ - feat(plan): refresh system prompt when approval mode changes (Shift+Tab) by
316
+ @jerop in [#17585](https://github.com/google-gemini/gemini-cli/pull/17585)
317
+ - feat(cli): add global setting to disable UI spinners by @galz10 in
318
+ [#17234](https://github.com/google-gemini/gemini-cli/pull/17234)
319
+ - fix(security): enforce strict policy directory permissions by @yunaseoul in
320
+ [#17353](https://github.com/google-gemini/gemini-cli/pull/17353)
321
+ - test(core): fix tests in windows by @scidomino in
322
+ [#17592](https://github.com/google-gemini/gemini-cli/pull/17592)
323
+ - feat(mcp/extensions): Allow users to selectively enable/disable MCP servers
324
+ included in an extension( Issue #11057 & #17402) by @jasmeetsb in
325
+ [#17434](https://github.com/google-gemini/gemini-cli/pull/17434)
326
+ - Always map mac keys, even on other platforms by @scidomino in
327
+ [#17618](https://github.com/google-gemini/gemini-cli/pull/17618)
328
+ - Ctrl-O by @jacob314 in
329
+ [#17617](https://github.com/google-gemini/gemini-cli/pull/17617)
330
+ - feat(plan): update cycling order of approval modes by @Adib234 in
331
+ [#17622](https://github.com/google-gemini/gemini-cli/pull/17622)
332
+ - fix(cli): restore 'Modify with editor' option in external terminals by
333
+ @abhipatel12 in
334
+ [#17621](https://github.com/google-gemini/gemini-cli/pull/17621)
335
+ - Slash command for helping in debugging by @gundermanc in
336
+ [#17609](https://github.com/google-gemini/gemini-cli/pull/17609)
337
+ - feat: add double-click to expand/collapse large paste placeholders by
338
+ @jackwotherspoon in
339
+ [#17471](https://github.com/google-gemini/gemini-cli/pull/17471)
340
+ - refactor(cli): migrate non-interactive flow to event-driven scheduler by
341
+ @abhipatel12 in
342
+ [#17572](https://github.com/google-gemini/gemini-cli/pull/17572)
343
+ - fix: loadcodeassist eligible tiers getting ignored for unlicensed users
344
+ (regression) by @gsquared94 in
345
+ [#17581](https://github.com/google-gemini/gemini-cli/pull/17581)
346
+ - chore(core): delete legacy nonInteractiveToolExecutor by @abhipatel12 in
347
+ [#17573](https://github.com/google-gemini/gemini-cli/pull/17573)
348
+ - feat(core): enforce server prefixes for MCP tools in agent definitions by
349
+ @abhipatel12 in
350
+ [#17574](https://github.com/google-gemini/gemini-cli/pull/17574)
351
+ - feat (mcp): Refresh MCP prompts on list changed notification by @MrLesk in
352
+ [#14863](https://github.com/google-gemini/gemini-cli/pull/14863)
353
+ - feat(ui): pretty JSON rendering tool outputs by @medic-code in
354
+ [#9767](https://github.com/google-gemini/gemini-cli/pull/9767)
355
+ - Fix iterm alternate buffer mode issue rendering backgrounds by @jacob314 in
356
+ [#17634](https://github.com/google-gemini/gemini-cli/pull/17634)
357
+ - feat(cli): add gemini extensions list --output-format=json by @AkihiroSuda in
358
+ [#14479](https://github.com/google-gemini/gemini-cli/pull/14479)
359
+ - fix(extensions): add .gitignore to extension templates by @godwiniheuwa in
360
+ [#17293](https://github.com/google-gemini/gemini-cli/pull/17293)
361
+ - paste transform followup by @jacob314 in
362
+ [#17624](https://github.com/google-gemini/gemini-cli/pull/17624)
363
+ - refactor: rename formatMemoryUsage to formatBytes by @Nubebuster in
364
+ [#14997](https://github.com/google-gemini/gemini-cli/pull/14997)
365
+ - chore: remove extra top margin from /hooks and /extensions by @jackwotherspoon
366
+ in [#17663](https://github.com/google-gemini/gemini-cli/pull/17663)
367
+ - feat(cli): add oncall command for issue triage by @sehoon38 in
368
+ [#17661](https://github.com/google-gemini/gemini-cli/pull/17661)
369
+ - Fix sidebar issue for extensions link by @chrstnb in
370
+ [#17668](https://github.com/google-gemini/gemini-cli/pull/17668)
371
+ - Change formatting to prevent UI redressing attacks by @scidomino in
372
+ [#17611](https://github.com/google-gemini/gemini-cli/pull/17611)
373
+ - Fix cluster of bugs in the settings dialog. by @jacob314 in
374
+ [#17628](https://github.com/google-gemini/gemini-cli/pull/17628)
375
+ - Update sidebar to resolve site build issues by @chrstnb in
376
+ [#17674](https://github.com/google-gemini/gemini-cli/pull/17674)
377
+ - fix(admin): fix a few bugs related to admin controls by @skeshive in
378
+ [#17590](https://github.com/google-gemini/gemini-cli/pull/17590)
379
+ - revert bad changes to tests by @scidomino in
380
+ [#17673](https://github.com/google-gemini/gemini-cli/pull/17673)
381
+ - feat(cli): show candidate issue state reason and duplicate status in triage by
382
+ @sehoon38 in [#17676](https://github.com/google-gemini/gemini-cli/pull/17676)
383
+ - Fix missing slash commands when Gemini CLI is in a project with a package.json
384
+ that doesn't follow semantic versioning by @Adib234 in
385
+ [#17561](https://github.com/google-gemini/gemini-cli/pull/17561)
386
+ - feat(core): Model family-specific system prompts by @joshualitt in
387
+ [#17614](https://github.com/google-gemini/gemini-cli/pull/17614)
388
+ - Sub-agents documentation. by @gundermanc in
389
+ [#16639](https://github.com/google-gemini/gemini-cli/pull/16639)
390
+ - feat: wire up AskUserTool with dialog by @jackwotherspoon in
391
+ [#17411](https://github.com/google-gemini/gemini-cli/pull/17411)
392
+ - Load extension settings for hooks, agents, skills by @chrstnb in
393
+ [#17245](https://github.com/google-gemini/gemini-cli/pull/17245)
394
+ - Fix issue where Gemini CLI can make changes when simply asked a question by
395
+ @gundermanc in
396
+ [#17608](https://github.com/google-gemini/gemini-cli/pull/17608)
397
+ - Update docs-writer skill for editing and add style guide for reference. by
398
+ @g-samroberts in
399
+ [#17669](https://github.com/google-gemini/gemini-cli/pull/17669)
400
+ - fix(ux): have user message display a short path for pasted images by @devr0306
401
+ in [#17613](https://github.com/google-gemini/gemini-cli/pull/17613)
402
+ - feat(plan): enable AskUser tool in Plan mode for clarifying questions by
403
+ @jerop in [#17694](https://github.com/google-gemini/gemini-cli/pull/17694)
404
+ - GEMINI.md polish by @jacob314 in
405
+ [#17680](https://github.com/google-gemini/gemini-cli/pull/17680)
406
+ - refactor(core): centralize path validation and allow temp dir access for tools
407
+ by @NTaylorMullen in
408
+ [#17185](https://github.com/google-gemini/gemini-cli/pull/17185)
409
+ - feat(skills): promote Agent Skills to stable by @abhipatel12 in
410
+ [#17693](https://github.com/google-gemini/gemini-cli/pull/17693)
411
+ - refactor(cli): keyboard handling and AskUserDialog by @jacob314 in
412
+ [#17414](https://github.com/google-gemini/gemini-cli/pull/17414)
413
+ - docs: Add Experimental Remote Agent Docs by @adamfweidman in
414
+ [#17697](https://github.com/google-gemini/gemini-cli/pull/17697)
415
+ - revert: promote Agent Skills to stable (#17693) by @abhipatel12 in
416
+ [#17712](https://github.com/google-gemini/gemini-cli/pull/17712)
417
+ - feat(ux) Expandable (ctrl-O) and scrollable approvals in alternate buffer
418
+ mode. by @jacob314 in
419
+ [#17640](https://github.com/google-gemini/gemini-cli/pull/17640)
420
+ - feat(skills): promote skills settings to stable by @abhipatel12 in
421
+ [#17713](https://github.com/google-gemini/gemini-cli/pull/17713)
422
+ - fix(cli): Preserve settings dialog focus when searching by @SandyTao520 in
423
+ [#17701](https://github.com/google-gemini/gemini-cli/pull/17701)
424
+ - feat(ui): add terminal cursor support by @jacob314 in
425
+ [#17711](https://github.com/google-gemini/gemini-cli/pull/17711)
426
+ - docs(skills): remove experimental labels and update tutorials by @abhipatel12
427
+ in [#17714](https://github.com/google-gemini/gemini-cli/pull/17714)
428
+ - docs: remove 'experimental' syntax for hooks in docs by @abhipatel12 in
429
+ [#17660](https://github.com/google-gemini/gemini-cli/pull/17660)
430
+ - Add support for an additional exclusion file besides .gitignore and
431
+ .geminiignore by @alisa-alisa in
432
+ [#16487](https://github.com/google-gemini/gemini-cli/pull/16487)
433
+ - feat: add review-frontend-and-fix command by @galz10 in
434
+ [#17707](https://github.com/google-gemini/gemini-cli/pull/17707)
330
435
 
331
436
  **Full changelog**:
332
- https://github.com/google-gemini/gemini-cli/compare/v0.25.0-preview.4...v0.26.0-preview.0
437
+ https://github.com/google-gemini/gemini-cli/compare/v0.26.0-preview.5...v0.27.0-preview.0