Codex
Codex is OpenAI's coding agent that integrates seamlessly with vicoa.
Getting Started
Installation
Codex is available immediately after installing vicoa:
# Install vicoa CLI
pip install vicoa
# Start Codex
vicoa codex # or vicoa --agent codexMaking Codex Your Default Agent
If you prefer Codex over Claude Code, set it as your default:
vicoa --set-default codexAfter this command, simply run vicoa to launch Codex automatically.
Using Codex for a Single Session
Keep Claude Code as your default but use Codex temporarily:
vicoa --agent codexThis overrides your default agent for just this session.
Codex Subcommand
You can also launch Codex using the dedicated subcommand:
vicoa codexThis is equivalent to vicoa --agent codex.