Supported Agents
| Agent | Provider | Description |
|---|---|---|
| Claude Code | Anthropic | Anthropic’s coding agent |
| Codex | OpenAI | OpenAI’s coding agent |
| Gemini | Google’s coding agent |
How It Works
Cue CLI acts as a router that spawns and controls these agents:- Unified control — One CLI to manage all agents
- Phone control — Send prompts from iOS, agent runs on your computer
- Session management — Resume, list, and manage sessions
- Real-time streaming — See output as it generates
Installation
Install each agent’s CLI separately:Authentication
Each agent needs its own API key:Using from Terminal
Claude Code
Codex
Gemini
Using from Your Phone
Once Cue CLI is running and connected:- Open Cue on your phone
- Select a coding conversation
- Choose the agent (Claude Code, Codex, or Gemini)
- Send a message — it runs on your computer
- See real-time output on your phone
Session Management
List sessions for each agent:Session Storage
Each agent stores sessions in its own location:| Agent | Storage Path |
|---|---|
| Claude Code | ~/.claude/projects/ |
| Codex | ~/.codex/sessions/ |
| Gemini | ~/.gemini/tmp/ |
Comparison
| Feature | Claude Code | Codex | Gemini |
|---|---|---|---|
| Session format | JSONL | JSONL | JSON |
| Auth method | API key | API key | OAuth / API key |
| Streaming | Yes | Yes | Yes |
| Session resume | Yes | Yes | Yes |
Next Steps
Cue Agent
Use Cue’s native agent
Utilities
Browse the command categories available through Cue CLI