@google/gemini-cli-core 0.26.0-preview.1 → 0.27.0-nightly.20260122.61040d0eb
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/dist/docs/changelogs/index.md +87 -0
- package/dist/docs/changelogs/latest.md +355 -150
- package/dist/docs/changelogs/preview.md +318 -210
- package/dist/docs/cli/commands.md +0 -6
- package/dist/docs/cli/keyboard-shortcuts.md +31 -31
- package/dist/docs/cli/settings.md +1 -1
- package/dist/docs/cli/system-prompt.md +32 -0
- package/dist/docs/get-started/configuration.md +2 -2
- package/dist/docs/hooks/index.md +2 -2
- package/dist/docs/sidebar.json +1 -5
- package/dist/google-gemini-cli-core-0.27.0-nightly.20260121.97aac696f.tgz +0 -0
- package/dist/src/config/config.d.ts +6 -0
- package/dist/src/config/config.js +16 -3
- package/dist/src/config/config.js.map +1 -1
- package/dist/src/config/config.test.js +2 -2
- package/dist/src/config/config.test.js.map +1 -1
- package/dist/src/confirmation-bus/types.d.ts +2 -0
- package/dist/src/core/client.js +1 -0
- package/dist/src/core/client.js.map +1 -1
- package/dist/src/core/client.test.js +9 -0
- package/dist/src/core/client.test.js.map +1 -1
- package/dist/src/core/coreToolHookTriggers.d.ts +1 -29
- package/dist/src/core/coreToolHookTriggers.js +7 -70
- package/dist/src/core/coreToolHookTriggers.js.map +1 -1
- package/dist/src/core/coreToolHookTriggers.test.js +62 -94
- package/dist/src/core/coreToolHookTriggers.test.js.map +1 -1
- package/dist/src/core/coreToolScheduler.test.js +3 -0
- package/dist/src/core/coreToolScheduler.test.js.map +1 -1
- package/dist/src/core/geminiChat.js +1 -0
- package/dist/src/core/geminiChat.js.map +1 -1
- package/dist/src/core/geminiChat.test.js +21 -0
- package/dist/src/core/geminiChat.test.js.map +1 -1
- package/dist/src/core/prompts-substitution.test.js +101 -0
- package/dist/src/core/prompts-substitution.test.js.map +1 -0
- package/dist/src/core/prompts.js +55 -20
- package/dist/src/core/prompts.js.map +1 -1
- package/dist/src/core/prompts.test.js +16 -0
- package/dist/src/core/prompts.test.js.map +1 -1
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/src/generated/git-commit.js.map +1 -1
- package/dist/src/hooks/hookSystem.d.ts +45 -3
- package/dist/src/hooks/hookSystem.js +20 -3
- package/dist/src/hooks/hookSystem.js.map +1 -1
- package/dist/src/hooks/hookSystem.test.js +19 -8
- package/dist/src/hooks/hookSystem.test.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/scheduler/state-manager.js +4 -0
- package/dist/src/scheduler/state-manager.js.map +1 -1
- package/dist/src/scheduler/state-manager.test.js +11 -0
- package/dist/src/scheduler/state-manager.test.js.map +1 -1
- package/dist/src/scheduler/tool-executor.js +2 -4
- package/dist/src/scheduler/tool-executor.js.map +1 -1
- package/dist/src/scheduler/tool-executor.test.js +1 -1
- package/dist/src/scheduler/tool-executor.test.js.map +1 -1
- package/dist/src/tools/confirmation-policy.test.js +1 -1
- package/dist/src/tools/confirmation-policy.test.js.map +1 -1
- package/dist/src/tools/edit.js +1 -1
- package/dist/src/tools/edit.js.map +1 -1
- package/dist/src/tools/edit.test.js +11 -3
- package/dist/src/tools/edit.test.js.map +1 -1
- package/dist/src/tools/write-file.test.js +7 -7
- package/dist/src/tools/write-file.test.js.map +1 -1
- package/dist/src/utils/editCorrector.js +1 -1
- package/dist/src/utils/editCorrector.js.map +1 -1
- package/dist/src/utils/editor.test.js +2 -0
- package/dist/src/utils/editor.test.js.map +1 -1
- package/dist/src/utils/memoryImportProcessor.js +7 -24
- package/dist/src/utils/memoryImportProcessor.js.map +1 -1
- package/dist/src/utils/workspaceContext.d.ts +15 -0
- package/dist/src/utils/workspaceContext.js +32 -11
- package/dist/src/utils/workspaceContext.js.map +1 -1
- package/dist/src/utils/workspaceContext.test.js +55 -0
- package/dist/src/utils/workspaceContext.test.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/docs/changelogs/releases.md +0 -1543
- package/dist/google-gemini-cli-core-0.26.0-preview.0.tgz +0 -0
- package/dist/src/core/clientHookTriggers.d.ts +0 -36
- package/dist/src/core/clientHookTriggers.js +0 -76
- package/dist/src/core/clientHookTriggers.js.map +0 -1
- package/dist/src/core/geminiChatHookTriggers.d.ts +0 -68
- package/dist/src/core/geminiChatHookTriggers.js +0 -158
- package/dist/src/core/geminiChatHookTriggers.js.map +0 -1
- package/dist/src/core/geminiChatHookTriggers.test.js +0 -153
- package/dist/src/core/geminiChatHookTriggers.test.js.map +0 -1
- /package/dist/src/core/{geminiChatHookTriggers.test.d.ts → prompts-substitution.test.d.ts} +0 -0
|
@@ -18,6 +18,93 @@ on GitHub.
|
|
|
18
18
|
| [Preview](preview.md) | Experimental features ready for early feedback. |
|
|
19
19
|
| [Stable](latest.md) | Stable, recommended for general use. |
|
|
20
20
|
|
|
21
|
+
## Announcements: v0.25.0 - 2026-01-20
|
|
22
|
+
|
|
23
|
+
- **Skills and Agents Improvements:** We've enhanced the `activate_skill` tool,
|
|
24
|
+
added a new `pr-creator` skill
|
|
25
|
+
([#16232](https://github.com/google-gemini/gemini-cli/pull/16232) by
|
|
26
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)), enabled skills by
|
|
27
|
+
default, improved the `cli_help` agent
|
|
28
|
+
([#16100](https://github.com/google-gemini/gemini-cli/pull/16100) by
|
|
29
|
+
[@scidomino](https://github.com/scidomino)), and added a new `/agents refresh`
|
|
30
|
+
command ([#16204](https://github.com/google-gemini/gemini-cli/pull/16204) by
|
|
31
|
+
[@joshualitt](https://github.com/joshualitt)).
|
|
32
|
+
- **UI/UX Refinements:** You'll notice more transparent feedback for skills
|
|
33
|
+
([#15954](https://github.com/google-gemini/gemini-cli/pull/15954) by
|
|
34
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)), the ability to switch
|
|
35
|
+
focus between the shell and input with Tab
|
|
36
|
+
([#14332](https://github.com/google-gemini/gemini-cli/pull/14332) by
|
|
37
|
+
[@jacob314](https://github.com/jacob314)), and dynamic terminal tab titles
|
|
38
|
+
([#16378](https://github.com/google-gemini/gemini-cli/pull/16378) by
|
|
39
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)).
|
|
40
|
+
- **Core Functionality & Performance:** This release includes support for
|
|
41
|
+
built-in agent skills
|
|
42
|
+
([#16045](https://github.com/google-gemini/gemini-cli/pull/16045) by
|
|
43
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)), refined Gemini 3 system
|
|
44
|
+
instructions ([#16139](https://github.com/google-gemini/gemini-cli/pull/16139)
|
|
45
|
+
by [@NTaylorMullen](https://github.com/NTaylorMullen)), caching for ignore
|
|
46
|
+
instances to improve performance
|
|
47
|
+
([#16185](https://github.com/google-gemini/gemini-cli/pull/16185) by
|
|
48
|
+
[@EricRahm](https://github.com/EricRahm)), and enhanced retry mechanisms
|
|
49
|
+
([#16489](https://github.com/google-gemini/gemini-cli/pull/16489) by
|
|
50
|
+
[@sehoon38](https://github.com/sehoon38)).
|
|
51
|
+
- **Bug Fixes and Stability:** We've squashed numerous bugs across the CLI,
|
|
52
|
+
core, and workflows, addressing issues with subagent delegation, unicode
|
|
53
|
+
character crashes, and sticky header regressions.
|
|
54
|
+
|
|
55
|
+
## Announcements: v0.24.0 - 2026-01-14
|
|
56
|
+
|
|
57
|
+
- **Agent Skills:** We've introduced significant advancements in Agent Skills.
|
|
58
|
+
This includes initial documentation and tutorials to help you get started,
|
|
59
|
+
alongside enhanced support for remote agents, allowing for more distributed
|
|
60
|
+
and powerful automation within Gemini CLI.
|
|
61
|
+
([#15869](https://github.com/google-gemini/gemini-cli/pull/15869) by
|
|
62
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)),
|
|
63
|
+
([#16013](https://github.com/google-gemini/gemini-cli/pull/16013) by
|
|
64
|
+
[@adamweidman](https://github.com/adamweidman))
|
|
65
|
+
- **Improved UI/UX:** The user interface has received several updates, featuring
|
|
66
|
+
visual indicators for hook execution, a more refined display for settings, and
|
|
67
|
+
the ability to use the Tab key to effortlessly switch focus between the shell
|
|
68
|
+
and input areas.
|
|
69
|
+
([#15408](https://github.com/google-gemini/gemini-cli/pull/15408) by
|
|
70
|
+
[@abhipatel12](https://github.com/abhipatel12)),
|
|
71
|
+
([#14332](https://github.com/google-gemini/gemini-cli/pull/14332) by
|
|
72
|
+
[@galz10](https://github.com/galz10))
|
|
73
|
+
- **Enhanced Security:** Security has been a major focus, with default folder
|
|
74
|
+
trust now set to untrusted for increased safety. The Policy Engine has been
|
|
75
|
+
improved to allow specific modes in user and administrator policies, and
|
|
76
|
+
granular allowlisting for shell commands has been implemented, providing finer
|
|
77
|
+
control over tool execution.
|
|
78
|
+
([#15943](https://github.com/google-gemini/gemini-cli/pull/15943) by
|
|
79
|
+
[@galz10](https://github.com/galz10)),
|
|
80
|
+
([#15977](https://github.com/google-gemini/gemini-cli/pull/15977) by
|
|
81
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen))
|
|
82
|
+
- **Core Functionality:** This release includes a mandatory MessageBus
|
|
83
|
+
injection, marking Phase 3 of a hard migration to a more robust internal
|
|
84
|
+
communication system. We've also added support for built-in skills with the
|
|
85
|
+
CLI itself, and enhanced model routing to effectively utilize subagents.
|
|
86
|
+
([#15776](https://github.com/google-gemini/gemini-cli/pull/15776) by
|
|
87
|
+
[@abhipatel12](https://github.com/abhipatel12)),
|
|
88
|
+
([#16300](https://github.com/google-gemini/gemini-cli/pull/16300) by
|
|
89
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen))
|
|
90
|
+
- **Terminal Features:** Terminal interactions are more seamless with new
|
|
91
|
+
features like OSC 52 paste support, along with fixes for Windows clipboard
|
|
92
|
+
paste issues and general improvements to pasting in Windows terminals.
|
|
93
|
+
([#15336](https://github.com/google-gemini/gemini-cli/pull/15336) by
|
|
94
|
+
[@scidomino](https://github.com/scidomino)),
|
|
95
|
+
([#15932](https://github.com/google-gemini/gemini-cli/pull/15932) by
|
|
96
|
+
[@scidomino](https://github.com/scidomino))
|
|
97
|
+
- **New Commands:** To manage the new features, we've added several new
|
|
98
|
+
commands: `/agents refresh` to update agent configurations, `/skills reload`
|
|
99
|
+
to refresh skill definitions, and `/skills install/uninstall` for easier
|
|
100
|
+
management of your Agent Skills.
|
|
101
|
+
([#16204](https://github.com/google-gemini/gemini-cli/pull/16204) by
|
|
102
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)),
|
|
103
|
+
([#15865](https://github.com/google-gemini/gemini-cli/pull/15865) by
|
|
104
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen)),
|
|
105
|
+
([#16377](https://github.com/google-gemini/gemini-cli/pull/16377) by
|
|
106
|
+
[@NTaylorMullen](https://github.com/NTaylorMullen))
|
|
107
|
+
|
|
21
108
|
## Announcements: v0.23.0 - 2026-01-07
|
|
22
109
|
|
|
23
110
|
- 🎉 **Experimental Agent Skills Support in Preview:** Gemini CLI now supports
|