Gemini CLI Changelog
Wondering what’s new in Gemini CLI? This document provides key highlights and notable changes to Gemini CLI.
v0.12.0 - Gemini CLI weekly update - 2025-10-27
Section titled “v0.12.0 - Gemini CLI weekly update - 2025-10-27”-
🎉 New partner extensions:
-
🤗 Hugging Face extension: Access the Hugging Face hub. (gif)
gemini extensions install https://github.com/huggingface/hf-mcp-server -
Monday.com extension: Analyze your sprints, update your task boards, etc. (gif)
gemini extensions install https://github.com/mondaycom/mcp -
Data Commons extension: Query public datasets or ground responses on data from Data Commons (gif).
gemini extensions install https://github.com/gemini-cli-extensions/datacommons
-
-
Model selection: Choose the Gemini model for your session with
/model. (pic, pr by @abhipatel12). -
Model routing: Gemini CLI will now intelligently pick the best model for the task. Simple queries will be sent to Flash while complex analytical or creative tasks will still use the power of Pro. This ensures your quota will last for a longer period of time. You can always opt-out of this via
/model. (pr by @abhipatel12). -
Codebase investigator subagent: We now have a new built-in subagent that will explore your workspace and resolve relevant information to improve overall performance. (pr by @abhipatel12, pr by @silviojr).
-
Explore extensions with
/extension: Users can now open the extensions page in their default browser directly from the CLI using the/extensionexplore command. (pr by @JayadityaGit). -
Configurable compression: Users can modify the compression threshold in
/settings. The default has been made more proactive (pr by @scidomino). -
API key authentication: Users can now securely enter and store their Gemini API key via a new dialog, eliminating the need for environment variables and repeated entry. (pr by @galz10).
-
Sequential approval: Users can now approve multiple tool calls sequentially during execution. (pr by @joshualitt).
v0.11.0 - Gemini CLI weekly update - 2025-10-20
Section titled “v0.11.0 - Gemini CLI weekly update - 2025-10-20”- 🎉 Gemini CLI Jules Extension: Use Gemini CLI to orchestrate Jules. Spawn
remote workers, delegate tedious tasks, or check in on running jobs!
- Install:
gemini extensions install https://github.com/gemini-cli-extensions/jules - Announcement: https://developers.googleblog.com/en/introducing-the-jules-extension-for-gemini-cli/
- Install:
- Stream JSON output: Stream real-time JSONL events with
--output-format stream-jsonto monitor AI agent progress when run headlessly. (gif, pr by @anj-s) - Markdown toggle: Users can now switch between rendered and raw markdown
display using
alt+morctrl+m. (gif, pr by @srivatsj) - Queued message editing: Users can now quickly edit queued messages by pressing the up arrow key when the input is empty. (gif, pr by @akhil29)
- JSON web fetch: Non-HTML content like JSON APIs or raw source code are now properly shown to the model (previously only supported HTML) (gif, pr by @abhipatel12)
- Non-interactive MCP commands: Users can now run MCP slash commands in
non-interactive mode
gemini "/some-mcp-prompt". (pr by @capachino) - Removal of deprecated flags: We’ve finally removed a number of deprecated
flags to cleanup Gemini CLI’s invocation profile:
--all-files/-ain favor of@from within Gemini CLI. (pr by @allenhutchison)--telemetry-*flags in favor of environment variables (pr by @allenhutchison)
v0.10.0 - Gemini CLI weekly update - 2025-10-13
Section titled “v0.10.0 - Gemini CLI weekly update - 2025-10-13”- Polish: The team has been heads down bug fixing and investing heavily into polishing existing flows, tools, and interactions.
- Interactive Shell Tool calling: Gemini CLI can now also execute interactive tools if needed (pr by @galz10).
- Alt+Key support: Enables broader support for Alt+Key keyboard shortcuts across different terminals. (pr by @srivatsj).
- Telemetry Diff stats: Track line changes made by the model and user during file operations via OTEL. (pr by @jerop).
v0.9.0 - Gemini CLI weekly update - 2025-10-06
Section titled “v0.9.0 - Gemini CLI weekly update - 2025-10-06”- 🎉 Interactive Shell: Run interactive commands like
vim,rebase -i, or evengemini😎 directly in Gemini CLI: - Install pre-release extensions: Install the latest
--pre-releaseversions of extensions. Used for when an extension’s release hasn’t been marked as “latest”. (pr by @jakemac53) - Simplified extension creation: Create a new, empty extension. Templates are no longer required. (pr by @chrstnb)
- OpenTelemetry GenAI metrics: Aligns telemetry with industry-standard semantic conventions for improved interoperability. (spec, pr by @jerop)
- List memory files: Quickly find the location of your long-term memory
files with
/memory list. (pr by @sgnagnarella)
v0.8.0 - Gemini CLI weekly update - 2025-09-29
Section titled “v0.8.0 - Gemini CLI weekly update - 2025-09-29”- 🎉 Announcing Gemini CLI Extensions 🎉
- Completely customize your Gemini CLI experience to fit your workflow.
- Build and share your own Gemini CLI extensions with the world.
- Launching with a growing catalog of community, partner, and Google-built
extensions.
- Check extensions from key launch partners.
- Easy install:
gemini extensions install <github url|folder path>
- Easy management:
gemini extensions install|uninstall|linkgemini extensions enable|disablegemini extensions list|update|new
- Or use commands while running with
/extensions list|update. - Everything you need to know: Now open for building: Introducing Gemini CLI extensions.
- 🎉 Our New Home Page & Better Documentation 🎉
- Check out our new home page for better getting started material, reference documentation, extensions and more!
- Homepage: https://geminicli.com
- ‼️NEW documentation: https://geminicli.com/docs (Have any suggestions?)
- Extensions: https://geminicli.com/extensions
- Non-Interactive Allowed Tools:
--allowed-toolswill now also work in non-interactive mode. (pr by @mistergarrison) - Terminal Title Status: See the CLI’s real-time status and thoughts
directly in the terminal window’s title by setting
showStatusInTitle: true. (pr by @Fridayxiao) - Small features, polish, reliability & bug fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!
v0.7.0 - Gemini CLI weekly update - 2025-09-22
Section titled “v0.7.0 - Gemini CLI weekly update - 2025-09-22”- 🎉Build your own Gemini CLI IDE plugin: We’ve published a spec for creating IDE plugins to enable rich context-aware experiences and native in-editor diffing in your IDE of choice. (pr by @skeshive)
- 🎉 Gemini CLI extensions
- Telemetry config via environment: Manage telemetry settings using environment variables for a more flexible setup. (docs, pr by @jerop)
- Experimental todos: Track and display progress on complex tasks with a
managed checklist. Off by default but can be enabled via
"useWriteTodos": true(pr by @anj-s) - Share chat support for tools: Using
/chat sharewill now also render function calls and responses in the final markdown file. (pr by @rramkumar1) - Citations: Now enabled for all users (pr by @scidomino)
- Custom commands in Headless Mode: Run custom slash commands directly from
the command line in non-interactive mode:
gemini "/joke Chuck Norris"(pr by @capachino) - Small features, polish, reliability & bug fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!
v0.6.0 - Gemini CLI weekly update - 2025-09-15
Section titled “v0.6.0 - Gemini CLI weekly update - 2025-09-15”- 🎉 Higher limits for Google AI Pro and Ultra subscribers: We’re psyched to finally announce that Google AI Pro and AI Ultra subscribers now get access to significantly higher 2.5 quota limits for Gemini CLI!
- 🎉Gemini CLI Databases and BigQuery Extensions: Connect Gemini CLI to all
of your cloud data with Gemini CLI.
- Announcement and how to get started with each of the below extensions: https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud?e=48754805
- AlloyDB: Interact, manage and observe AlloyDB for PostgreSQL databases (manage, observe)
- BigQuery: Connect and query your BigQuery datasets or utilize a sub-agent for contextual insights (query, sub-agent)
- Cloud SQL: Interact, manage and observe Cloud SQL for PostgreSQL (manage, observe), Cloud SQL for MySQL (manage, observe) and Cloud SQL for SQL Server (manage, observe) databases.
- Dataplex: Discover, manage, and govern data and AI artifacts (extension)
- Firestore: Interact with Firestore databases, collections and documents (extension)
- Looker: Query data, run Looks and create dashboards (extension)
- MySQL: Interact with MySQL databases (extension)
- Postgres: Interact with PostgreSQL databases (extension)
- Spanner: Interact with Spanner databases (extension)
- SQL Server: Interact with SQL Server databases (extension)
- MCP Toolbox: Configure and load custom tools for more than 30+ data sources (extension)
- JSON output mode: Have Gemini CLI output JSON with
--output-format jsonwhen invoked headlessly for easy parsing and post-processing. Includes response, stats and errors. (pr by @jerop) - Keybinding triggered approvals: When you use shortcuts (
shift+yorshift+tab) to activate YOLO/auto-edit modes any pending confirmation dialogs will now approve. (pr by @bulkypanda) - Chat sharing: Convert the current conversation to a Markdown or JSON file with /chat share <file.md|file.json> (pr by @rramkumar1)
- Prompt search: Search your prompt history using
ctrl+r. (pr by @Aisha630) - Input undo/redo: Recover accidentally deleted text in the input prompt
using
ctrl+z(undo) andctrl+shift+z(redo). (pr by @masiafrest) - Loop detection confirmation: When loops are detected you are now presented with a dialog to disable detection for the current session. (pr by @SandyTao520)
- Direct to Google Cloud Telemetry: Directly send telemetry to Google Cloud for a simpler and more streamlined setup. (pr by @jerop)
- Visual Mode Indicator Revamp: ‘shell’, ‘accept edits’ and ‘yolo’ modes now have colors to match their impact / usage. Input box now also updates. (shell, accept-edits, yolo, pr by @miguelsolorio)
- Small features, polish, reliability & bug fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!
v0.5.0 - Gemini CLI weekly update - 2025-09-08
Section titled “v0.5.0 - Gemini CLI weekly update - 2025-09-08”- 🎉FastMCP + Gemini CLI🎉: Quickly install and manage your Gemini CLI MCP
servers with FastMCP (video,
pr by
@jackwotherspoon)
- Getting started: https://gofastmcp.com/integrations/gemini-cli
- Positional Prompt for Non-Interactive: Seamlessly invoke Gemini CLI
headlessly via
gemini "Hello". Synonymous with passing-p. (gif, pr by @allenhutchison) - Experimental Tool output truncation: Enable truncating shell tool outputs
and saving full output to a file by setting
"enableToolOutputTruncation": true(pr by @SandyTao520) - Edit Tool improvements: Gemini CLI’s ability to edit files should now be far more capable. (pr by @silviojr)
- Custom witty messages: The feature you’ve all been waiting for…
Personalized witty loading messages via
"ui": { "customWittyPhrases": ["YOLO"]}insettings.json. (pr by @JayadityaGit) - Nested .gitignore File Handling: Nested
.gitignorefiles are now respected. (pr by @gsquared94) - Enforced authentication: System administrators can now mandate a specific
authentication method via
"enforcedAuthType": "oauth-personal|gemini-api-key|…"insettings.json. (pr by @chrstnb) - A2A development-tool extension: An RFC for an Agent2Agent (A2A) powered extension for developer tool use cases. (feedback, pr by @skeshive)
- **Hands on Codelab: **https://codelabs.developers.google.com/gemini-cli-hands-on
- Small features, polish, reliability & bug fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!
v0.4.0 - Gemini CLI weekly update - 2025-09-01
Section titled “v0.4.0 - Gemini CLI weekly update - 2025-09-01”- 🎉Gemini CLI CloudRun and Security Integrations🎉: Automate app deployment
and security analysis with CloudRun and Security extension integrations. Once
installed deploy your app to the cloud with
/deployand find and fix security vulnerabilities with/security:analyze.- Announcement and how to get started: https://cloud.google.com/blog/products/ai-machine-learning/automate-app-deployment-and-security-analysis-with-new-gemini-cli-extensions
- Experimental
- Edit Tool: Give our new edit tool a try by setting
"useSmartEdit": trueinsettings.json! (feedback, pr by @silviojr) - Model talking to itself fix: We’ve removed a model workaround that would
encourage Gemini CLI to continue conversations on your behalf. This may be
disruptive and can be disabled via
"skipNextSpeakerCheck": falsein yoursettings.json(feedback, pr by @SandyTao520) - Prompt completion: Get real-time AI suggestions to complete your prompts
as you type. Enable it with
"general": { "enablePromptCompletion": true }and share your feedback! (gif, pr by @3ks)
- Edit Tool: Give our new edit tool a try by setting
- Footer visibility configuration: Customize the CLI’s footer look and feel
in
settings.json(pr by @miguelsolorio)hideCWD: hide current working directory.hideSandboxStatus: hide sandbox status.hideModelInfo: hide current model information.hideContextSummary: hide request context summary.
- Citations: For enterprise Code Assist licenses users will now see
citations in their responses by default. Enable this yourself with
"showCitations": true(pr by @scidomino) - Pro Quota Dialog: Handle daily Pro model usage limits with an interactive dialog that lets you immediately switch auth or fallback. (pr by @JayadityaGit)
- Custom commands @: Embed local file or directory content directly into
your custom command prompts using
@{path}syntax (gif, pr by @abhipatel12) - 2.5 Flash Lite support: You can now use the
gemini-2.5-flash-litemodel for Gemini CLI viagemini -m …. (gif, pr by @psinha40898) - CLI streamlining: We have deprecated a number of command line arguments in
favor of
settings.jsonalternatives. We will remove these arguments in a future release. See the PR for the full list of deprecations. (pr by @allenhutchison) - JSON session summary: Track and save detailed CLI session statistics to a
JSON file for performance analysis with
--session-summary <path>(pr by @leehagoodjames) - Robust keyboard handling: More reliable and consistent behavior for arrow keys, special keys (Home, End, etc.), and modifier combinations across various terminals. (pr by @deepankarsharma)
- MCP loading indicator: Provides visual feedback during CLI initialization when connecting to multiple servers. (pr by @swissspidy)
- Small features, polish, reliability & bug fixes: A large amount of changes, smaller features, UI updates, reliability and bug fixes + general polish made it in this week!