Agent Providers
Agent Providers
Overview of all AI agent providers supported by Verun — Claude Code, Codex, Open Code, Gemini CLI, and Cursor.
Verun works with multiple AI coding agents. Each provider is a CLI-based tool that Verun runs inside an isolated worktree for each task. Select your preferred provider when starting a new session.
Supported Providers
| Provider | Type | Status |
|---|---|---|
| Claude Code | CLI · Anthropic | Available |
| Codex | CLI · OpenAI | Available |
| OpenCode | CLI · Open-source | Available |
| Gemini CLI | CLI · Google | Available |
| Cursor | GUI Agent | Available |
| Local Models | CLI · Self-hosted | Coming Soon |
Selecting a Provider
- Open a task and click the + button at the top of the session list.
- Choose a provider from the menu. Only installed agents are shown as active; others display an install hint.
- Optionally pick a model from the provider's submenu.
- The session opens immediately.
To set a default provider for all new tasks in a project, add defaultAgentType to .verun.json:
{
"defaultAgentType": "claude"
}Valid values: claude, codex, opencode, gemini, cursor.
Switching Providers
Each session owns its own agent type and model. Start a new session on the same task and pick a different provider — both sessions share the worktree and can work independently.