Gemini CLI
Google's Gemini agent with built-in ACP support. No separate adapter package needed.
Prerequisites
- Node.js (v18+) installed and on your
PATH. - Google Cloud authentication configured.
Setup
- Install the Gemini CLI:
npm install -g @google/gemini-cli - Authenticate — Follow the Google Cloud authentication prompts when you first run
gemini. - Select in Blueprint AI — Choose Gemini CLI from the agent dropdown in the chat panel.
Key Details
| Type | CLI (JSON-RPC over stdio) |
| ACP Adapter | Built-in (no extra package) |
| Default Model | Set by Gemini CLI configuration |
Troubleshooting
- Make sure
geminiis available in your terminal. Rungemini --versionto verify. - If auto-detection fails, set the path manually in
Project Settings > Blueprint AI > BAI Agents > Path Overrides > Gemini CLI Path.