mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-31 22:23:09 -07:00
3e11913579
Remote agent accessible via Google Chat, built as a two-service architecture: - A2A server wrapping Gemini CLI agent (concurrency=1, Cloud Run) - Chat bridge translating Google Chat webhooks to A2A protocol (concurrency=80) Key features: - A2UI extension for tool approval surfaces and streaming text - Collapsible Cards V2 activity cards with interleaved narration and tool calls - Post-tool text extraction (final answer separated from narration) - GCS-backed session, workspace, conversation, and ~/.gemini persistence - YOLO mode (auto-approve tools), /esc (cancel running task), /reset, /yolo, /safe - Default GEMINI.md seeding for agent response style - Kubernetes deployment manifests for GKE - Cloud Build configs for both services