npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggie[--force|--all]haiku4.5## /oma:cancel **Purpose:** Cancel the active OMA mode and cleanly exit all orchestration. **Usage:** - `/oma:cancel` — Cancel current mode (smart detection) - `/oma:cancel --force` — Force-clear current session state - `/oma:cancel --all` — Clear all OMA state including cross-session artifacts **Aliases:** "canceloma", "stopoma" --- ## Smart Cancellation (Default) Detects which mode is active and cancels it in dependency order: 1. **autopilot/ralph** — clears mode state, preserves resume data for autopilot 2. **ultraqa** — clears QA cycling state 3. **team** — sends shutdown to team...
Share bugs, ideas, or general feedback.
Purpose: Cancel the active OMA mode and cleanly exit all orchestration.
Usage:
/oma:cancel — Cancel current mode (smart detection)/oma:cancel --force — Force-clear current session state/oma:cancel --all — Clear all OMA state including cross-session artifactsAliases: "canceloma", "stopoma"
Detects which mode is active and cancels it in dependency order:
Clears current session state plus legacy artifacts:
# Files removed under --force:
.rm -f .oma/state.json
.rm -f .oma/notepad.json
.rm -f .oma/task.log.json
.rm -f .oma/ultraqa-state.json
.rm -f .oma/ralph-state.json
.rm -f .oma/team-state.json
Clears everything including cross-session state:
# Additional files removed under --all:
.rm -f .oma/autopilot-state.json
.rm -f .oma/ralplan-state.json
.rm -f .oma/hud-state.json
| Mode | State Cleared | Preserve Progress |
|---|---|---|
| autopilot | phase, mode, task | Yes (resume possible) |
| ralph | mode, iteration, task | No |
| ultrawork | mode, parallel tasks | No |
| plan | mode | Yes (plan file preserved) |
| ralplan | mode | Yes (plan file preserved) |
oma_state_readactive: false via oma_mode_setoma_state_write for relevant keys✓ OMA mode cancelled
Previous mode: {mode}
State cleared: {what was cleared}
Ready for new task.
If MCP tools are unavailable, state can be cleared directly:
rm -f .oma/state.json
rm -f .oma/notepad.json
rm -f .oma/task.log.json