Docs/Coding agents/Supported agents
Coding agents

Supported coding agents

3 min read

DevThrottle is vendor-neutral: it runs the coding agents you already use, side by side on one board, each in its own session on its own repository. You keep your own subscriptions and keys - running an agent through DevThrottle costs nothing.

First-class agents

Agents with a built-in driver, selectable directly in the New Session dialog:

  • Claude Code
  • OpenAI Codex
  • Cursor CLI
  • GitHub Copilot CLI
  • Google Gemini
  • opencode
  • xAI Grok
  • Pi

Any other CLI: the custom agent

The ninth driver is the escape hatch: point DevThrottle at any command-line program and it runs as a session like the rest - terminal on the board, cards, history. If a coding CLI exists, it can sit on the board today, even before it gets a first-class driver.

Tip
Choosing an agent to start with? The coding agents directory compares the field, and the Terminal-Bench scoreboard shows how they score on real command-line work. The agent knowledge base explains how that research is kept honest.

What "supported" means here

A first-class driver knows the agent's install, launch, and interaction quirks, so status detection (working / waiting on you / done) is tuned for it. The custom driver runs anything but reads state more generically.

Note
DevThrottle does not modify the agents. Each one runs exactly as it would in your own terminal - same commands, same flags, same output - with the board watching from outside. Your existing agent configuration keeps working.