Available Agents
Omnara supports three AI coding agents:Claude Code
Default agentAnthropic’s Claude Code CLI with full integration support
Codex
Rust-basedFast, native Omnara integration built in Rust
Amp
Advanced parsingSophisticated terminal output parsing
Setting Default Agent
Save your preferred agent to avoid specifying--agent every time:
~/.omnara/config.json and used for all future sessions.
Switching Agents
Override the default agent temporarily:Agent-Specific Features
- Claude Code
- Codex
- Amp
Configuration File
Your default agent preference is stored in~/.omnara/config.json:
--set-default flag.
Agent Selection Priority
When you runomnara, the agent is selected in this order:
- Explicit
--agentflag (highest priority) - Default from
~/.omnara/config.json - Hardcoded default:
claude(if no config exists)