Here is Gemini CLI’s February 25th weekly update for v0.30.0
- ✨Gemini 3.1: - Over the past week we started rolling out Gemini 3.1. In the coming days, all usage of Gemini 3 will automatically shift to Gemini 3.1, ensuring you have access to our latest and most capable model by default
- ✨Gemini 3 by Default: To make it more discoverable, we have removed the previewFeatures requirement for our latest models. Gemini CLI now defaults to Auto (Gemini 3) family and you can continue to choose Auto (Gemini 2.5)
- For Gemini Code Assist users your administrator will still need to enable Preview Release Channels for you to access Gemini 3.
- 🎉Gemini CLI Extensions:
- Neo4J: Generate Cypher queries using natural language, and build sophisticated GraphRAG applications within Gemini CLI - gemini extensions install https://github.com/neo4j-contrib/mcp-neo4j
- Atlassian: Connect Atlassian Rovo MCP Server with Gemini CLI to sync, search, and automate Atlassian apps such Jira, Compass, and Confluence using natural language - gemini extensions install - https://github.com/atlassian/atlassian-mcp-server
- 🖱️ Enhanced Drag-and-Drop Workflow - Giving you more seamless file handling when you drag and drop.
- Cross-Platform Reliability: Dropping files into the CLI is now smoother and more reliable than ever across macOS, Windows, and Linux.
- External File Support: You can now drag and drop files from outside your current workspace. To keep things secure, the CLI will explicitly ask for permission before accessing files from external directories.
- 🤔Inline Thinking: Thinking bubbles now support summary and full modes for better visibility into the model's process.
- 💤Ctrl z to Suspend - Posix users can now suspend by hitting ctrl z and take back their terminal. Once you're ready to resume, you can foreground it with the fg command.
-⏳Default Retention Rates - Chat sessions have a 30 day TTL by default now. A custom retention can be configured via /settings “Keep chat history”
- 📜 Policy Engine Transition: We are deprecating --allowed-tools and excludeTools in lieu of policy engine in the coming weeks.
- 🗺️ Plan Mode (Experimental):
- 🧠 Sequential Planning: Formalized a new 5-phase sequential planning workflow to enhance agentic execution and strategy.