@codeflyai/codefly 0.24.1 → 0.24.4
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.
- package/bundle/builtin/skill-creator/SKILL.md +382 -0
- package/bundle/builtin/skill-creator/scripts/init_skill.cjs +235 -0
- package/bundle/builtin/skill-creator/scripts/package_skill.cjs +102 -0
- package/bundle/builtin/skill-creator/scripts/validate_skill.cjs +127 -0
- package/bundle/codefly.js +275926 -275321
- package/bundle/docs/architecture.md +3 -3
- package/bundle/docs/assets/monitoring-dashboard-logs.png +0 -0
- package/bundle/docs/assets/monitoring-dashboard-metrics.png +0 -0
- package/bundle/docs/assets/monitoring-dashboard-overview.png +0 -0
- package/bundle/docs/changelogs/index.md +134 -0
- package/bundle/docs/changelogs/latest.md +355 -210
- package/bundle/docs/changelogs/preview.md +318 -115
- package/bundle/docs/cli/commands.md +21 -0
- package/bundle/docs/cli/custom-commands.md +9 -9
- package/bundle/docs/cli/index.md +6 -2
- package/bundle/docs/cli/keyboard-shortcuts.md +61 -78
- package/bundle/docs/cli/model-routing.md +7 -2
- package/bundle/docs/cli/model.md +1 -1
- package/bundle/docs/cli/openspec.md +164 -0
- package/bundle/docs/cli/sandbox.md +1 -1
- package/bundle/docs/cli/settings.md +80 -60
- package/bundle/docs/cli/skills.md +188 -0
- package/bundle/docs/cli/system-prompt.md +32 -0
- package/bundle/docs/cli/telemetry.md +38 -3
- package/bundle/docs/cli/themes.md +0 -2
- package/bundle/docs/cli/tutorials/skills-getting-started.md +124 -0
- package/bundle/docs/cli/tutorials.md +4 -0
- package/bundle/docs/core/index.md +4 -0
- package/bundle/docs/core/memport.md +2 -0
- package/bundle/docs/core/policy-engine.md +3 -2
- package/bundle/docs/extensions/getting-started-extensions.md +39 -2
- package/bundle/docs/get-started/configuration.md +130 -74
- package/bundle/docs/get-started/gemini-3.md +2 -17
- package/bundle/docs/hooks/reference.md +245 -116
- package/bundle/docs/index.md +2 -0
- package/bundle/docs/local-development.md +1 -1
- package/bundle/docs/releases.md +1 -1
- package/bundle/docs/sidebar.json +5 -5
- package/bundle/docs/tools/index.md +3 -0
- package/bundle/docs/tools/mcp-server.md +26 -2
- package/bundle/docs/tools/shell.md +1 -1
- package/bundle/docs/troubleshooting.md +23 -5
- package/bundle/policies/agent.toml +1 -1
- package/bundle/policies/plan.toml +70 -0
- package/bundle/policies/read-only.toml +0 -5
- package/bundle/policies/yolo.toml +1 -0
- package/package.json +10 -5
- package/bundle/docs/get-started/deployment.md +0 -143
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Latest stable release: v0.
|
|
1
|
+
# Latest stable release: v0.25.0
|
|
2
2
|
|
|
3
|
-
Released:
|
|
3
|
+
Released: January 20, 2026
|
|
4
4
|
|
|
5
5
|
For most users, our latest stable release is the recommended release. Install
|
|
6
6
|
the latest stable version with:
|
|
@@ -11,215 +11,360 @@ npm install -g @google/gemini-cli
|
|
|
11
11
|
|
|
12
12
|
## Highlights
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
- **Skills and Agents Improvements:** Enhanced `activate_skill` tool, new
|
|
15
|
+
`pr-creator` skill, default enablement of skills, improved `cli_help` agent,
|
|
16
|
+
and a new `/agents refresh` command.
|
|
17
|
+
- **UI/UX Refinements:** Transparent feedback for skills, ability to switch
|
|
18
|
+
focus between shell and input with Tab, and dynamic terminal tab titles.
|
|
19
|
+
- **Core Functionality & Performance:** Support for built-in agent skills,
|
|
20
|
+
refined Gemini 3 system instructions, caching ignore instances for
|
|
21
|
+
performance, and improved retry mechanisms.
|
|
22
|
+
- **Bug Fixes and Stability:** Numerous bug fixes across the CLI, core, and
|
|
23
|
+
workflows, including issues with subagent delegation, unicode character
|
|
24
|
+
crashes, and sticky header regressions.
|
|
18
25
|
|
|
19
26
|
## What's Changed
|
|
20
27
|
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
-
|
|
35
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
36
|
-
-
|
|
37
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
- Add
|
|
46
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
47
|
-
-
|
|
48
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
53
|
-
-
|
|
54
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
55
|
-
-
|
|
56
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
57
|
-
-
|
|
58
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
59
|
-
- feat:
|
|
60
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
61
|
-
-
|
|
62
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
63
|
-
- feat:
|
|
64
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
65
|
-
-
|
|
66
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
67
|
-
-
|
|
68
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
69
|
-
-
|
|
70
|
-
@
|
|
71
|
-
-
|
|
72
|
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
-
|
|
76
|
-
|
|
77
|
-
-
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
-
|
|
94
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
95
|
-
- feat:
|
|
96
|
-
@
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
-
|
|
106
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
111
|
-
-
|
|
112
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
113
|
-
-
|
|
114
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
115
|
-
-
|
|
116
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
117
|
-
-
|
|
118
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
119
|
-
-
|
|
120
|
-
@
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
-
- feat(
|
|
131
|
-
|
|
132
|
-
-
|
|
133
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
-
|
|
137
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
138
|
-
-
|
|
139
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
140
|
-
-
|
|
141
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
142
|
-
-
|
|
143
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
144
|
-
-
|
|
145
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
146
|
-
-
|
|
147
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
148
|
-
-
|
|
149
|
-
|
|
150
|
-
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
-
|
|
154
|
-
|
|
155
|
-
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
159
|
-
-
|
|
160
|
-
@
|
|
161
|
-
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
168
|
-
-
|
|
169
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
170
|
-
-
|
|
171
|
-
|
|
172
|
-
- feat:
|
|
173
|
-
|
|
174
|
-
-
|
|
175
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
176
|
-
-
|
|
177
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
-
|
|
181
|
-
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
-
|
|
185
|
-
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
196
|
-
-
|
|
197
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
198
|
-
-
|
|
199
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
200
|
-
- Update
|
|
201
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
202
|
-
-
|
|
203
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
204
|
-
-
|
|
205
|
-
https://github.com/google-gemini/gemini-cli/pull/
|
|
206
|
-
- fix(
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
@
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
28
|
+
- feat(core): improve activate_skill tool and use lowercase XML tags by
|
|
29
|
+
@NTaylorMullen in
|
|
30
|
+
[#16009](https://github.com/google-gemini/gemini-cli/pull/16009)
|
|
31
|
+
- Add initiation method telemetry property by @gundermanc in
|
|
32
|
+
[#15818](https://github.com/google-gemini/gemini-cli/pull/15818)
|
|
33
|
+
- chore(release): bump version to 0.25.0-nightly.20260107.59a18e710 by
|
|
34
|
+
@gemini-cli-robot in
|
|
35
|
+
[#16048](https://github.com/google-gemini/gemini-cli/pull/16048)
|
|
36
|
+
- Hx support by @kevinfjiang in
|
|
37
|
+
[#16032](https://github.com/google-gemini/gemini-cli/pull/16032)
|
|
38
|
+
- [Skills] Foundation: Centralize management logic and feedback rendering by
|
|
39
|
+
@NTaylorMullen in
|
|
40
|
+
[#15952](https://github.com/google-gemini/gemini-cli/pull/15952)
|
|
41
|
+
- Introduce GEMINI_CLI_HOME for strict test isolation by @NTaylorMullen in
|
|
42
|
+
[#15907](https://github.com/google-gemini/gemini-cli/pull/15907)
|
|
43
|
+
- [Skills] Multi-scope skill enablement and shadowing fix by @NTaylorMullen in
|
|
44
|
+
[#15953](https://github.com/google-gemini/gemini-cli/pull/15953)
|
|
45
|
+
- policy: extract legacy policy from core tool scheduler to policy engine by
|
|
46
|
+
@abhipatel12 in
|
|
47
|
+
[#15902](https://github.com/google-gemini/gemini-cli/pull/15902)
|
|
48
|
+
- Enhance TestRig with process management and timeouts by @NTaylorMullen in
|
|
49
|
+
[#15908](https://github.com/google-gemini/gemini-cli/pull/15908)
|
|
50
|
+
- Update troubleshooting doc for UNABLE_TO_GET_ISSUER_CERT_LOCALLY by @sehoon38
|
|
51
|
+
in [#16069](https://github.com/google-gemini/gemini-cli/pull/16069)
|
|
52
|
+
- Add keytar to dependencies by @chrstnb in
|
|
53
|
+
[#15928](https://github.com/google-gemini/gemini-cli/pull/15928)
|
|
54
|
+
- Simplify extension settings command by @chrstnb in
|
|
55
|
+
[#16001](https://github.com/google-gemini/gemini-cli/pull/16001)
|
|
56
|
+
- feat(admin): implement extensions disabled by @skeshive in
|
|
57
|
+
[#16024](https://github.com/google-gemini/gemini-cli/pull/16024)
|
|
58
|
+
- Core data structure updates for Rewind functionality by @Adib234 in
|
|
59
|
+
[#15714](https://github.com/google-gemini/gemini-cli/pull/15714)
|
|
60
|
+
- feat(hooks): simplify hook firing with HookSystem wrapper methods by @ved015
|
|
61
|
+
in [#15982](https://github.com/google-gemini/gemini-cli/pull/15982)
|
|
62
|
+
- Add exp.gws_experiment field to LogEventEntry by @gsquared94 in
|
|
63
|
+
[#16062](https://github.com/google-gemini/gemini-cli/pull/16062)
|
|
64
|
+
- Revert "feat(admin): implement extensions disabled" by @chrstnb in
|
|
65
|
+
[#16082](https://github.com/google-gemini/gemini-cli/pull/16082)
|
|
66
|
+
- feat(core): Decouple enabling hooks UI from subsystem. by @joshualitt in
|
|
67
|
+
[#16074](https://github.com/google-gemini/gemini-cli/pull/16074)
|
|
68
|
+
- docs: add docs for hooks + extensions by @abhipatel12 in
|
|
69
|
+
[#16073](https://github.com/google-gemini/gemini-cli/pull/16073)
|
|
70
|
+
- feat(core): Preliminary changes for subagent model routing. by @joshualitt in
|
|
71
|
+
[#16035](https://github.com/google-gemini/gemini-cli/pull/16035)
|
|
72
|
+
- Optimize CI workflow: Parallelize jobs and cache linters by @NTaylorMullen in
|
|
73
|
+
[#16054](https://github.com/google-gemini/gemini-cli/pull/16054)
|
|
74
|
+
- Add option to fallback for capacity errors in ProQuotaDi… by @sehoon38 in
|
|
75
|
+
[#16050](https://github.com/google-gemini/gemini-cli/pull/16050)
|
|
76
|
+
- feat: add confirmation details support + jsonrpc vs http rest support by
|
|
77
|
+
@adamfweidman in
|
|
78
|
+
[#16079](https://github.com/google-gemini/gemini-cli/pull/16079)
|
|
79
|
+
- fix(workflows): fix and limit labels for pr-triage.sh script by @jacob314 in
|
|
80
|
+
[#16096](https://github.com/google-gemini/gemini-cli/pull/16096)
|
|
81
|
+
- Fix and rename introspection agent -> cli help agent by @scidomino in
|
|
82
|
+
[#16097](https://github.com/google-gemini/gemini-cli/pull/16097)
|
|
83
|
+
- Docs: Changelogs update 20260105 by @jkcinouye in
|
|
84
|
+
[#15937](https://github.com/google-gemini/gemini-cli/pull/15937)
|
|
85
|
+
- enable cli_help agent by default by @scidomino in
|
|
86
|
+
[#16100](https://github.com/google-gemini/gemini-cli/pull/16100)
|
|
87
|
+
- Optimize json-output tests with mock responses by @NTaylorMullen in
|
|
88
|
+
[#16102](https://github.com/google-gemini/gemini-cli/pull/16102)
|
|
89
|
+
- Fix CI for forks by @scidomino in
|
|
90
|
+
[#16113](https://github.com/google-gemini/gemini-cli/pull/16113)
|
|
91
|
+
- Reduce nags about PRs that reference issues but don't fix them. by @jacob314
|
|
92
|
+
in [#16112](https://github.com/google-gemini/gemini-cli/pull/16112)
|
|
93
|
+
- feat(cli): add filepath autosuggestion after slash commands by @jasmeetsb in
|
|
94
|
+
[#14738](https://github.com/google-gemini/gemini-cli/pull/14738)
|
|
95
|
+
- Add upgrade option for paid users by @cayden-google in
|
|
96
|
+
[#15978](https://github.com/google-gemini/gemini-cli/pull/15978)
|
|
97
|
+
- [Skills] UX Polishing: Transparent feedback and CLI refinements by
|
|
98
|
+
@NTaylorMullen in
|
|
99
|
+
[#15954](https://github.com/google-gemini/gemini-cli/pull/15954)
|
|
100
|
+
- Polish: Move 'Failed to load skills' warning to debug logs by @NTaylorMullen
|
|
101
|
+
in [#16142](https://github.com/google-gemini/gemini-cli/pull/16142)
|
|
102
|
+
- feat(cli): export chat history in /bug and prefill GitHub issue by
|
|
103
|
+
@NTaylorMullen in
|
|
104
|
+
[#16115](https://github.com/google-gemini/gemini-cli/pull/16115)
|
|
105
|
+
- bug(core): fix issue with overrides to bases. by @joshualitt in
|
|
106
|
+
[#15255](https://github.com/google-gemini/gemini-cli/pull/15255)
|
|
107
|
+
- enableInteractiveShell for external tooling relying on a2a server by
|
|
108
|
+
@DavidAPierce in
|
|
109
|
+
[#16080](https://github.com/google-gemini/gemini-cli/pull/16080)
|
|
110
|
+
- Reapply "feat(admin): implement extensions disabled" (#16082) by @skeshive in
|
|
111
|
+
[#16109](https://github.com/google-gemini/gemini-cli/pull/16109)
|
|
112
|
+
- bug(core): Fix spewie getter in hookTranslator.ts by @joshualitt in
|
|
113
|
+
[#16108](https://github.com/google-gemini/gemini-cli/pull/16108)
|
|
114
|
+
- feat(hooks): add mcp_context to BeforeTool and AfterTool hook inputs by @vrv
|
|
115
|
+
in [#15656](https://github.com/google-gemini/gemini-cli/pull/15656)
|
|
116
|
+
- Add extension linking capabilities in cli by @kevinjwang1 in
|
|
117
|
+
[#16040](https://github.com/google-gemini/gemini-cli/pull/16040)
|
|
118
|
+
- Update the page's title to be consistent and show in site. by @kschaab in
|
|
119
|
+
[#16174](https://github.com/google-gemini/gemini-cli/pull/16174)
|
|
120
|
+
- docs: correct typo in bufferFastReturn JSDoc ("accomodate" → "accommodate") by
|
|
121
|
+
@minglu7 in [#16056](https://github.com/google-gemini/gemini-cli/pull/16056)
|
|
122
|
+
- fix: typo in MCP servers settings description by @alphanota in
|
|
123
|
+
[#15929](https://github.com/google-gemini/gemini-cli/pull/15929)
|
|
124
|
+
- fix: yolo should auto allow redirection by @abhipatel12 in
|
|
125
|
+
[#16183](https://github.com/google-gemini/gemini-cli/pull/16183)
|
|
126
|
+
- fix(cli): disableYoloMode shouldn't enforce default approval mode against args
|
|
127
|
+
by @psinha40898 in
|
|
128
|
+
[#16155](https://github.com/google-gemini/gemini-cli/pull/16155)
|
|
129
|
+
- feat: add native Sublime Text support to IDE detection by @phreakocious in
|
|
130
|
+
[#16083](https://github.com/google-gemini/gemini-cli/pull/16083)
|
|
131
|
+
- refactor(core): extract ToolModificationHandler from scheduler by @abhipatel12
|
|
132
|
+
in [#16118](https://github.com/google-gemini/gemini-cli/pull/16118)
|
|
133
|
+
- Add support for Antigravity terminal in terminal setup utility by @raky291 in
|
|
134
|
+
[#16051](https://github.com/google-gemini/gemini-cli/pull/16051)
|
|
135
|
+
- feat(core): Wire up model routing to subagents. by @joshualitt in
|
|
136
|
+
[#16043](https://github.com/google-gemini/gemini-cli/pull/16043)
|
|
137
|
+
- feat(cli): add /agents slash command to list available agents by @adamfweidman
|
|
138
|
+
in [#16182](https://github.com/google-gemini/gemini-cli/pull/16182)
|
|
139
|
+
- docs(cli): fix includeDirectories nesting in configuration.md by @maru0804 in
|
|
140
|
+
[#15067](https://github.com/google-gemini/gemini-cli/pull/15067)
|
|
141
|
+
- feat: implement file system reversion utilities for rewind by @Adib234 in
|
|
142
|
+
[#15715](https://github.com/google-gemini/gemini-cli/pull/15715)
|
|
143
|
+
- Always enable redaction in GitHub actions. by @gundermanc in
|
|
144
|
+
[#16200](https://github.com/google-gemini/gemini-cli/pull/16200)
|
|
145
|
+
- fix: remove unsupported 'enabled' key from workflow config by @Han5991 in
|
|
146
|
+
[#15611](https://github.com/google-gemini/gemini-cli/pull/15611)
|
|
147
|
+
- docs: Remove redundant and duplicate documentation files by @liqzheng in
|
|
148
|
+
[#14699](https://github.com/google-gemini/gemini-cli/pull/14699)
|
|
149
|
+
- docs: shorten run command and use published version by @dsherret in
|
|
150
|
+
[#16172](https://github.com/google-gemini/gemini-cli/pull/16172)
|
|
151
|
+
- test(command-registry): increase initialization test timeout by @wszqkzqk in
|
|
152
|
+
[#15979](https://github.com/google-gemini/gemini-cli/pull/15979)
|
|
153
|
+
- Ensure TERM is set to xterm-256color by @falouu in
|
|
154
|
+
[#15828](https://github.com/google-gemini/gemini-cli/pull/15828)
|
|
155
|
+
- The telemetry.js script should handle paths that contain spaces by @JohnJAS in
|
|
156
|
+
[#12078](https://github.com/google-gemini/gemini-cli/pull/12078)
|
|
157
|
+
- ci: guard links workflow from running on forks by @wtanaka in
|
|
158
|
+
[#15461](https://github.com/google-gemini/gemini-cli/pull/15461)
|
|
159
|
+
- ci: guard nightly release workflow from running on forks by @wtanaka in
|
|
160
|
+
[#15463](https://github.com/google-gemini/gemini-cli/pull/15463)
|
|
161
|
+
- Support @ suggestions for subagenets by @sehoon38 in
|
|
162
|
+
[#16201](https://github.com/google-gemini/gemini-cli/pull/16201)
|
|
163
|
+
- feat(hooks): Support explicit stop and block execution control in model hooks
|
|
164
|
+
by @SandyTao520 in
|
|
165
|
+
[#15947](https://github.com/google-gemini/gemini-cli/pull/15947)
|
|
166
|
+
- Refine Gemini 3 system instructions to reduce model verbosity by
|
|
167
|
+
@NTaylorMullen in
|
|
168
|
+
[#16139](https://github.com/google-gemini/gemini-cli/pull/16139)
|
|
169
|
+
- chore: clean up unused models and use consts by @sehoon38 in
|
|
170
|
+
[#16246](https://github.com/google-gemini/gemini-cli/pull/16246)
|
|
171
|
+
- Always enable bracketed paste by @scidomino in
|
|
172
|
+
[#16179](https://github.com/google-gemini/gemini-cli/pull/16179)
|
|
173
|
+
- refactor: migrate clearCommand hook calls to HookSystem by @ved015 in
|
|
174
|
+
[#16157](https://github.com/google-gemini/gemini-cli/pull/16157)
|
|
175
|
+
- refactor: migrate app containter hook calls to hook system by @ishaanxgupta in
|
|
176
|
+
[#16161](https://github.com/google-gemini/gemini-cli/pull/16161)
|
|
177
|
+
- Show settings source in extensions lists by @chrstnb in
|
|
178
|
+
[#16207](https://github.com/google-gemini/gemini-cli/pull/16207)
|
|
179
|
+
- feat(skills): add pr-creator skill and enable skills by @NTaylorMullen in
|
|
180
|
+
[#16232](https://github.com/google-gemini/gemini-cli/pull/16232)
|
|
181
|
+
- fix: handle Shift+Space in Kitty keyboard protocol terminals by @tt-a1i in
|
|
182
|
+
[#15767](https://github.com/google-gemini/gemini-cli/pull/15767)
|
|
183
|
+
- feat(core, ui): Add /agents refresh command. by @joshualitt in
|
|
184
|
+
[#16204](https://github.com/google-gemini/gemini-cli/pull/16204)
|
|
185
|
+
- feat(core): add local experiments override via GEMINI_EXP by @kevin-ramdass in
|
|
186
|
+
[#16181](https://github.com/google-gemini/gemini-cli/pull/16181)
|
|
187
|
+
- feat(ui): reduce home directory warning noise and add opt-out setting by
|
|
188
|
+
@NTaylorMullen in
|
|
189
|
+
[#16229](https://github.com/google-gemini/gemini-cli/pull/16229)
|
|
190
|
+
- refactor: migrate chatCompressionService to use HookSystem by @ved015 in
|
|
191
|
+
[#16259](https://github.com/google-gemini/gemini-cli/pull/16259)
|
|
192
|
+
- fix: properly use systemMessage for hooks in UI by @jackwotherspoon in
|
|
193
|
+
[#16250](https://github.com/google-gemini/gemini-cli/pull/16250)
|
|
194
|
+
- Infer modifyOtherKeys support by @scidomino in
|
|
195
|
+
[#16270](https://github.com/google-gemini/gemini-cli/pull/16270)
|
|
196
|
+
- feat(core): Cache ignore instances for performance by @EricRahm in
|
|
197
|
+
[#16185](https://github.com/google-gemini/gemini-cli/pull/16185)
|
|
198
|
+
- feat: apply remote admin settings (no-op) by @skeshive in
|
|
199
|
+
[#16106](https://github.com/google-gemini/gemini-cli/pull/16106)
|
|
200
|
+
- Autogenerate docs/cli/settings.md docs/getting-started/configuration.md was
|
|
201
|
+
already autogenerated but settings.md was not. by @jacob314 in
|
|
202
|
+
[#14408](https://github.com/google-gemini/gemini-cli/pull/14408)
|
|
203
|
+
- refactor(config): remove legacy V1 settings migration logic by @galz10 in
|
|
204
|
+
[#16252](https://github.com/google-gemini/gemini-cli/pull/16252)
|
|
205
|
+
- Fix an issue where the agent stops prematurely by @gundermanc in
|
|
206
|
+
[#16269](https://github.com/google-gemini/gemini-cli/pull/16269)
|
|
207
|
+
- Update system prompt to prefer non-interactive commands by @NTaylorMullen in
|
|
208
|
+
[#16117](https://github.com/google-gemini/gemini-cli/pull/16117)
|
|
209
|
+
- Update ink version to 6.4.7 by @jacob314 in
|
|
210
|
+
[#16284](https://github.com/google-gemini/gemini-cli/pull/16284)
|
|
211
|
+
- Support for Built-in Agent Skills by @NTaylorMullen in
|
|
212
|
+
[#16045](https://github.com/google-gemini/gemini-cli/pull/16045)
|
|
213
|
+
- fix(skills): remove "Restart required" message from non-interactive commands
|
|
214
|
+
by @NTaylorMullen in
|
|
215
|
+
[#16307](https://github.com/google-gemini/gemini-cli/pull/16307)
|
|
216
|
+
- remove unused sessionHookTriggers and exports by @ved015 in
|
|
217
|
+
[#16324](https://github.com/google-gemini/gemini-cli/pull/16324)
|
|
218
|
+
- Triage action cleanup by @bdmorgan in
|
|
219
|
+
[#16319](https://github.com/google-gemini/gemini-cli/pull/16319)
|
|
220
|
+
- fix: Add event-driven trigger to issue triage workflow by @bdmorgan in
|
|
221
|
+
[#16334](https://github.com/google-gemini/gemini-cli/pull/16334)
|
|
222
|
+
- fix(workflows): resolve triage workflow failures and actionlint errors by
|
|
223
|
+
@bdmorgan in [#16338](https://github.com/google-gemini/gemini-cli/pull/16338)
|
|
224
|
+
- docs: add note about experimental hooks by @abhipatel12 in
|
|
225
|
+
[#16337](https://github.com/google-gemini/gemini-cli/pull/16337)
|
|
226
|
+
- feat(cli): implement passive activity logger for session analysis by
|
|
227
|
+
@SandyTao520 in
|
|
228
|
+
[#15829](https://github.com/google-gemini/gemini-cli/pull/15829)
|
|
229
|
+
- feat(cli): add /chat debug command for nightly builds by @abhipatel12 in
|
|
230
|
+
[#16339](https://github.com/google-gemini/gemini-cli/pull/16339)
|
|
231
|
+
- style: format pr-creator skill by @NTaylorMullen in
|
|
232
|
+
[#16381](https://github.com/google-gemini/gemini-cli/pull/16381)
|
|
233
|
+
- feat(cli): Hooks enable-all/disable-all feature with dynamic status by
|
|
234
|
+
@AbdulTawabJuly in
|
|
235
|
+
[#15552](https://github.com/google-gemini/gemini-cli/pull/15552)
|
|
236
|
+
- fix(core): ensure silent local subagent delegation while allowing remote
|
|
237
|
+
confirmation by @adamfweidman in
|
|
238
|
+
[#16395](https://github.com/google-gemini/gemini-cli/pull/16395)
|
|
239
|
+
- Markdown w/ Frontmatter Agent Parser by @sehoon38 in
|
|
240
|
+
[#16094](https://github.com/google-gemini/gemini-cli/pull/16094)
|
|
241
|
+
- Fix crash on unicode character by @chrstnb in
|
|
242
|
+
[#16420](https://github.com/google-gemini/gemini-cli/pull/16420)
|
|
243
|
+
- Attempt to resolve OOM w/ useMemo on history items by @chrstnb in
|
|
244
|
+
[#16424](https://github.com/google-gemini/gemini-cli/pull/16424)
|
|
245
|
+
- fix(core): ensure sub-agent schema and prompt refresh during runtime by
|
|
246
|
+
@adamfweidman in
|
|
247
|
+
[#16409](https://github.com/google-gemini/gemini-cli/pull/16409)
|
|
248
|
+
- Update extension examples by @chrstnb in
|
|
249
|
+
[#16274](https://github.com/google-gemini/gemini-cli/pull/16274)
|
|
250
|
+
- revert the change that was recently added from a fix by @sehoon38 in
|
|
251
|
+
[#16390](https://github.com/google-gemini/gemini-cli/pull/16390)
|
|
252
|
+
- Add other hook wrapper methods to hooksystem by @ved015 in
|
|
253
|
+
[#16361](https://github.com/google-gemini/gemini-cli/pull/16361)
|
|
254
|
+
- feat: introduce useRewindLogic hook for conversation history navigation by
|
|
255
|
+
@Adib234 in [#15716](https://github.com/google-gemini/gemini-cli/pull/15716)
|
|
256
|
+
- docs: Fix formatting issue in memport documentation by @wanglc02 in
|
|
257
|
+
[#14774](https://github.com/google-gemini/gemini-cli/pull/14774)
|
|
258
|
+
- fix(policy): enhance shell command safety and parsing by @allenhutchison in
|
|
259
|
+
[#15034](https://github.com/google-gemini/gemini-cli/pull/15034)
|
|
260
|
+
- fix(core): avoid 'activate_skill' re-registration warning by @NTaylorMullen in
|
|
261
|
+
[#16398](https://github.com/google-gemini/gemini-cli/pull/16398)
|
|
262
|
+
- perf(workflows): optimize PR triage script for faster execution by @bdmorgan
|
|
263
|
+
in [#16355](https://github.com/google-gemini/gemini-cli/pull/16355)
|
|
264
|
+
- feat(admin): prompt user to restart the CLI if they change auth to oauth
|
|
265
|
+
mid-session or don't have auth type selected at start of session by @skeshive
|
|
266
|
+
in [#16426](https://github.com/google-gemini/gemini-cli/pull/16426)
|
|
267
|
+
- Update cli-help agent's system prompt in sub-agents section by @sehoon38 in
|
|
268
|
+
[#16441](https://github.com/google-gemini/gemini-cli/pull/16441)
|
|
269
|
+
- Revert "Update extension examples" by @chrstnb in
|
|
270
|
+
[#16442](https://github.com/google-gemini/gemini-cli/pull/16442)
|
|
271
|
+
- Fix: add back fastreturn support by @scidomino in
|
|
272
|
+
[#16440](https://github.com/google-gemini/gemini-cli/pull/16440)
|
|
273
|
+
- feat(a2a): Introduce /memory command for a2a server by @cocosheng-g in
|
|
274
|
+
[#14456](https://github.com/google-gemini/gemini-cli/pull/14456)
|
|
275
|
+
- docs: fix broken internal link by using relative path by @Gong-Mi in
|
|
276
|
+
[#15371](https://github.com/google-gemini/gemini-cli/pull/15371)
|
|
277
|
+
- migrate yolo/auto-edit keybindings by @scidomino in
|
|
278
|
+
[#16457](https://github.com/google-gemini/gemini-cli/pull/16457)
|
|
279
|
+
- feat(cli): add install and uninstall commands for skills by @NTaylorMullen in
|
|
280
|
+
[#16377](https://github.com/google-gemini/gemini-cli/pull/16377)
|
|
281
|
+
- feat(ui): use Tab to switch focus between shell and input by @jacob314 in
|
|
282
|
+
[#14332](https://github.com/google-gemini/gemini-cli/pull/14332)
|
|
283
|
+
- feat(core): support shipping built-in skills with the CLI by @NTaylorMullen in
|
|
284
|
+
[#16300](https://github.com/google-gemini/gemini-cli/pull/16300)
|
|
285
|
+
- Collect hardware details telemetry. by @gundermanc in
|
|
286
|
+
[#16119](https://github.com/google-gemini/gemini-cli/pull/16119)
|
|
287
|
+
- feat(agents): improve UI feedback and parser reliability by @NTaylorMullen in
|
|
288
|
+
[#16459](https://github.com/google-gemini/gemini-cli/pull/16459)
|
|
289
|
+
- Migrate keybindings by @scidomino in
|
|
290
|
+
[#16460](https://github.com/google-gemini/gemini-cli/pull/16460)
|
|
291
|
+
- feat(cli): cleanup activity logs alongside session files by @SandyTao520 in
|
|
292
|
+
[#16399](https://github.com/google-gemini/gemini-cli/pull/16399)
|
|
293
|
+
- feat(cli): implement dynamic terminal tab titles for CLI status by
|
|
294
|
+
@NTaylorMullen in
|
|
295
|
+
[#16378](https://github.com/google-gemini/gemini-cli/pull/16378)
|
|
296
|
+
- feat(core): add disableLLMCorrection setting to skip auto-correction in edit
|
|
297
|
+
tools by @SandyTao520 in
|
|
298
|
+
[#16000](https://github.com/google-gemini/gemini-cli/pull/16000)
|
|
299
|
+
- fix: Set both tab and window title instead of just window title by
|
|
300
|
+
@NTaylorMullen in
|
|
301
|
+
[#16464](https://github.com/google-gemini/gemini-cli/pull/16464)
|
|
302
|
+
- fix(policy): ensure MCP policies match unqualified names in non-interactive
|
|
303
|
+
mode by @NTaylorMullen in
|
|
304
|
+
[#16490](https://github.com/google-gemini/gemini-cli/pull/16490)
|
|
305
|
+
- fix(cli): refine 'Action Required' indicator and focus hints by @NTaylorMullen
|
|
306
|
+
in [#16497](https://github.com/google-gemini/gemini-cli/pull/16497)
|
|
307
|
+
- Refactor beforeAgent and afterAgent hookEvents to follow desired output by
|
|
308
|
+
@ved015 in [#16495](https://github.com/google-gemini/gemini-cli/pull/16495)
|
|
309
|
+
- feat(agents): clarify mandatory YAML frontmatter for sub-agents by
|
|
310
|
+
@NTaylorMullen in
|
|
311
|
+
[#16515](https://github.com/google-gemini/gemini-cli/pull/16515)
|
|
312
|
+
- docs(telemetry): add Google Cloud Monitoring dashboard documentation by @jerop
|
|
313
|
+
in [#16520](https://github.com/google-gemini/gemini-cli/pull/16520)
|
|
314
|
+
- Implement support for subagents as extensions. by @gundermanc in
|
|
315
|
+
[#16473](https://github.com/google-gemini/gemini-cli/pull/16473)
|
|
316
|
+
- refactor: make baseTimestamp optional in addItem and remove redundant calls by
|
|
317
|
+
@sehoon38 in [#16471](https://github.com/google-gemini/gemini-cli/pull/16471)
|
|
318
|
+
- Improve key binding names and descriptions by @scidomino in
|
|
319
|
+
[#16529](https://github.com/google-gemini/gemini-cli/pull/16529)
|
|
320
|
+
- feat(core, cli): Add support for agents in settings.json. by @joshualitt in
|
|
321
|
+
[#16433](https://github.com/google-gemini/gemini-cli/pull/16433)
|
|
322
|
+
- fix(cli): fix 'gemini skills install' unknown argument error by @NTaylorMullen
|
|
323
|
+
in [#16537](https://github.com/google-gemini/gemini-cli/pull/16537)
|
|
324
|
+
- chore(ui): optimize AgentsStatus layout with dense list style and group
|
|
325
|
+
separation by @adamfweidman in
|
|
326
|
+
[#16545](https://github.com/google-gemini/gemini-cli/pull/16545)
|
|
327
|
+
- fix(cli): allow @ file selector on slash command lines by @galz10 in
|
|
328
|
+
[#16370](https://github.com/google-gemini/gemini-cli/pull/16370)
|
|
329
|
+
- fix(ui): resolve sticky header regression in tool messages by @jacob314 in
|
|
330
|
+
[#16514](https://github.com/google-gemini/gemini-cli/pull/16514)
|
|
331
|
+
- feat(core): Align internal agent settings with configs exposed through
|
|
332
|
+
settings.json by @joshualitt in
|
|
333
|
+
[#16458](https://github.com/google-gemini/gemini-cli/pull/16458)
|
|
334
|
+
- fix(cli): copy uses OSC52 only in SSH/WSL by @assagman in
|
|
335
|
+
[#16554](https://github.com/google-gemini/gemini-cli/pull/16554)
|
|
336
|
+
- docs(skills): clarify skill directory structure and file location by
|
|
337
|
+
@NTaylorMullen in
|
|
338
|
+
[#16532](https://github.com/google-gemini/gemini-cli/pull/16532)
|
|
339
|
+
- Fix: make ctrl+x use preferred editor by @scidomino in
|
|
340
|
+
[#16556](https://github.com/google-gemini/gemini-cli/pull/16556)
|
|
341
|
+
- fix(core): Resolve race condition in tool response reporting by @abhipatel12
|
|
342
|
+
in [#16557](https://github.com/google-gemini/gemini-cli/pull/16557)
|
|
343
|
+
- feat(ui): highlight persist mode status in ModelDialog by @sehoon38 in
|
|
344
|
+
[#16483](https://github.com/google-gemini/gemini-cli/pull/16483)
|
|
345
|
+
- refactor: clean up A2A task output for users and LLMs by @adamfweidman in
|
|
346
|
+
[#16561](https://github.com/google-gemini/gemini-cli/pull/16561)
|
|
347
|
+
- feat(core/ui): enhance retry mechanism and UX by @sehoon38 in
|
|
348
|
+
[#16489](https://github.com/google-gemini/gemini-cli/pull/16489)
|
|
349
|
+
- Modernize MaxSizedBox to use and ResizeObservers by @jacob314 in
|
|
350
|
+
[#16565](https://github.com/google-gemini/gemini-cli/pull/16565)
|
|
351
|
+
- Behavioral evals framework. by @gundermanc in
|
|
352
|
+
[#16047](https://github.com/google-gemini/gemini-cli/pull/16047)
|
|
353
|
+
- Aggregate test results. by @gundermanc in
|
|
354
|
+
[#16581](https://github.com/google-gemini/gemini-cli/pull/16581)
|
|
355
|
+
- feat(admin): support admin-enforced settings for Agent Skills by
|
|
356
|
+
@NTaylorMullen in
|
|
357
|
+
[#16406](https://github.com/google-gemini/gemini-cli/pull/16406)
|
|
358
|
+
- fix(patch): cherry-pick cfdc4cf to release/v0.25.0-preview.0-pr-16759 to patch
|
|
359
|
+
version v0.25.0-preview.0 and create version 0.25.0-preview.1 by
|
|
360
|
+
@gemini-cli-robot in
|
|
361
|
+
[#16866](https://github.com/google-gemini/gemini-cli/pull/16866)
|
|
362
|
+
- Patch #16730 into v0.25.0 preview by @chrstnb in
|
|
363
|
+
[#16882](https://github.com/google-gemini/gemini-cli/pull/16882)
|
|
364
|
+
- fix(patch): cherry-pick 3b55581 to release/v0.25.0-preview.2-pr-16506 to patch
|
|
365
|
+
version v0.25.0-preview.2 and create version 0.25.0-preview.3 by
|
|
366
|
+
@gemini-cli-robot in
|
|
367
|
+
[#17098](https://github.com/google-gemini/gemini-cli/pull/17098)
|
|
223
368
|
|
|
224
|
-
**Full
|
|
225
|
-
https://github.com/google-gemini/gemini-cli/compare/v0.
|
|
369
|
+
**Full changelog**:
|
|
370
|
+
https://github.com/google-gemini/gemini-cli/compare/v0.24.5...v0.25.0
|