Supported Agents
Gump orchestrates coding agent CLIs. Each agent runs in headless mode inside the worktree. Gump prepares the context, launches the process, streams its output, and collects the result.Agent table
| Agent | CLI command | Models | Context file | Resume | Tokens | Native cost |
|---|---|---|---|---|---|---|
| Claude Code | claude -p | claude-opus, claude-sonnet, claude-haiku | CLAUDE.md | --resume <uuid> | Per message | Yes |
| Codex | codex exec | codex | AGENTS.md | resume <thread-id> | Per turn | No |
| Gemini CLI | gemini -p | gemini, gemini-pro, gemini-flash, gemini-flash-lite | GEMINI.md | --resume | Aggregated | No |
| Qwen CLI | qwen -p | qwen, qwen-plus, qwen-max | QWEN.md | --resume <uuid> | Per message | No |
| OpenCode | opencode run | opencode | AGENTS.md | --session <ses_id> | Per step_finish | No |
| Cursor | cursor -p | cursor | CLAUDE.md + .cursorrules | --resume <uuid> | Per message | Yes |
Using agents in workflows
Reference agents by name in your workflow YAML:claude-sonnet tells the Claude Code CLI to use Sonnet. If you just write claude, the CLI uses its default model.
Check which agents are available on your machine:
Connector roadmap
| Wave | Agents | Status |
|---|---|---|
| Wave 1 | Claude Code, Codex, Gemini, Qwen, OpenCode | Available |
| Wave 1.5 | Cursor CLI | Available |
| Wave 2 | Aider, Copilot CLI, Amp, Kimi CLI | Planned |
| Wave 3 | Trae CLI, Neovate, Fetchcoder | Evaluating |