This is Gemini 3: our most intelligent model that helps you learn, build and plan anything.
It comes with state-of-the-art reasoning capabilities, world-leading multimodal understanding, and enables new agentic coding experiences. 🧵
Move from idea to production faster and more securely with two new Gemini CLI extensions ⚡
1️⃣ /deploy your apps directly to Cloud Run
2️⃣ /security:analyze your code for vulnerabilities
Supercharge your workflow from the command line → https://t.co/6JoKTlU3nA
Here is Gemini CLI’s September 1st weekly update for v0.4.0
- 🎉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.
- Announcement and how to get started: https://t.co/D2rYM8jpCj
- Experiments
- Edit Tool: Give our new edit tool a try by setting "useSmartEdit": true in settings.json! (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 (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! (3ks)
- Footer Visibility Configuration: Customize the CLI's footer look and feel in settings.json (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 (scidomino)
- Pro Quota Dialog: Handle daily Pro model usage limits with an interactive dialog that lets you immediately switch auth or fallback. (JayadityaGit)
- Custom Commands @: Embed local file or directory content directly into your custom command prompts using @{path} syntax (abhipatel12)
- 2.5 Flash Lite Support: You can now use the gemini-2.5-flash-lite model for Gemini CLI via gemini -m …. (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 PR for the full list of deprecations. (allenhutchison)
- JSON Session Summary: Track and save detailed CLI session statistics to a JSON file for performance analysis with --session-summary <path> (leehagoodjames)
- Robust Keyboard Handling: More reliable and consistent behavior for arrow keys, special keys (Home, End, etc.), and modifier combinations across various terminals. (deepankarsharma)
- MCP Loading Indicator: Provides visual feedback during CLI initialization when connecting to multiple servers. (swissspidy)
https://t.co/o60L5ZxivV
🧵
Announcing Genkit Go 1.0 ✨
The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more.
Read the blog →https://t.co/ZEGtUcWLvx
It's Nano Banana weekend!🍌🚀
- Online hackathon with over $400,000 in prizes
- In-person hackathon in SF
- Nano Banana available in the Gemini API free tier for 48 hours
Everything you need to know in 🧵
I answer your Top 58 (⁉️) questions around Firebase Studio! 🔥
If you have more questions or want me to dive deeper into any of them, either comment below or post on the Firebase Studio forums 🚀
Enjoy 😇
I'm thrilled to announce the launch of the @geminiapp Storybook.
As a new father, I've been thinking about how to communicate with my son in a way that truly resonates with him, and in a way that many of our own parents used to communicate with us… reading. With Storybook, now you can describe any story you can imagine, and Gemini generates a unique 10-page book with custom art and audio.
We’re excited to help people find creative ways to bridge communication gaps when you don’t quite have the words for it. That’s the beauty of AI. It holds the potential to help us achieve things we never thought possible.
Read about it at https://t.co/KIkXO5hi5m or try it at https://t.co/UREX09w6sk. I'd love to hear what you think of it, and where we can improve!
Gemini CLI Update from last week! We merged ~150 PRs from 75+ unique contributors. Gemini CLI is now installed by default in @Firebase Studio. Here are more key improvements:
- Added clipboard image paste support for macOS. (jaysondasher)
- Introduced system-wide settings config for administrators. (chrstnb)
- Introduced an interactive prompt flag (--prompt-interactive/-i) (taeold).
- Enabled summarization of tool outputs with specific summarizers. (anj-s)
- Fixed infinite loop on Windows. (SandyTao520)
- Sanitized tool parameters to prevent 400 API errors. (BigUncle)
- Improved the headless authentication flow for smoother use in servers. (NTaylorMullen)
- Included a command line option to enable and list extensions. (bbiggs)
- Improved handling for quota-related (429) API errors. (bdmorgan)
- Added support for .svg files. (PugazhendhiDev)
- Added NO_BROWSER environment variable for offline auth flows. (sethtroisi)
- Allowed configuring maximum session turns in settings. (anj-s)
- Added visuals in the UI to identify nightly versions. (miguelsolorio)
Get started today: `npm i -g @google/gemini-cli`