Verun
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

ProviderTypeStatus
Claude CodeCLI · AnthropicAvailable
CodexCLI · OpenAIAvailable
OpenCodeCLI · Open-sourceAvailable
Gemini CLICLI · GoogleAvailable
CursorGUI AgentAvailable
Local ModelsCLI · Self-hostedComing Soon

Selecting a Provider

  1. Open a task and click the + button at the top of the session list.
  2. Choose a provider from the menu. Only installed agents are shown as active; others display an install hint.
  3. Optionally pick a model from the provider's submenu.
  4. 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.

On this page