From minimax
Delegate investigation, an explicit fix request, or follow-up rescue work to the MiniMax rescue subagent
How this command is triggered — by the user, by Claude, or both
Slash command
/minimax:rescue [--background|--wait] [--resume|--fresh] [--model <model>] [--effort <none|minimal|low|medium|high|xhigh>] [what MiniMax should investigate, solve, or continue]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
Route this request to the `minimax:minimax-rescue` subagent. The final user-visible response must be MiniMax's output verbatim. Raw user request: $ARGUMENTS Execution mode: - If the request includes `--background`, run the `minimax:minimax-rescue` subagent in the background. - If the request includes `--wait`, run the `minimax:minimax-rescue` subagent in the foreground. - If neither flag is present, default to foreground. - `--background` and `--wait` are execution flags for Claude Code. Do not forward them to `task`, and do not treat them as part of the natural-language task text. - `--...
Route this request to the minimax:minimax-rescue subagent.
The final user-visible response must be MiniMax's output verbatim.
Raw user request: $ARGUMENTS
Execution mode:
--background, run the minimax:minimax-rescue subagent in the background.--wait, run the minimax:minimax-rescue subagent in the foreground.--background and --wait are execution flags for Claude Code. Do not forward them to task, and do not treat them as part of the natural-language task text.--model and --effort are runtime-selection flags. Preserve them for the forwarded task call, but do not treat them as part of the natural-language task text.--resume, do not ask whether to continue. The user already chose.--fresh, do not ask whether to continue. The user already chose.node "${CLAUDE_PLUGIN_ROOT}/scripts/minimax-companion.mjs" task-resume-candidate --json
available: true, use AskUserQuestion exactly once to ask whether to continue the current MiniMax thread or start a new one.Continue current MiniMax threadStart a new MiniMax threadContinue current MiniMax thread (Recommended) first.Start a new MiniMax thread (Recommended) first.--resume before routing to the subagent.--fresh before routing to the subagent.available: false, do not ask. Route normally.Operating rules:
Bash call to invoke node "${CLAUDE_PLUGIN_ROOT}/scripts/minimax-companion.mjs" task ... and return that command's stdout as-is./minimax:status, fetch /minimax:result, call /minimax:cancel, summarize output, or do follow-up work of its own.--effort unset unless the user explicitly asks for a specific reasoning effort.--resume and --fresh in the forwarded request. The subagent handles that routing when it builds the task command./minimax:setup.npx claudepluginhub robbedoo/minimax-plugin-claude-code/rescueDelegates code investigation, explicit fixes, or follow-up rescue to Codex subagent. Handles --background|--wait, --resume|--fresh, --model, --effort flags plus task text.
/rescueDiagnoses production incidents: checks site health, analyzes recent commits, detects error patterns, generates rollback commands, produces post-mortem template.
/rescueDelegates a task to Codex AI via background codex exec using arguments, based on OpenAI or OpenRouter provider. Presents unfiltered response and awaits user action.
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Copilot rescue subagent
/rescueDelegates investigation, fix, or follow-up work to the Pi rescue subagent, running it in background or foreground with optional execution flags.