Best of Google GeminiOctober 2025

  1. 1
    Article
    Avatar of googledevsGoogle Developers·31w

    Say hello to a new level of interactivity in Gemini CLI

    Gemini CLI v0.9.0 introduces pseudo-terminal (PTY) support, enabling interactive commands like vim, top, and git rebase -i to run directly within the CLI context. The update uses node-pty to spawn processes in a virtual terminal, streaming real-time snapshots of terminal state including text, colors, and cursor position. This architecture supports two-way communication with keyboard input and window resizing, eliminating the need to switch to separate terminals while maintaining full context awareness.

  2. 2
    Article
    Avatar of firebase-developersFirebase Developers·29w

    Building Arc: An AI Messenger Powered by Firebase, Flutter, and Vertex AI

    Arc is a privacy-focused messaging app built with Flutter for cross-platform development, Firebase for real-time messaging and authentication, Cloud Run for scalable microservices, and Vertex AI with Gemini models for AI-powered conversational companions. The architecture emphasizes four pillars: stability, speed, lightweight design, and high security. Key features include ephemeral messaging, mesh networking for offline resilience, and RAG-based AI characters grounded in Vertex AI Search to prevent hallucinations. The team achieves rapid iteration with 144 updates in 34 months through rigorous Flutter optimization using static analysis and dynamic profiling.

  3. 3
    Article
    Avatar of collectionsCollections·32w

    Introducing the Genkit Extension and Ecosystem for Gemini CLI

    Google launched an extension ecosystem for Gemini CLI, including the Genkit Extension for AI-powered development assistance. The platform supports third-party integrations from partners like Figma, Stripe, and Dynatrace through an open-source model on GitHub. With over 1 million users and 22+ extensions at launch, developers can install and chain extensions via single commands to build customized toolchains with framework-aware code generation, debugging, and documentation access.

  4. 4
    Article
    Avatar of elevateElevate·30w

    Gemini CLI Tips & Tricks

    Comprehensive guide covering 30+ advanced techniques for using Gemini CLI, Google's open-source AI terminal assistant. Covers persistent context with GEMINI.md files, custom slash commands, MCP server extensions, memory management, checkpointing for rollbacks, file and image referencing with @ syntax, on-the-fly tool creation, system troubleshooting, YOLO mode for auto-approval, headless scripting, and session management. Includes setup instructions, authentication options (free Google account or API key), and practical examples for coding tasks, debugging, content generation, and workflow automation.

  5. 5
    Article
    Avatar of medium_jsMedium·32w

    Meet the Flutter Extension for Gemini CLI

    Google released an experimental Flutter Extension for Gemini CLI that combines the Dart and Flutter MCP Server with additional context and commands to accelerate app development. The extension provides commands like /create-app for bootstrapping production-ready apps with design docs, /modify for guided code changes, and /commit for automated testing and Git commits. It includes built-in best practices for Flutter and Dart development, automatically configures the MCP server for common development tasks like analyzing code, managing dependencies, running tests, and interacting with running applications.

  6. 6
    Article
    Avatar of collectionsCollections·33w

    Introducing Jules Tools: Enhancing Developer Productivity with Google’s AI Coding Agent

    Google launched Jules Tools, a CLI for their AI coding agent Jules, powered by the Gemini model. The tool enables developers to manage coding tasks like bug fixes and test writing directly from the terminal with asynchronous execution and minimal human intervention. It includes features like repository memory, file selection, PR comment responses, and integrates with GitHub. An accompanying Jules API in early alpha allows custom agent creation for complex automation. The tool offers a free tier with 15 daily tasks and paid plans starting at $19.99 monthly.