Delegate investigation, an explicit fix request, or follow-up rescue work to the MiniMax rescue subagent
From minimaxnpx claudepluginhub robbedoo/minimax-plugin-claude-code --plugin minimax[--background|--wait] [--resume|--fresh] [--model <model>] [--effort <none|minimal|low|medium|high|xhigh>] [what MiniMax should investigate, solve, or continue]/rescueDelegates code investigation, explicit fixes, or follow-up rescue to Codex subagent. Handles --background|--wait, --resume|--fresh, --model, --effort flags plus task text.
/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 code investigation, explicit fixes, or follow-up rescue to Codex subagent. Handles --background|--wait, --resume|--fresh, --model, --effort flags plus task text.
/rescueDelegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent
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.