codex, interaction mode default, and the gpt-5.6-sol model.
Agent Providers
Codex (default)
OpenAI Codex. The default agent type. Authenticate with a ChatGPT subscription (device OAuth) or an API key.Claude Code
Anthropic Claude Code. Authenticate with a Claude setup token.OpenCode
The OpenCode agent, with a curated catalog of around 30 models routed through OpenRouter, OpenCode Zen, and Anthropic — including Claude, GPT, Gemini, DeepSeek, Mimo, Kimi, Qwen, and GLM variants. The default model isopencode-claude-sonnet-4-6. Authenticate by uploading an auth.json file; runtime model availability depends on that file’s provider entitlements.
Cursor
The Cursor agent (thecursor-agent CLI). Authenticate with a Cursor OAuth subscription.
For the connect/authentication steps for each provider, see connecting agent providers.
Reasoning Effort
Reasoning effort controls how much the model thinks before acting. The available options depend on the agent provider:
For Claude Code, the full option set above applies to Fable 5, Opus 5, and Sonnet 5; Sonnet 4.6 uses the adaptive set
low, medium, high, ultrathink. Cursor does not expose reasoning effort — its thinking parameters are encoded into the model itself.
Interaction Modes
A task runs in one of two interaction modes:default— the agent works the task end to end.plan— the agent drafts a plan and halts for your approval before making changes. You review the plan and approve or send feedback before the agent proceeds.