What's Changed
Added
- Team orchestrator brain and executor lane split — dedicated and agent roles for clearer planning/execution separation (#715)
- Session history search —
oh-my-codex (omx) - Multi-agent orchestration for Codex CLI
Usage:
omx Launch Codex CLI (HUD auto-attaches only when already inside tmux)
omx setup Install skills, prompts, MCP servers, and AGENTS.md
omx uninstall Remove OMX configuration and clean up installed artifacts
omx doctor Check installation health
omx doctor --team Check team/swarm runtime health diagnostics
omx ask Ask local provider CLI (claude|gemini) and write artifact output
omx session Search prior local session transcripts and history artifacts
omx agents-init [path]
Bootstrap lightweight AGENTS.md files for a repo/subtree
omx deepinit [path]
Alias for agents-init (lightweight AGENTS bootstrap only)
omx team Spawn parallel worker panes in tmux and bootstrap inbox/task state
omx ralph Launch Codex with ralph persistence mode active
omx version Show version information
omx tmux-hook Manage tmux prompt injection workaround (init|status|validate|test)
omx hooks Manage hook plugins (init|status|validate|test)
omx hud Show HUD statusline (--watch, --json, --preset=NAME)
omx help Show this help message
omx status Show active modes and state
omx cancel Cancel active execution modes
omx reasoning Show or set model reasoning effort (low|medium|high|xhigh)
Options:
--yolo Launch Codex in yolo mode (shorthand for: omx launch --yolo)
--high Launch Codex with high reasoning effort
(shorthand for: -c model_reasoning_effort="high")
--xhigh Launch Codex with xhigh reasoning effort
(shorthand for: -c model_reasoning_effort="xhigh")
--madmax DANGEROUS: bypass Codex approvals and sandbox
(alias for --dangerously-bypass-approvals-and-sandbox)
--spark Use the Codex spark model (~1.3x faster) for team workers only
Workers get the configured low-complexity team model; leader model unchanged
--madmax-spark spark model for workers + bypass approvals for leader and workers
(shorthand for: --spark --madmax)
--notify-temp Enable temporary notification routing for this run/session only
--discord Select Discord provider for temporary notification mode
--slack Select Slack provider for temporary notification mode
--telegram Select Telegram provider for temporary notification mode
--custom
Select custom/OpenClaw gateway name for temporary notification mode
-w, --worktree[=]
Launch Codex in a git worktree (detached when no name is given)
--force Force reinstall (overwrite existing files)
--dry-run Show what would be done without doing it
--keep-config Skip config.toml cleanup during uninstall
--purge Remove .omx/ cache directory during uninstall
--verbose Show detailed output
--scope Setup scope for "omx setup" only:
user | project for full-text search across command history (#724)
- Team idle and stall read APIs — programmatic monitoring via and operations (#720)
- Ralph periodic active continue steer — prompts stalled agents to continue (#733)
- Team leader status monitoring hints — better visibility into member progress (#734)
Changed
- Low-confidence analysis prompts stay single-lane (#726)
Fixed
- Windows psmux detached launch stability (#725)
- Skip tmux bootstrap when tmux unavailable (#722)
- Stalled team leader nudge before stale gate (#729)
Reverted
- Experimental Rust CLI parity harness (#736)
Full Changelog: https://github.com/Yeachan-Heo/oh-my-codex/blob/main/CHANGELOG.md