Gemini CLI Update: Higher Limits for Google AI Pro and Ultra + New Data Cloud Extensions
Google announces higher quota limits for Gemini CLI on Pro and Ultra, plus powerful extensions for AlloyDB, BigQuery, Cloud SQL, Dataplex, Firestore, Looker, and more.
What’s new: higher limits for Gemini CLI
Connect all your data: Gemini CLI extensions for Google Data Cloud
- AlloyDB (interact, manage, and observe)
- BigQuery (data analytics and conversational insights)
- Cloud SQL for PostgreSQL, MySQL, SQL Server (manage, observe)
- Dataplex (discover, manage, and govern data + AI artifacts)
- Firestore (interact with databases, collections, and documents)
- Looker (query data, run Looks, create dashboards)
- Spanner (interact with databases and data)
- MySQL and Postgres (generic database tools)
- SQL Server (generic database tools)
- MCP Toolbox (load custom tools across 30+ data sources)
Quick start (step-by-step)
- Install the latest Gemini CLI:
example.sh1npm install -g @google/gemini-cli@latestBASHUTF-8
- Install an extension (example: Cloud SQL for PostgreSQL):
example.sh1gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresqlBASHUTF-8
- Configure environment variables for your Google Cloud project and service credentials.
- Launch the CLI and list installed extensions:
example.sh1gemini 2/extensions 3/mcp listBASHUTF-8
- Provision and manage resources with natural-language prompts (e.g., create instances, users, and tables), then generate APIs and seed test data for faster integration.
Power features that boost productivity
- JSON Output Mode: Run headlessly with
--output-format jsonto get structured responses for automated parsing, logging, or CI workflows. - Keybinding Triggered Approvals: When YOLO/auto-edit modes are activated using shortcuts (shift+y or shift+tab), pending confirmations will auto-approve.
- Chat Sharing: Export the current conversation as Markdown or JSON with
/chat share file.md|file.json. - Prompt Search: Quickly search your prompt history using
ctrl+r. - Input Undo/Redo: Recover edited content with
ctrl+z(undo) andctrl+shift+z(redo). - Loop Detection Confirmation: Disable loop detection per session if needed via a confirmation dialog.
- Direct to Google Cloud Telemetry: Streamlined telemetry pipeline to Google Cloud.
- Visual Mode Indicator Revamp: Clear color-coded indicators for shell, accept edits, and yolo modes.
Why this matters for teams
- Faster iteration: Higher limits mean less friction when running long sessions, multi-step tasks, or CI-driven workflows.
- Data-in-the-loop: Extensions let you build, query, and monitor databases without context switching—right from your terminal.
- Production-ready automation: JSON output and approvals help you wire Gemini into pipelines with strong guarantees.
References
- Official announcement: https://blog.google/technology/developers/gemini-cli-code-assist-higher-limits/
- Extensions overview: https://cloud.google.com/blog/products/databases/gemini-cli-extensions-for-google-data-cloud



