Your codex is not alone.
Multi-agent orchestration layer for OpenAI Codex CLI. Build faster with staged team pipelines, persistent memory/state MCP servers, and extensible hooks.
This release hardens day-to-day execution and expands extension points for custom workflows.
Add custom plugin handlers with omx hooks (init/status/validate/test) and opt-in event dispatch.
Native hooks now emit structured events across session start/end/idle and turn completion flows.
Submit behavior is standardized to C-m for more consistent execution in tmux-based automation.
Everything you need for autonomous software development with OpenAI Codex CLI
30 specialized agent prompts via /prompts:name for targeted expertise across every development domain.
40+ repeatable execution modes via $name syntax for autopilot, team orchestration, planning, and QA cycles.
Parallel workers in tmux sessions via omx team for coordinated multi-agent task execution.
State, memory, code intelligence, and trace servers for persistent context and cross-session learning.
plan β prd β exec β verify β fix lifecycle for structured, evidence-based development workflows.
--yolo, --high, --xhigh, --madmax modes for granular control over reasoning effort and execution intensity.
Get up and running in seconds with npm
npm install -g oh-my-codex
omx setup && omx doctor
30 specialized agents organized by domain and expertise
Repeatable workflows triggered by keywords or $syntax
| Keyword | Skill Name | Description |
|---|---|---|
autopilot |
autopilot | Full autonomous execution from idea to working code |
ralph |
ralph | Self-referential loop with verifier verification until completion |
ulw |
ultrawork | Maximum parallelism with parallel agent orchestration |
team |
team | N coordinated agents using Codex CLI native teams |
plan |
plan | Strategic planning with consensus and review modes |
research |
research | Parallel scientist agents for comprehensive research |
cancel |
cancel | Stop execution modes and clear active state |
tdd |
tdd | Test-first development with red-green-refactor cycle |
build-fix |
build-fix | Fix build errors, type errors, and toolchain failures |
code-review |
code-review | Comprehensive code review across all quality dimensions |
security-review |
security-review | Security audit focusing on vulnerabilities and trust boundaries |