Gemini
Google Gemini AI assistant integration.
Installation
Node.js (v20+)
Install globally:
Or run directly with npx:
Homebrew
Setup
After installation, run gemini
to:
1. Pick a color theme
2. Authenticate with your Google account
API Keys (Optional)
- Gemini API: Get a key from Google AI Studio
- Vertex AI: Get a key from Google Cloud
Note: When authenticated, you get up to 60 requests per minute and 1,000 requests per day.
Usage
Configuration
Gemini configuration is automatically generated in the working directory.
Default Configuration
The coder creates a .codex/config.yaml
file with:
- Model: gemini-2.5-pro
- Provider: google
Environment Variables
Set your Google API credentials as needed.
Custom Configuration
Use a Metacoder config file to override defaults:
Notes
- Gemini CLI provides debug output that is parsed to extract results
- The coder expects configuration in
.codex/config.yaml