How this command is triggered — by the user, by Claude, or both
Slash command
/codex:cancel [job-id]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" cancel $ARGUMENTS`!node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" cancel $ARGUMENTS
npx claudepluginhub yupoet/codex-plugin-cc --plugin codex/cancelCancels an active background Codex job in the repository by job ID. Accepts a single job-id argument.
/cancelCancels a running Codex background job by job ID, sending SIGTERM to the process group and updating the job state.
/cancelCancels an active background multi-CLI job by its job ID. Use with the job ID from the /jobs list.