Autopilot Reset
Use this skill when the user asks for $autopilot_reset or wants autopilot status/control from Codex.
Defaults
- Target: the latest recorded global Codex autopilot session
- Default mode:
reset
Supported modes
statusstatus-allstopresetalldebug-ondebug-off
Workflow
- Parse the requested mode.
- If no mode is provided, use
reset. - Run the bundled managed-home script:
AUTOPILOT_PROVIDER=codex bash "${CODEX_HOME:-$HOME/.codex}/autopilot/autopilot-reset.sh" <mode>
- Report the script output directly and concisely.
Examples
$autopilot_reset
$autopilot_reset status
$autopilot_reset stop
$autopilot_reset debug-on
$autopilot_reset status-all
Notes
- Do not expose or ask for a
--providerargument when using this skill. It is Codex-only. - When multiple Codex autopilot sessions may exist, start with
status-allbefore usingstoporreset. - Claude slash commands and Codex skills are different surfaces. If you need Claude autopilot control, use the shared script directly or Claude's
/autopilot_resetcommand. - The implementation lives in
~/.codex/autopilot/autopilot-reset.shafter installation. Do not duplicate the control logic inside the skill.