这是indexloc提供的服务,不要输入任何密码
Skip to content

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”

Codebase investigator subagent in Gemini CLI.

  • 🎉 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).

    • Enable, disable, or limit turns in /settings, plus advanced configs in settings.json (pic, pr by @silviojr).
  • Explore extensions with /extension: Users can now open the extensions page in their default browser directly from the CLI using the /extension explore 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 and Jules

  • 🎉 Gemini CLI Jules Extension: Use Gemini CLI to orchestrate Jules. Spawn remote workers, delegate tedious tasks, or check in on running jobs!
  • Stream JSON output: Stream real-time JSONL events with --output-format stream-json to 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+m or ctrl+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:

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 even gemini 😎 directly in Gemini CLI:
  • Install pre-release extensions: Install the latest --pre-release versions 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.
    • Easy install:
      • gemini extensions install <github url|folder path>
    • Easy management:
      • gemini extensions install|uninstall|link
      • gemini extensions enable|disable
      • gemini 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 🎉
  • Non-Interactive Allowed Tools: --allowed-tools will 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
    • Flutter: An early version to help you create, build, test, and run Flutter apps with Gemini CLI (extension)
    • nanobanana: Integrate nanobanana into Gemini CLI (extension)
  • 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 share will 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.
  • JSON output mode: Have Gemini CLI output JSON with --output-format json when invoked headlessly for easy parsing and post-processing. Includes response, stats and errors. (pr by @jerop)
  • Keybinding triggered approvals: When you use shortcuts (shift+y or shift+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) and ctrl+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)
  • 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"]} in settings.json. (pr by @JayadityaGit)
  • Nested .gitignore File Handling: Nested .gitignore files are now respected. (pr by @gsquared94)
  • Enforced authentication: System administrators can now mandate a specific authentication method via "enforcedAuthType": "oauth-personal|gemini-api-key|…"in settings.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 /deploy and find and fix security vulnerabilities with /security:analyze.
  • Experimental
    • Edit Tool: Give our new edit tool a try by setting "useSmartEdit": true in settings.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": false in your settings.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)
  • 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-lite model for Gemini CLI via gemini -m …. (gif, pr by @psinha40898)
  • CLI streamlining: We have deprecated a number of command line arguments in favor of settings.json alternatives. 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!