@google/gemini-cli-core 0.21.0-nightly.20251218.739c02bd6 → 0.21.0-nightly.20251220.41a1a3eed
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/CONTRIBUTING.md +546 -0
- package/dist/docs/architecture.md +80 -0
- package/dist/docs/assets/connected_devtools.png +0 -0
- package/dist/docs/assets/gemini-screenshot.png +0 -0
- package/dist/docs/assets/release_patch.png +0 -0
- package/dist/docs/assets/theme-ansi-light.png +0 -0
- package/dist/docs/assets/theme-ansi.png +0 -0
- package/dist/docs/assets/theme-atom-one.png +0 -0
- package/dist/docs/assets/theme-ayu-light.png +0 -0
- package/dist/docs/assets/theme-ayu.png +0 -0
- package/dist/docs/assets/theme-custom.png +0 -0
- package/dist/docs/assets/theme-default-light.png +0 -0
- package/dist/docs/assets/theme-default.png +0 -0
- package/dist/docs/assets/theme-dracula.png +0 -0
- package/dist/docs/assets/theme-github-light.png +0 -0
- package/dist/docs/assets/theme-github.png +0 -0
- package/dist/docs/assets/theme-google-light.png +0 -0
- package/dist/docs/assets/theme-xcode-light.png +0 -0
- package/dist/docs/changelogs/index.md +592 -0
- package/dist/docs/changelogs/latest.md +225 -0
- package/dist/docs/changelogs/preview.md +129 -0
- package/dist/docs/changelogs/releases.md +896 -0
- package/dist/docs/cli/authentication.md +3 -0
- package/dist/docs/cli/checkpointing.md +94 -0
- package/dist/docs/cli/commands.md +354 -0
- package/dist/docs/cli/configuration.md +780 -0
- package/dist/docs/cli/custom-commands.md +315 -0
- package/dist/docs/cli/enterprise.md +565 -0
- package/dist/docs/cli/gemini-ignore.md +71 -0
- package/dist/docs/cli/gemini-md.md +108 -0
- package/dist/docs/cli/generation-settings.md +210 -0
- package/dist/docs/cli/headless.md +388 -0
- package/dist/docs/cli/index.md +63 -0
- package/dist/docs/cli/keyboard-shortcuts.md +143 -0
- package/dist/docs/cli/model-routing.md +37 -0
- package/dist/docs/cli/model.md +62 -0
- package/dist/docs/cli/sandbox.md +171 -0
- package/dist/docs/cli/session-management.md +158 -0
- package/dist/docs/cli/settings.md +112 -0
- package/dist/docs/cli/system-prompt.md +93 -0
- package/dist/docs/cli/telemetry.md +791 -0
- package/dist/docs/cli/themes.md +237 -0
- package/dist/docs/cli/token-caching.md +20 -0
- package/dist/docs/cli/trusted-folders.md +95 -0
- package/dist/docs/cli/tutorials.md +83 -0
- package/dist/docs/cli/uninstall.md +47 -0
- package/dist/docs/core/index.md +101 -0
- package/dist/docs/core/memport.md +244 -0
- package/dist/docs/core/policy-engine.md +267 -0
- package/dist/docs/core/tools-api.md +131 -0
- package/dist/docs/examples/proxy-script.md +83 -0
- package/dist/docs/extensions/extension-releasing.md +183 -0
- package/dist/docs/extensions/getting-started-extensions.md +245 -0
- package/dist/docs/extensions/index.md +293 -0
- package/dist/docs/faq.md +154 -0
- package/dist/docs/get-started/authentication.md +321 -0
- package/dist/docs/get-started/configuration-v1.md +888 -0
- package/dist/docs/get-started/configuration.md +1444 -0
- package/dist/docs/get-started/deployment.md +143 -0
- package/dist/docs/get-started/examples.md +219 -0
- package/dist/docs/get-started/gemini-3.md +116 -0
- package/dist/docs/get-started/index.md +71 -0
- package/dist/docs/get-started/installation.md +141 -0
- package/dist/docs/hooks/best-practices.md +806 -0
- package/dist/docs/hooks/index.md +665 -0
- package/dist/docs/hooks/reference.md +168 -0
- package/dist/docs/hooks/writing-hooks.md +1026 -0
- package/dist/docs/ide-integration/ide-companion-spec.md +267 -0
- package/dist/docs/ide-integration/index.md +202 -0
- package/dist/docs/index.md +147 -0
- package/dist/docs/integration-tests.md +211 -0
- package/dist/docs/issue-and-pr-automation.md +134 -0
- package/dist/docs/local-development.md +128 -0
- package/dist/docs/mermaid/context.mmd +103 -0
- package/dist/docs/mermaid/render-path.mmd +64 -0
- package/dist/docs/npm.md +62 -0
- package/dist/docs/quota-and-pricing.md +158 -0
- package/dist/docs/release-confidence.md +164 -0
- package/dist/docs/releases.md +540 -0
- package/dist/docs/sidebar.json +297 -0
- package/dist/docs/tools/file-system.md +217 -0
- package/dist/docs/tools/index.md +95 -0
- package/dist/docs/tools/mcp-server.md +1044 -0
- package/dist/docs/tools/memory.md +54 -0
- package/dist/docs/tools/shell.md +260 -0
- package/dist/docs/tools/todos.md +57 -0
- package/dist/docs/tools/web-fetch.md +59 -0
- package/dist/docs/tools/web-search.md +42 -0
- package/dist/docs/tos-privacy.md +96 -0
- package/dist/docs/troubleshooting.md +158 -0
- package/dist/google-gemini-cli-core-0.21.0-nightly.20251219.70696e364.tgz +0 -0
- package/dist/src/agents/delegate-to-agent-tool.test.js +1 -0
- package/dist/src/agents/delegate-to-agent-tool.test.js.map +1 -1
- package/dist/src/agents/introspection-agent.d.ts +23 -0
- package/dist/src/agents/introspection-agent.js +72 -0
- package/dist/src/agents/introspection-agent.js.map +1 -0
- package/dist/src/agents/introspection-agent.test.d.ts +6 -0
- package/dist/src/agents/introspection-agent.test.js +47 -0
- package/dist/src/agents/introspection-agent.test.js.map +1 -0
- package/dist/src/agents/local-executor.d.ts +0 -6
- package/dist/src/agents/local-executor.js +73 -47
- package/dist/src/agents/local-executor.js.map +1 -1
- package/dist/src/agents/local-executor.test.d.ts +1 -7
- package/dist/src/agents/local-executor.test.js +27 -9
- package/dist/src/agents/local-executor.test.js.map +1 -1
- package/dist/src/agents/registry.d.ts +1 -0
- package/dist/src/agents/registry.js +51 -7
- package/dist/src/agents/registry.js.map +1 -1
- package/dist/src/agents/registry.test.js +112 -1
- package/dist/src/agents/registry.test.js.map +1 -1
- package/dist/src/agents/toml-loader.d.ts +65 -0
- package/dist/src/agents/toml-loader.js +176 -0
- package/dist/src/agents/toml-loader.js.map +1 -0
- package/dist/src/agents/toml-loader.test.d.ts +6 -0
- package/dist/src/agents/toml-loader.test.js +190 -0
- package/dist/src/agents/toml-loader.test.js.map +1 -0
- package/dist/src/availability/modelAvailabilityService.d.ts +2 -1
- package/dist/src/config/config.d.ts +9 -0
- package/dist/src/config/config.js +29 -0
- package/dist/src/config/config.js.map +1 -1
- package/dist/src/config/config.test.js +59 -1
- package/dist/src/config/config.test.js.map +1 -1
- package/dist/src/config/storage.d.ts +2 -0
- package/dist/src/config/storage.js +6 -0
- package/dist/src/config/storage.js.map +1 -1
- package/dist/src/config/storage.test.js +8 -0
- package/dist/src/config/storage.test.js.map +1 -1
- package/dist/src/core/client.js +8 -4
- package/dist/src/core/client.js.map +1 -1
- package/dist/src/core/client.test.js +20 -0
- package/dist/src/core/client.test.js.map +1 -1
- package/dist/src/core/clientHookTriggers.js +2 -2
- package/dist/src/core/clientHookTriggers.js.map +1 -1
- package/dist/src/core/coreToolHookTriggers.js +3 -3
- package/dist/src/core/coreToolHookTriggers.js.map +1 -1
- package/dist/src/core/geminiChatHookTriggers.js +3 -3
- package/dist/src/core/geminiChatHookTriggers.js.map +1 -1
- package/dist/src/core/sessionHookTriggers.js +3 -3
- package/dist/src/core/sessionHookTriggers.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/hooks/hookEventHandler.js +10 -4
- package/dist/src/hooks/hookEventHandler.js.map +1 -1
- package/dist/src/hooks/hookEventHandler.test.js +40 -0
- package/dist/src/hooks/hookEventHandler.test.js.map +1 -1
- package/dist/src/hooks/hookPlanner.js +3 -1
- package/dist/src/hooks/hookPlanner.js.map +1 -1
- package/dist/src/hooks/hookPlanner.test.js +61 -0
- package/dist/src/hooks/hookPlanner.test.js.map +1 -1
- package/dist/src/hooks/hookRegistry.d.ts +1 -1
- package/dist/src/hooks/hookRegistry.js +2 -2
- package/dist/src/hooks/hookRegistry.js.map +1 -1
- package/dist/src/hooks/hookRegistry.test.js +73 -0
- package/dist/src/hooks/hookRegistry.test.js.map +1 -1
- package/dist/src/hooks/hookRunner.js +14 -10
- package/dist/src/hooks/hookRunner.js.map +1 -1
- package/dist/src/hooks/hookRunner.test.js +81 -33
- package/dist/src/hooks/hookRunner.test.js.map +1 -1
- package/dist/src/hooks/types.d.ts +2 -0
- package/dist/src/hooks/types.js.map +1 -1
- package/dist/src/mcp/oauth-provider.js +6 -2
- package/dist/src/mcp/oauth-provider.js.map +1 -1
- package/dist/src/mcp/oauth-provider.test.js +4 -1
- package/dist/src/mcp/oauth-provider.test.js.map +1 -1
- package/dist/src/mcp/oauth-utils.d.ts +8 -1
- package/dist/src/mcp/oauth-utils.js +30 -1
- package/dist/src/mcp/oauth-utils.js.map +1 -1
- package/dist/src/mcp/oauth-utils.test.js +42 -0
- package/dist/src/mcp/oauth-utils.test.js.map +1 -1
- package/dist/src/services/contextManager.d.ts +5 -11
- package/dist/src/services/contextManager.js +20 -17
- package/dist/src/services/contextManager.js.map +1 -1
- package/dist/src/services/contextManager.test.js +40 -41
- package/dist/src/services/contextManager.test.js.map +1 -1
- package/dist/src/services/shellExecutionService.js +18 -2
- package/dist/src/services/shellExecutionService.js.map +1 -1
- package/dist/src/tools/get-internal-docs.d.ts +27 -0
- package/dist/src/tools/get-internal-docs.js +129 -0
- package/dist/src/tools/get-internal-docs.js.map +1 -0
- package/dist/src/tools/get-internal-docs.test.d.ts +6 -0
- package/dist/src/tools/get-internal-docs.test.js +56 -0
- package/dist/src/tools/get-internal-docs.test.js.map +1 -0
- package/dist/src/tools/tool-names.d.ts +14 -0
- package/dist/src/tools/tool-names.js +55 -0
- package/dist/src/tools/tool-names.js.map +1 -1
- package/dist/src/tools/tool-names.test.d.ts +6 -0
- package/dist/src/tools/tool-names.test.js +43 -0
- package/dist/src/tools/tool-names.test.js.map +1 -0
- package/dist/src/tools/tool-registry.d.ts +0 -1
- package/dist/src/tools/tool-registry.js +1 -1
- package/dist/src/tools/tool-registry.js.map +1 -1
- package/dist/src/tools/tool-registry.test.js +2 -1
- package/dist/src/tools/tool-registry.test.js.map +1 -1
- package/dist/src/utils/environmentContext.js +3 -0
- package/dist/src/utils/environmentContext.js.map +1 -1
- package/dist/src/utils/environmentContext.test.js +2 -0
- package/dist/src/utils/environmentContext.test.js.map +1 -1
- package/dist/src/utils/events.d.ts +3 -2
- package/dist/src/utils/events.js.map +1 -1
- package/dist/src/utils/googleQuotaErrors.js +20 -0
- package/dist/src/utils/googleQuotaErrors.js.map +1 -1
- package/dist/src/utils/googleQuotaErrors.test.js +53 -2
- package/dist/src/utils/googleQuotaErrors.test.js.map +1 -1
- package/dist/src/utils/memoryDiscovery.js +1 -1
- package/dist/src/utils/memoryDiscovery.js.map +1 -1
- package/dist/src/utils/memoryDiscovery.test.js +3 -1
- package/dist/src/utils/memoryDiscovery.test.js.map +1 -1
- package/dist/src/utils/shell-utils.js +25 -4
- package/dist/src/utils/shell-utils.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -6
- package/dist/google-gemini-cli-core-0.21.0-nightly.20251216.bb0c0d8ee.tgz +0 -0
|
@@ -0,0 +1,592 @@
|
|
|
1
|
+
# Gemini CLI release notes
|
|
2
|
+
|
|
3
|
+
Gemini CLI has three major release channels: nightly, preview, and stable. For
|
|
4
|
+
most users, we recommend the stable release.
|
|
5
|
+
|
|
6
|
+
On this page, you can find information regarding the current releases and
|
|
7
|
+
announcements from each release.
|
|
8
|
+
|
|
9
|
+
For the full changelog, refer to
|
|
10
|
+
[Releases - google-gemini/gemini-cli](https://github.com/google-gemini/gemini-cli/releases)
|
|
11
|
+
on GitHub.
|
|
12
|
+
|
|
13
|
+
## Current releases
|
|
14
|
+
|
|
15
|
+
| Release channel | Notes |
|
|
16
|
+
| :-------------------- | :---------------------------------------------- |
|
|
17
|
+
| Nightly | Nightly release with the most recent changes. |
|
|
18
|
+
| [Preview](preview.md) | Experimental features ready for early feedback. |
|
|
19
|
+
| [Stable](latest.md) | Stable, recommended for general use. |
|
|
20
|
+
|
|
21
|
+
## Announcements: v0.21.0 - 2025-12-15
|
|
22
|
+
|
|
23
|
+
- **⚡️⚡️⚡️ Gemini 3 Flash + Gemini CLI:** Better, faster and cheaper than 2.5
|
|
24
|
+
Pro - and in some scenarios better than 3 Pro! For paid tiers + free tier
|
|
25
|
+
users who were on the wait list enable **Preview Features** in `/settings.`
|
|
26
|
+
- For more information:
|
|
27
|
+
[Gemini 3 Flash is now available in Gemini CLI](https://developers.googleblog.com/gemini-3-flash-is-now-available-in-gemini-cli/).
|
|
28
|
+
- 🎉 Gemini CLI Extensions:
|
|
29
|
+
- Rill: Utilize natural language to analyze Rill data, enabling the
|
|
30
|
+
exploration of metrics and trends without the need for manual queries.
|
|
31
|
+
`gemini extensions install https://github.com/rilldata/rill-gemini-extension`
|
|
32
|
+
- Browserbase: Interact with web pages, take screenshots, extract information,
|
|
33
|
+
and perform automated actions with atomic precision.
|
|
34
|
+
`gemini extensions install https://github.com/browserbase/mcp-server-browserbase`
|
|
35
|
+
- Quota Visibility: The `/stats` command now displays quota information for all
|
|
36
|
+
available models, including those not used in the current session. (@sehoon38)
|
|
37
|
+
- Fuzzy Setting Search: Users can now quickly find settings using fuzzy search
|
|
38
|
+
within the settings dialog. (@sehoon38)
|
|
39
|
+
- MCP Resource Support: Users can now discover, view, and search through
|
|
40
|
+
resources using the @ command. (@MrLesk)
|
|
41
|
+
- Auto-execute Simple Slash Commands: Simple slash commands are now executed
|
|
42
|
+
immediately on enter. (@jackwotherspoon)
|
|
43
|
+
|
|
44
|
+
## Announcements: v0.20.0 - 2025-12-01
|
|
45
|
+
|
|
46
|
+
- **Multi-file Drag & Drop:** Users can now drag and drop multiple files into
|
|
47
|
+
the terminal, and the CLI will automatically prefix each valid path with `@`.
|
|
48
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/14832) by
|
|
49
|
+
[@jackwotherspoon](https://github.com/jackwotherspoon))
|
|
50
|
+
- **Persistent "Always Allow" Policies:** Users can now save "Always Allow"
|
|
51
|
+
decisions for tool executions, with granular control over specific shell
|
|
52
|
+
commands and multi-cloud platform tools.
|
|
53
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/14737) by
|
|
54
|
+
[@allenhutchison](https://github.com/allenhutchison))
|
|
55
|
+
|
|
56
|
+
## Announcements: v0.19.0 - 2025-11-24
|
|
57
|
+
|
|
58
|
+
- 🎉 **New extensions:**
|
|
59
|
+
- **Eleven Labs:** Create, play, manage your audio play tracks with the Eleven
|
|
60
|
+
Labs Gemini CLI extension:
|
|
61
|
+
`gemini extensions install https://github.com/elevenlabs/elevenlabs-mcp`
|
|
62
|
+
- **Zed integration:** Users can now leverage Gemini 3 within the Zed
|
|
63
|
+
integration after enabling "Preview Features" in their CLI’s `/settings`.
|
|
64
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/13398) by
|
|
65
|
+
[@benbrandt](https://github.com/benbrandt))
|
|
66
|
+
- **Interactive shell:**
|
|
67
|
+
- **Click-to-Focus:** When "Use Alternate Buffer" setting is enabled, users
|
|
68
|
+
can click within the embedded shell output to focus it for input.
|
|
69
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/13341) by
|
|
70
|
+
[@galz10](https://github.com/galz10))
|
|
71
|
+
- **Loading phrase:** Clearly indicates when the interactive shell is awaiting
|
|
72
|
+
user input. ([vid](https://imgur.com/a/kjK8bUK),
|
|
73
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/12535) by
|
|
74
|
+
[@jackwotherspoon](https://github.com/jackwotherspoon))
|
|
75
|
+
|
|
76
|
+
## Announcements: v0.18.0 - 2025-11-17
|
|
77
|
+
|
|
78
|
+
- 🎉 **New extensions:**
|
|
79
|
+
- **Google Workspace**: Integrate Gemini CLI with your Workspace data. Write
|
|
80
|
+
docs, build slides, chat with others or even get your calc on in sheets:
|
|
81
|
+
`gemini extensions install https://github.com/gemini-cli-extensions/workspace`
|
|
82
|
+
- Blog:
|
|
83
|
+
[https://allen.hutchison.org/2025/11/19/bringing-the-office-to-the-terminal/](https://allen.hutchison.org/2025/11/19/bringing-the-office-to-the-terminal/)
|
|
84
|
+
- **Redis:** Manage and search data in Redis with natural language:
|
|
85
|
+
`gemini extensions install https://github.com/redis/mcp-redis`
|
|
86
|
+
- **Anomalo:** Query your data warehouse table metadata and quality status
|
|
87
|
+
through commands and natural language:
|
|
88
|
+
`gemini extensions install https://github.com/datagravity-ai/anomalo-gemini-extension`
|
|
89
|
+
- **Experimental permission improvements:** We are now experimenting with a new
|
|
90
|
+
policy engine in Gemini CLI. This allows users and administrators to create
|
|
91
|
+
fine-grained policy for tool calls. Currently behind a flag. See
|
|
92
|
+
[policy engine documentation](../core/policy-engine.md) for more information.
|
|
93
|
+
- Blog:
|
|
94
|
+
[https://allen.hutchison.org/2025/11/26/the-guardrails-of-autonomy/](https://allen.hutchison.org/2025/11/26/the-guardrails-of-autonomy/)
|
|
95
|
+
- **Gemini 3 support for paid:** Gemini 3 support has been rolled out to all API
|
|
96
|
+
key, Google AI Pro or Google AI Ultra (for individuals, not businesses) and
|
|
97
|
+
Gemini Code Assist Enterprise users. Enable it via `/settings` and toggling on
|
|
98
|
+
**Preview Features**.
|
|
99
|
+
- **Updated UI rollback:** We’ve temporarily rolled back our updated UI to give
|
|
100
|
+
it more time to bake. This means for a time you won’t have embedded scrolling
|
|
101
|
+
or mouse support. You can re-enable with `/settings` -> **Use Alternate Screen
|
|
102
|
+
Buffer** -> `true`.
|
|
103
|
+
- **Model in history:** Users can now toggle in `/settings` to display model in
|
|
104
|
+
their chat history. ([gif](https://imgur.com/a/uEmNKnQ),
|
|
105
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/13034) by
|
|
106
|
+
[@scidomino](https://github.com/scidomino))
|
|
107
|
+
- **Multi-uninstall:** Users can now uninstall multiple extensions with a single
|
|
108
|
+
command. ([pic](https://imgur.com/a/9Dtq8u2),
|
|
109
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/13016) by
|
|
110
|
+
[@JayadityaGit](https://github.com/JayadityaGit))
|
|
111
|
+
|
|
112
|
+
## Announcements: v0.16.0 - 2025-11-10
|
|
113
|
+
|
|
114
|
+
- **Gemini 3 + Gemini CLI:** launch 🚀🚀🚀
|
|
115
|
+
- **Data Commons Gemini CLI Extension** - A new Data Commons Gemini CLI
|
|
116
|
+
extension that lets you query open-source statistical data from
|
|
117
|
+
datacommons.org. **To get started, you'll need a Data Commons API key and uv
|
|
118
|
+
installed**. These and other details to get you started with the extension can
|
|
119
|
+
be found at
|
|
120
|
+
[https://github.com/gemini-cli-extensions/datacommons](https://github.com/gemini-cli-extensions/datacommons).
|
|
121
|
+
|
|
122
|
+
## Announcements: v0.15.0 - 2025-11-03
|
|
123
|
+
|
|
124
|
+
- **🎉 Seamless scrollable UI and mouse support:** We’ve given Gemini CLI a
|
|
125
|
+
major facelift to make your terminal experience smoother and much more
|
|
126
|
+
polished. You now get a flicker-free display with sticky headers that keep
|
|
127
|
+
important context visible and a stable input prompt that doesn't jump around.
|
|
128
|
+
We even added mouse support so you can click right where you need to type!
|
|
129
|
+
([gif](https://imgur.com/a/O6qc7bx),
|
|
130
|
+
[@jacob314](https://github.com/jacob314)).
|
|
131
|
+
- **Announcement:**
|
|
132
|
+
[https://developers.googleblog.com/en/making-the-terminal-beautiful-one-pixel-at-a-time/](https://developers.googleblog.com/en/making-the-terminal-beautiful-one-pixel-at-a-time/)
|
|
133
|
+
- **🎉 New partner extensions:**
|
|
134
|
+
- **Arize:** Seamlessly instrument AI applications with Arize AX and grant
|
|
135
|
+
direct access to Arize support:
|
|
136
|
+
|
|
137
|
+
`gemini extensions install https://github.com/Arize-ai/arize-tracing-assistant`
|
|
138
|
+
|
|
139
|
+
- **Chronosphere:** Retrieve logs, metrics, traces, events, and specific
|
|
140
|
+
entities:
|
|
141
|
+
|
|
142
|
+
`gemini extensions install https://github.com/chronosphereio/chronosphere-mcp`
|
|
143
|
+
|
|
144
|
+
- **Transmit:** Comprehensive context, validation, and automated fixes for
|
|
145
|
+
creating production-ready authentication and identity workflows:
|
|
146
|
+
|
|
147
|
+
`gemini extensions install https://github.com/TransmitSecurity/transmit-security-journey-builder`
|
|
148
|
+
|
|
149
|
+
- **Todo planning:** Complex questions now get broken down into todo lists that
|
|
150
|
+
the model can manage and check off. ([gif](https://imgur.com/a/EGDfNlZ),
|
|
151
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/12905) by
|
|
152
|
+
[@anj-s](https://github.com/anj-s))
|
|
153
|
+
- **Disable GitHub extensions:** Users can now prevent the installation and
|
|
154
|
+
loading of extensions from GitHub.
|
|
155
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/12838) by
|
|
156
|
+
[@kevinjwang1](https://github.com/kevinjwang1)).
|
|
157
|
+
- **Extensions restart:** Users can now explicitly restart extensions using the
|
|
158
|
+
`/extensions restart` command.
|
|
159
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/12739) by
|
|
160
|
+
[@jakemac53](https://github.com/jakemac53)).
|
|
161
|
+
- **Better Angular support:** Angular workflows should now be more seamless
|
|
162
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10252) by
|
|
163
|
+
[@MarkTechson](https://github.com/MarkTechson)).
|
|
164
|
+
- **Validate command:** Users can now check that local extensions are formatted
|
|
165
|
+
correctly. ([pr](https://github.com/google-gemini/gemini-cli/pull/12186) by
|
|
166
|
+
[@kevinjwang1](https://github.com/kevinjwang1)).
|
|
167
|
+
|
|
168
|
+
## Announcements: v0.12.0 - 2025-10-27
|
|
169
|
+
|
|
170
|
+

|
|
171
|
+
|
|
172
|
+
- **🎉 New partner extensions:**
|
|
173
|
+
- **🤗 Hugging Face extension:** Access the Hugging Face hub.
|
|
174
|
+
([gif](https://drive.google.com/file/d/1LEzIuSH6_igFXq96_tWev11svBNyPJEB/view?usp=sharing&resourcekey=0-LtPTzR1woh-rxGtfPzjjfg))
|
|
175
|
+
|
|
176
|
+
`gemini extensions install https://github.com/huggingface/hf-mcp-server`
|
|
177
|
+
|
|
178
|
+
- **Monday.com extension**: Analyze your sprints, update your task boards,
|
|
179
|
+
etc.
|
|
180
|
+
([gif](https://drive.google.com/file/d/1cO0g6kY1odiBIrZTaqu5ZakaGZaZgpQv/view?usp=sharing&resourcekey=0-xEr67SIjXmAXRe1PKy7Jlw))
|
|
181
|
+
|
|
182
|
+
`gemini extensions install https://github.com/mondaycom/mcp`
|
|
183
|
+
|
|
184
|
+
- **Data Commons extension:** Query public datasets or ground responses on
|
|
185
|
+
data from Data Commons
|
|
186
|
+
([gif](https://drive.google.com/file/d/1cuj-B-vmUkeJnoBXrO_Y1CuqphYc6p-O/view?usp=sharing&resourcekey=0-0adXCXDQEd91ZZW63HbW-Q)).
|
|
187
|
+
|
|
188
|
+
`gemini extensions install https://github.com/gemini-cli-extensions/datacommons`
|
|
189
|
+
|
|
190
|
+
- **Model selection:** Choose the Gemini model for your session with `/model`.
|
|
191
|
+
([pic](https://imgur.com/a/ABFcWWw),
|
|
192
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/8940) by
|
|
193
|
+
[@abhipatel12](https://github.com/abhipatel12)).
|
|
194
|
+
- **Model routing:** Gemini CLI will now intelligently pick the best model for
|
|
195
|
+
the task. Simple queries will be sent to Flash while complex analytical or
|
|
196
|
+
creative tasks will still use the power of Pro. This ensures your quota will
|
|
197
|
+
last for a longer period of time. You can always opt-out of this via `/model`.
|
|
198
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/9262) by
|
|
199
|
+
[@abhipatel12](https://github.com/abhipatel12)).
|
|
200
|
+
- Discussion:
|
|
201
|
+
[https://github.com/google-gemini/gemini-cli/discussions/12375](https://github.com/google-gemini/gemini-cli/discussions/12375)
|
|
202
|
+
- **Codebase investigator subagent:** We now have a new built-in subagent that
|
|
203
|
+
will explore your workspace and resolve relevant information to improve
|
|
204
|
+
overall performance.
|
|
205
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/9988) by
|
|
206
|
+
[@abhipatel12](https://github.com/abhipatel12),
|
|
207
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10282) by
|
|
208
|
+
[@silviojr](https://github.com/silviojr)).
|
|
209
|
+
- Enable, disable, or limit turns in `/settings`, plus advanced configs in
|
|
210
|
+
`settings.json` ([pic](https://imgur.com/a/yJiggNO),
|
|
211
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10844) by
|
|
212
|
+
[@silviojr](https://github.com/silviojr)).
|
|
213
|
+
- **Explore extensions with `/extension`:** Users can now open the extensions
|
|
214
|
+
page in their default browser directly from the CLI using the `/extension`
|
|
215
|
+
explore command. ([pr](https://github.com/google-gemini/gemini-cli/pull/11846)
|
|
216
|
+
by [@JayadityaGit](https://github.com/JayadityaGit)).
|
|
217
|
+
- **Configurable compression:** Users can modify the compression threshold in
|
|
218
|
+
`/settings`. The default has been made more proactive
|
|
219
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/12317) by
|
|
220
|
+
[@scidomino](https://github.com/scidomino)).
|
|
221
|
+
- **API key authentication:** Users can now securely enter and store their
|
|
222
|
+
Gemini API key via a new dialog, eliminating the need for environment
|
|
223
|
+
variables and repeated entry.
|
|
224
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/11760) by
|
|
225
|
+
[@galz10](https://github.com/galz10)).
|
|
226
|
+
- **Sequential approval:** Users can now approve multiple tool calls
|
|
227
|
+
sequentially during execution.
|
|
228
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/11593) by
|
|
229
|
+
[@joshualitt](https://github.com/joshualitt)).
|
|
230
|
+
|
|
231
|
+
## Announcements: v0.11.0 - 2025-10-20
|
|
232
|
+
|
|
233
|
+

|
|
234
|
+
|
|
235
|
+
- 🎉 **Gemini CLI Jules Extension:** Use Gemini CLI to orchestrate Jules. Spawn
|
|
236
|
+
remote workers, delegate tedious tasks, or check in on running jobs!
|
|
237
|
+
- Install:
|
|
238
|
+
`gemini extensions install https://github.com/gemini-cli-extensions/jules`
|
|
239
|
+
- Announcement:
|
|
240
|
+
[https://developers.googleblog.com/en/introducing-the-jules-extension-for-gemini-cli/](https://developers.googleblog.com/en/introducing-the-jules-extension-for-gemini-cli/)
|
|
241
|
+
- **Stream JSON output:** Stream real-time JSONL events with
|
|
242
|
+
`--output-format stream-json` to monitor AI agent progress when run
|
|
243
|
+
headlessly. ([gif](https://imgur.com/a/0UCE81X),
|
|
244
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10883) by
|
|
245
|
+
[@anj-s](https://github.com/anj-s))
|
|
246
|
+
- **Markdown toggle:** Users can now switch between rendered and raw markdown
|
|
247
|
+
display using `alt+m `or` ctrl+m`. ([gif](https://imgur.com/a/lDNdLqr),
|
|
248
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10383) by
|
|
249
|
+
[@srivatsj](https://github.com/srivatsj))
|
|
250
|
+
- **Queued message editing:** Users can now quickly edit queued messages by
|
|
251
|
+
pressing the up arrow key when the input is empty.
|
|
252
|
+
([gif](https://imgur.com/a/ioRslLd),
|
|
253
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10392) by
|
|
254
|
+
[@akhil29](https://github.com/akhil29))
|
|
255
|
+
- **JSON web fetch**: Non-HTML content like JSON APIs or raw source code are now
|
|
256
|
+
properly shown to the model (previously only supported HTML)
|
|
257
|
+
([gif](https://imgur.com/a/Q58U4qJ),
|
|
258
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/11284) by
|
|
259
|
+
[@abhipatel12](https://github.com/abhipatel12))
|
|
260
|
+
- **Non-interactive MCP commands:** Users can now run MCP slash commands in
|
|
261
|
+
non-interactive mode `gemini "/some-mcp-prompt"`.
|
|
262
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10194) by
|
|
263
|
+
[@capachino](https://github.com/capachino))
|
|
264
|
+
- **Removal of deprecated flags:** We’ve finally removed a number of deprecated
|
|
265
|
+
flags to cleanup Gemini CLI’s invocation profile:
|
|
266
|
+
- `--all-files` / `-a` in favor of `@` from within Gemini CLI.
|
|
267
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/11228) by
|
|
268
|
+
[@allenhutchison](https://github.com/allenhutchison))
|
|
269
|
+
- `--telemetry-*` flags in favor of
|
|
270
|
+
[environment variables](https://github.com/google-gemini/gemini-cli/pull/11318)
|
|
271
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/11318) by
|
|
272
|
+
[@allenhutchison](https://github.com/allenhutchison))
|
|
273
|
+
|
|
274
|
+
## Announcements: v0.10.0 - 2025-10-13
|
|
275
|
+
|
|
276
|
+
- **Polish:** The team has been heads down bug fixing and investing heavily into
|
|
277
|
+
polishing existing flows, tools, and interactions.
|
|
278
|
+
- **Interactive Shell Tool calling:** Gemini CLI can now also execute
|
|
279
|
+
interactive tools if needed
|
|
280
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/11225) by
|
|
281
|
+
[@galz10](https://github.com/galz10)).
|
|
282
|
+
- **Alt+Key support:** Enables broader support for Alt+Key keyboard shortcuts
|
|
283
|
+
across different terminals.
|
|
284
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10767) by
|
|
285
|
+
[@srivatsj](https://github.com/srivatsj)).
|
|
286
|
+
- **Telemetry Diff stats:** Track line changes made by the model and user during
|
|
287
|
+
file operations via OTEL.
|
|
288
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10819) by
|
|
289
|
+
[@jerop](https://github.com/jerop)).
|
|
290
|
+
|
|
291
|
+
## Announcements: v0.9.0 - 2025-10-06
|
|
292
|
+
|
|
293
|
+
- 🎉 **Interactive Shell:** Run interactive commands like `vim`, `rebase -i`, or
|
|
294
|
+
even `gemini` 😎 directly in Gemini CLI:
|
|
295
|
+
- Blog:
|
|
296
|
+
[https://developers.googleblog.com/en/say-hello-to-a-new-level-of-interactivity-in-gemini-cli/](https://developers.googleblog.com/en/say-hello-to-a-new-level-of-interactivity-in-gemini-cli/)
|
|
297
|
+
- **Install pre-release extensions:** Install the latest `--pre-release`
|
|
298
|
+
versions of extensions. Used for when an extension’s release hasn’t been
|
|
299
|
+
marked as "latest".
|
|
300
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10752) by
|
|
301
|
+
[@jakemac53](https://github.com/jakemac53))
|
|
302
|
+
- **Simplified extension creation:** Create a new, empty extension. Templates
|
|
303
|
+
are no longer required.
|
|
304
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10629) by
|
|
305
|
+
[@chrstnb](https://github.com/chrstnb))
|
|
306
|
+
- **OpenTelemetry GenAI metrics:** Aligns telemetry with industry-standard
|
|
307
|
+
semantic conventions for improved interoperability.
|
|
308
|
+
([spec](https://opentelemetry.io/docs/concepts/semantic-conventions/),
|
|
309
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/10343) by
|
|
310
|
+
[@jerop](https://github.com/jerop))
|
|
311
|
+
- **List memory files:** Quickly find the location of your long-term memory
|
|
312
|
+
files with `/memory list`.
|
|
313
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/10108) by
|
|
314
|
+
[@sgnagnarella](https://github.com/sgnagnarella))
|
|
315
|
+
|
|
316
|
+
## Announcements: v0.8.0 - 2025-09-29
|
|
317
|
+
|
|
318
|
+
- 🎉 **Announcing Gemini CLI Extensions** 🎉
|
|
319
|
+
- Completely customize your Gemini CLI experience to fit your workflow.
|
|
320
|
+
- Build and share your own Gemini CLI extensions with the world.
|
|
321
|
+
- Launching with a growing catalog of community, partner, and Google-built
|
|
322
|
+
extensions.
|
|
323
|
+
- Check extensions from
|
|
324
|
+
[key launch partners](https://github.com/google-gemini/gemini-cli/discussions/10718).
|
|
325
|
+
- Easy install:
|
|
326
|
+
- `gemini extensions install <github url|folder path>`
|
|
327
|
+
- Easy management:
|
|
328
|
+
- `gemini extensions install|uninstall|link`
|
|
329
|
+
- `gemini extensions enable|disable`
|
|
330
|
+
- `gemini extensions list|update|new`
|
|
331
|
+
- Or use commands while running with `/extensions list|update`.
|
|
332
|
+
- Everything you need to know:
|
|
333
|
+
[Now open for building: Introducing Gemini CLI extensions](https://blog.google/technology/developers/gemini-cli-extensions/).
|
|
334
|
+
- 🎉 **Our New Home Page & Better Documentation** 🎉
|
|
335
|
+
- Check out our new home page for better getting started material, reference
|
|
336
|
+
documentation, extensions and more!
|
|
337
|
+
- _Homepage:_ [https://geminicli.com](https://geminicli.com)
|
|
338
|
+
- ‼️*NEW documentation:*
|
|
339
|
+
[https://geminicli.com/docs](https://geminicli.com/docs) (Have any
|
|
340
|
+
[suggestions](https://github.com/google-gemini/gemini-cli/discussions/8722)?)
|
|
341
|
+
- _Extensions:_
|
|
342
|
+
[https://geminicli.com/extensions](https://geminicli.com/extensions)
|
|
343
|
+
- **Non-Interactive Allowed Tools:** `--allowed-tools` will now also work in
|
|
344
|
+
non-interactive mode.
|
|
345
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/9114) by
|
|
346
|
+
[@mistergarrison](https://github.com/mistergarrison))
|
|
347
|
+
- **Terminal Title Status:** See the CLI's real-time status and thoughts
|
|
348
|
+
directly in the terminal window's title by setting `showStatusInTitle: true`.
|
|
349
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/4386) by
|
|
350
|
+
[@Fridayxiao](https://github.com/Fridayxiao))
|
|
351
|
+
- **Small features, polish, reliability & bug fixes:** A large amount of
|
|
352
|
+
changes, smaller features, UI updates, reliability and bug fixes + general
|
|
353
|
+
polish made it in this week!
|
|
354
|
+
|
|
355
|
+
## Announcements: v0.7.0 - 2025-09-22
|
|
356
|
+
|
|
357
|
+
- 🎉**Build your own Gemini CLI IDE plugin:** We've published a spec for
|
|
358
|
+
creating IDE plugins to enable rich context-aware experiences and native
|
|
359
|
+
in-editor diffing in your IDE of choice.
|
|
360
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8479) by
|
|
361
|
+
[@skeshive](https://github.com/skeshive))
|
|
362
|
+
- 🎉 **Gemini CLI extensions**
|
|
363
|
+
- **Flutter:** An early version to help you create, build, test, and run
|
|
364
|
+
Flutter apps with Gemini CLI
|
|
365
|
+
([extension](https://github.com/gemini-cli-extensions/flutter))
|
|
366
|
+
- **nanobanana:** Integrate nanobanana into Gemini CLI
|
|
367
|
+
([extension](https://github.com/gemini-cli-extensions/nanobanana))
|
|
368
|
+
- **Telemetry config via environment:** Manage telemetry settings using
|
|
369
|
+
environment variables for a more flexible setup.
|
|
370
|
+
([docs](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/telemetry.md#configuration),
|
|
371
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/9113) by
|
|
372
|
+
[@jerop](https://github.com/jerop))
|
|
373
|
+
- **Experimental todos:** Track and display progress on complex tasks with a
|
|
374
|
+
managed checklist. Off by default but can be enabled via
|
|
375
|
+
`"useWriteTodos": true`
|
|
376
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8761) by
|
|
377
|
+
[@anj-s](https://github.com/anj-s))
|
|
378
|
+
- **Share chat support for tools:** Using `/chat share` will now also render
|
|
379
|
+
function calls and responses in the final markdown file.
|
|
380
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8693) by
|
|
381
|
+
[@rramkumar1](https://github.com/rramkumar1))
|
|
382
|
+
- **Citations:** Now enabled for all users
|
|
383
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8570) by
|
|
384
|
+
[@scidomino](https://github.com/scidomino))
|
|
385
|
+
- **Custom commands in Headless Mode:** Run custom slash commands directly from
|
|
386
|
+
the command line in non-interactive mode: `gemini "/joke Chuck Norris"`
|
|
387
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8305) by
|
|
388
|
+
[@capachino](https://github.com/capachino))
|
|
389
|
+
- **Small features, polish, reliability & bug fixes:** A large amount of
|
|
390
|
+
changes, smaller features, UI updates, reliability and bug fixes + general
|
|
391
|
+
polish made it in this week!
|
|
392
|
+
|
|
393
|
+
## Announcements: v0.6.0 - 2025-09-15
|
|
394
|
+
|
|
395
|
+
- 🎉 **Higher limits for Google AI Pro and Ultra subscribers:** We’re psyched to
|
|
396
|
+
finally announce that Google AI Pro and AI Ultra subscribers now get access to
|
|
397
|
+
significantly higher 2.5 quota limits for Gemini CLI!
|
|
398
|
+
- **Announcement:**
|
|
399
|
+
[https://blog.google/technology/developers/gemini-cli-code-assist-higher-limits/](https://blog.google/technology/developers/gemini-cli-code-assist-higher-limits/)
|
|
400
|
+
- 🎉**Gemini CLI Databases and BigQuery Extensions:** Connect Gemini CLI to all
|
|
401
|
+
of your cloud data with Gemini CLI.
|
|
402
|
+
- Announcement and how to get started with each of the below extensions:
|
|
403
|
+
[https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud?e=48754805](https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud?e=48754805)
|
|
404
|
+
- **AlloyDB:** Interact, manage and observe AlloyDB for PostgreSQL databases
|
|
405
|
+
([manage](https://github.com/gemini-cli-extensions/alloydb#configuration),
|
|
406
|
+
[observe](https://github.com/gemini-cli-extensions/alloydb-observability#configuration))
|
|
407
|
+
- **BigQuery:** Connect and query your BigQuery datasets or utilize a
|
|
408
|
+
sub-agent for contextual insights
|
|
409
|
+
([query](https://github.com/gemini-cli-extensions/bigquery-data-analytics#configuration),
|
|
410
|
+
[sub-agent](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics))
|
|
411
|
+
- **Cloud SQL:** Interact, manage and observe Cloud SQL for PostgreSQL
|
|
412
|
+
([manage](https://github.com/gemini-cli-extensions/cloud-sql-postgresql#configuration),[ observe](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability#configuration)),
|
|
413
|
+
Cloud SQL for MySQL
|
|
414
|
+
([manage](https://github.com/gemini-cli-extensions/cloud-sql-mysql#configuration),[ observe](https://github.com/gemini-cli-extensions/cloud-sql-mysql-observability#configuration))
|
|
415
|
+
and Cloud SQL for SQL Server
|
|
416
|
+
([manage](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver#configuration),[ observe](https://github.com/gemini-cli-extensions/cloud-sql-sqlserver-observability#configuration))
|
|
417
|
+
databases.
|
|
418
|
+
- **Dataplex:** Discover, manage, and govern data and AI artifacts
|
|
419
|
+
([extension](https://github.com/gemini-cli-extensions/dataplex#configuration))
|
|
420
|
+
- **Firestore:** Interact with Firestore databases, collections and documents
|
|
421
|
+
([extension](https://github.com/gemini-cli-extensions/firestore-native#configuration))
|
|
422
|
+
- **Looker:** Query data, run Looks and create dashboards
|
|
423
|
+
([extension](https://github.com/gemini-cli-extensions/looker#configuration))
|
|
424
|
+
- **MySQL:** Interact with MySQL databases
|
|
425
|
+
([extension](https://github.com/gemini-cli-extensions/mysql#configuration))
|
|
426
|
+
- **Postgres:** Interact with PostgreSQL databases
|
|
427
|
+
([extension](https://github.com/gemini-cli-extensions/postgres#configuration))
|
|
428
|
+
- **Spanner:** Interact with Spanner databases
|
|
429
|
+
([extension](https://github.com/gemini-cli-extensions/spanner#configuration))
|
|
430
|
+
- **SQL Server:** Interact with SQL Server databases
|
|
431
|
+
([extension](https://github.com/gemini-cli-extensions/sql-server#configuration))
|
|
432
|
+
- **MCP Toolbox:** Configure and load custom tools for more than 30+ data
|
|
433
|
+
sources
|
|
434
|
+
([extension](https://github.com/gemini-cli-extensions/mcp-toolbox#configuration))
|
|
435
|
+
- **JSON output mode:** Have Gemini CLI output JSON with `--output-format json`
|
|
436
|
+
when invoked headlessly for easy parsing and post-processing. Includes
|
|
437
|
+
response, stats and errors.
|
|
438
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8119) by
|
|
439
|
+
[@jerop](https://github.com/jerop))
|
|
440
|
+
- **Keybinding triggered approvals:** When you use shortcuts (`shift+y` or
|
|
441
|
+
`shift+tab`) to activate YOLO/auto-edit modes any pending confirmation dialogs
|
|
442
|
+
will now approve. ([pr](https://github.com/google-gemini/gemini-cli/pull/6665)
|
|
443
|
+
by [@bulkypanda](https://github.com/bulkypanda))
|
|
444
|
+
- **Chat sharing:** Convert the current conversation to a Markdown or JSON file
|
|
445
|
+
with _/chat share <file.md|file.json>_
|
|
446
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8139) by
|
|
447
|
+
[@rramkumar1](https://github.com/rramkumar1))
|
|
448
|
+
- **Prompt search:** Search your prompt history using `ctrl+r`.
|
|
449
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/5539) by
|
|
450
|
+
[@Aisha630](https://github.com/Aisha630))
|
|
451
|
+
- **Input undo/redo:** Recover accidentally deleted text in the input prompt
|
|
452
|
+
using `ctrl+z` (undo) and `ctrl+shift+z` (redo).
|
|
453
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/4625) by
|
|
454
|
+
[@masiafrest](https://github.com/masiafrest))
|
|
455
|
+
- **Loop detection confirmation:** When loops are detected you are now presented
|
|
456
|
+
with a dialog to disable detection for the current session.
|
|
457
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8231) by
|
|
458
|
+
[@SandyTao520](https://github.com/SandyTao520))
|
|
459
|
+
- **Direct to Google Cloud Telemetry:** Directly send telemetry to Google Cloud
|
|
460
|
+
for a simpler and more streamlined setup.
|
|
461
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/8541) by
|
|
462
|
+
[@jerop](https://github.com/jerop))
|
|
463
|
+
- **Visual Mode Indicator Revamp:** ‘shell’, 'accept edits' and 'yolo' modes now
|
|
464
|
+
have colors to match their impact / usage. Input box now also updates.
|
|
465
|
+
([shell](https://imgur.com/a/DovpVF1),
|
|
466
|
+
[accept-edits](https://imgur.com/a/33KDz3J),
|
|
467
|
+
[yolo](https://imgur.com/a/tbFwIWp),
|
|
468
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/8200) by
|
|
469
|
+
[@miguelsolorio](https://github.com/miguelsolorio))
|
|
470
|
+
- **Small features, polish, reliability & bug fixes:** A large amount of
|
|
471
|
+
changes, smaller features, UI updates, reliability and bug fixes + general
|
|
472
|
+
polish made it in this week!
|
|
473
|
+
|
|
474
|
+
## Announcements: v0.5.0 - 2025-09-08
|
|
475
|
+
|
|
476
|
+
- 🎉**FastMCP + Gemini CLI**🎉: Quickly install and manage your Gemini CLI MCP
|
|
477
|
+
servers with FastMCP ([video](https://imgur.com/a/m8QdCPh),
|
|
478
|
+
[pr](https://github.com/jlowin/fastmcp/pull/1709) by
|
|
479
|
+
[@jackwotherspoon](https://github.com/jackwotherspoon)**)**
|
|
480
|
+
- Getting started:
|
|
481
|
+
[https://gofastmcp.com/integrations/gemini-cli](https://gofastmcp.com/integrations/gemini-cli)
|
|
482
|
+
- **Positional Prompt for Non-Interactive:** Seamlessly invoke Gemini CLI
|
|
483
|
+
headlessly via `gemini "Hello"`. Synonymous with passing `-p`.
|
|
484
|
+
([gif](https://imgur.com/a/hcBznpB),
|
|
485
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/7668) by
|
|
486
|
+
[@allenhutchison](https://github.com/allenhutchison))
|
|
487
|
+
- **Experimental Tool output truncation:** Enable truncating shell tool outputs
|
|
488
|
+
and saving full output to a file by setting
|
|
489
|
+
`"enableToolOutputTruncation": true `([pr](https://github.com/google-gemini/gemini-cli/pull/8039)
|
|
490
|
+
by [@SandyTao520](https://github.com/SandyTao520))
|
|
491
|
+
- **Edit Tool improvements:** Gemini CLI’s ability to edit files should now be
|
|
492
|
+
far more capable. ([pr](https://github.com/google-gemini/gemini-cli/pull/7679)
|
|
493
|
+
by [@silviojr](https://github.com/silviojr))
|
|
494
|
+
- **Custom witty messages:** The feature you’ve all been waiting for…
|
|
495
|
+
Personalized witty loading messages via
|
|
496
|
+
`"ui": { "customWittyPhrases": ["YOLO"]}` in `settings.json`.
|
|
497
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7641) by
|
|
498
|
+
[@JayadityaGit](https://github.com/JayadityaGit))
|
|
499
|
+
- **Nested .gitignore File Handling:** Nested `.gitignore` files are now
|
|
500
|
+
respected. ([pr](https://github.com/google-gemini/gemini-cli/pull/7645) by
|
|
501
|
+
[@gsquared94](https://github.com/gsquared94))
|
|
502
|
+
- **Enforced authentication:** System administrators can now mandate a specific
|
|
503
|
+
authentication method via
|
|
504
|
+
`"enforcedAuthType": "oauth-personal|gemini-api-key|…"`in `settings.json`.
|
|
505
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/6564) by
|
|
506
|
+
[@chrstnb](https://github.com/chrstnb))
|
|
507
|
+
- **A2A development-tool extension:** An RFC for an Agent2Agent
|
|
508
|
+
([A2A](https://a2a-protocol.org/latest/)) powered extension for developer tool
|
|
509
|
+
use cases.
|
|
510
|
+
([feedback](https://github.com/google-gemini/gemini-cli/discussions/7822),
|
|
511
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/7817) by
|
|
512
|
+
[@skeshive](https://github.com/skeshive))
|
|
513
|
+
- **Hands on Codelab:
|
|
514
|
+
**[https://codelabs.developers.google.com/gemini-cli-hands-on](https://codelabs.developers.google.com/gemini-cli-hands-on)
|
|
515
|
+
- **Small features, polish, reliability & bug fixes:** A large amount of
|
|
516
|
+
changes, smaller features, UI updates, reliability and bug fixes + general
|
|
517
|
+
polish made it in this week!
|
|
518
|
+
|
|
519
|
+
## Announcements: v0.4.0 - 2025-09-01
|
|
520
|
+
|
|
521
|
+
- 🎉**Gemini CLI CloudRun and Security Integrations**🎉: Automate app deployment
|
|
522
|
+
and security analysis with CloudRun and Security extension integrations. Once
|
|
523
|
+
installed deploy your app to the cloud with `/deploy` and find and fix
|
|
524
|
+
security vulnerabilities with `/security:analyze`.
|
|
525
|
+
- Announcement and how to get started:
|
|
526
|
+
[https://cloud.google.com/blog/products/ai-machine-learning/automate-app-deployment-and-security-analysis-with-new-gemini-cli-extensions](https://cloud.google.com/blog/products/ai-machine-learning/automate-app-deployment-and-security-analysis-with-new-gemini-cli-extensions)
|
|
527
|
+
- **Experimental**
|
|
528
|
+
- **Edit Tool:** Give our new edit tool a try by setting
|
|
529
|
+
`"useSmartEdit": true` in `settings.json`!
|
|
530
|
+
([feedback](https://github.com/google-gemini/gemini-cli/discussions/7758),
|
|
531
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/6823) by
|
|
532
|
+
[@silviojr](https://github.com/silviojr))
|
|
533
|
+
- **Model talking to itself fix:** We’ve removed a model workaround that would
|
|
534
|
+
encourage Gemini CLI to continue conversations on your behalf. This may be
|
|
535
|
+
disruptive and can be disabled via `"skipNextSpeakerCheck": false` in your
|
|
536
|
+
`settings.json`
|
|
537
|
+
([feedback](https://github.com/google-gemini/gemini-cli/discussions/6666),
|
|
538
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/7614) by
|
|
539
|
+
[@SandyTao520](https://github.com/SandyTao520))
|
|
540
|
+
- **Prompt completion:** Get real-time AI suggestions to complete your prompts
|
|
541
|
+
as you type. Enable it with `"general": { "enablePromptCompletion": true }`
|
|
542
|
+
and share your feedback!
|
|
543
|
+
([gif](https://miro.medium.com/v2/resize:fit:2000/format:webp/1*hvegW7YXOg6N_beUWhTdxA.gif),
|
|
544
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/4691) by
|
|
545
|
+
[@3ks](https://github.com/3ks))
|
|
546
|
+
- **Footer visibility configuration:** Customize the CLI's footer look and feel
|
|
547
|
+
in `settings.json`
|
|
548
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7419) by
|
|
549
|
+
[@miguelsolorio](https://github.com/miguelsolorio))
|
|
550
|
+
- `hideCWD`: hide current working directory.
|
|
551
|
+
- `hideSandboxStatus`: hide sandbox status.
|
|
552
|
+
- `hideModelInfo`: hide current model information.
|
|
553
|
+
- `hideContextSummary`: hide request context summary.
|
|
554
|
+
- **Citations:** For enterprise Code Assist licenses users will now see
|
|
555
|
+
citations in their responses by default. Enable this yourself with
|
|
556
|
+
`"showCitations": true`
|
|
557
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7350) by
|
|
558
|
+
[@scidomino](https://github.com/scidomino))
|
|
559
|
+
- **Pro Quota Dialog:** Handle daily Pro model usage limits with an interactive
|
|
560
|
+
dialog that lets you immediately switch auth or fallback.
|
|
561
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7094) by
|
|
562
|
+
[@JayadityaGit](https://github.com/JayadityaGit))
|
|
563
|
+
- **Custom commands @:** Embed local file or directory content directly into
|
|
564
|
+
your custom command prompts using `@{path}` syntax
|
|
565
|
+
([gif](https://miro.medium.com/v2/resize:fit:2000/format:webp/1*GosBAo2SjMfFffAnzT7ZMg.gif),
|
|
566
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/6716) by
|
|
567
|
+
[@abhipatel12](https://github.com/abhipatel12))
|
|
568
|
+
- **2.5 Flash Lite support:** You can now use the `gemini-2.5-flash-lite` model
|
|
569
|
+
for Gemini CLI via `gemini -m …`.
|
|
570
|
+
([gif](https://miro.medium.com/v2/resize:fit:2000/format:webp/1*P4SKwnrsyBuULoHrFqsFKQ.gif),
|
|
571
|
+
[pr](https://github.com/google-gemini/gemini-cli/pull/4652) by
|
|
572
|
+
[@psinha40898](https://github.com/psinha40898))
|
|
573
|
+
- **CLI streamlining:** We have deprecated a number of command line arguments in
|
|
574
|
+
favor of `settings.json` alternatives. We will remove these arguments in a
|
|
575
|
+
future release. See the PR for the full list of deprecations.
|
|
576
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7360) by
|
|
577
|
+
[@allenhutchison](https://github.com/allenhutchison))
|
|
578
|
+
- **JSON session summary:** Track and save detailed CLI session statistics to a
|
|
579
|
+
JSON file for performance analysis with `--session-summary <path>`
|
|
580
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/7347) by
|
|
581
|
+
[@leehagoodjames](https://github.com/leehagoodjames))
|
|
582
|
+
- **Robust keyboard handling:** More reliable and consistent behavior for arrow
|
|
583
|
+
keys, special keys (Home, End, etc.), and modifier combinations across various
|
|
584
|
+
terminals. ([pr](https://github.com/google-gemini/gemini-cli/pull/7118) by
|
|
585
|
+
[@deepankarsharma](https://github.com/deepankarsharma))
|
|
586
|
+
- **MCP loading indicator:** Provides visual feedback during CLI initialization
|
|
587
|
+
when connecting to multiple servers.
|
|
588
|
+
([pr](https://github.com/google-gemini/gemini-cli/pull/6923) by
|
|
589
|
+
[@swissspidy](https://github.com/swissspidy))
|
|
590
|
+
- **Small features, polish, reliability & bug fixes:** A large amount of
|
|
591
|
+
changes, smaller features, UI updates, reliability and bug fixes + general
|
|
592
|
+
polish made it in this week!
|