How this command is triggered — by the user, by Claude, or both
Slash command
/minimax:cancel [--json] [--keep-workspace] <jobId>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
SIGTERM the worker, wait 5s, SIGKILL if still alive. Always marks the job as `canceled` in meta.json. Default: removes the sandbox workspace directory. `--keep-workspace` preserves it for debugging. If the job was never running (still queued) or already finished, reports `already-finished`. Present output verbatim; do NOT re-run the job automatically.
node "${CLAUDE_PLUGIN_ROOT}/scripts/minimax-companion.mjs" cancel "$ARGUMENTS"
SIGTERM the worker, wait 5s, SIGKILL if still alive. Always marks the job as canceled in meta.json. Default: removes the sandbox workspace directory. --keep-workspace preserves it for debugging.
If the job was never running (still queued) or already finished, reports already-finished.
Present output verbatim; do NOT re-run the job automatically.
npx claudepluginhub bbingz/minimax-plugin-cc --plugin minimax/cancelCancels an active background Codex job in this repository using the provided job ID.
/cancelCancels stuck or orphaned executions in the session. Invoke also via /kill or /abort aliases.
/cancelCancels execution loop for spec by name/path or current, cleans up state files, removes spec directory, clears markers, and updates index.
/cancelCancels active execution loop for a specified or current feature, shows phase/progress/iterations before cleanup, deletes state file, keeps progress history.
/cancelCancels the active claudex loop in the project by marking state phase as cancelled, removing runner script and lockfile, and printing confirmation. Enables clean exit via Stop hook.