OMX
Oh My CodeXv0.18.9

Quick Commands

Frequently used OMX commands for setup, diagnostics, session management, and team operations

A reference for the OMX commands you reach for most often. If omx is not on your PATH, use npx oh-my-codex or the full path to the installed binary.

Setup and health

CommandDescription
omx setupInstall or refresh OMX prompts, skills, and config. Run after upgrading or on a new machine.
omx setup --scope userInstall to user-level config (~/.codex/).
omx setup --scope projectInstall to project-level config (.codex/).
omx doctorCheck installation health — missing files, config issues, and hook pipeline status.
omx doctor --teamRun additional diagnostics for the team/swarm runtime.

Session management

CommandDescription
omxStart an interactive OMX/Codex session.
omx --madmaxStart with maximum-parallelism team pipeline.
omx --madmax --highStart with max parallelism and the highest-tier model.
omx --skip-git-repo-checkStart outside a git repository without errors.
omx cancelCancel the current active execution mode (ralph, autopilot, ultrawork, etc.).

Help

CommandDescription
omx helpPrint full CLI help and available flags.
omx --versionPrint the installed OMX version.

Team operations

CommandDescription
omx team api list-tasks --jsonList current team tasks in JSON.
omx team api read-task --jsonRead the current active task.
omx team api get-summary --jsonGet a summary of team state.
omx team awaitBlock until a team event occurs.

Agents init

CommandDescription
omx agents-init [path]Create an AGENTS.md at path (defaults to the current directory).

On this page