Review before shipping
Use/codex:review to get a read-only Codex review of your current uncommitted changes. For a branch review against a base ref, add --base.
/codex:adversarial-review instead:
Hand a problem to Codex
Use/codex:rescue to delegate investigation or a fix request to Codex. Describe what you want Codex to look into.
codex:codex-rescue subagent, which forwards it to your local Codex CLI.
Start something long-running in the background
When a task is likely to take a while, use--background to let Codex run independently while you continue working.
/codex:status shows all jobs for the current repository with their current state. /codex:result returns the full Codex output once the job completes.
Continue a previous Codex task
When you run/codex:rescue after a prior task, the plugin checks whether a resumable thread exists for the current Claude session. If one does, it asks whether to continue it or start fresh.
To skip the prompt and always resume the last thread:
Use a smaller model for quick tasks
Pass--model to select a specific model for one command. Use spark as a shorthand for gpt-5.3-codex-spark.
--effort:
--model and --effort, Codex uses its own defaults (or whatever you have set in your config.toml).
Moving work to Codex directly
After any delegated task or stop-gate run, you can move the session directly into the Codex interface. The Codex session ID appears in the output of/codex:result.