How this command is triggered — by the user, by Claude, or both
Slash command
/kimi:rescue [--background|--wait] [--continue] [--model <model>] [--thinking] [--plan] [what Kimi 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 `kimi:kimi-rescue` subagent. The final user-visible response must be Kimi's output verbatim. Raw user request: $ARGUMENTS Execution mode: - If the request includes `--background`, run the `kimi:kimi-rescue` subagent in the background. - If the request includes `--wait`, run the `kimi:kimi-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 Kimi, and do not treat them as part of the natural-language task text. - `--model`, `--thinking`, `...
Route this request to the kimi:kimi-rescue subagent.
The final user-visible response must be Kimi's output verbatim.
Raw user request: $ARGUMENTS
Execution mode:
--background, run the kimi:kimi-rescue subagent in the background.--wait, run the kimi:kimi-rescue subagent in the foreground.--background and --wait are execution flags for Claude Code. Do not forward them to Kimi, and do not treat them as part of the natural-language task text.--model, --thinking, --plan, and --continue are runtime flags. Preserve them for the forwarded kimi call, but do not treat them as part of the natural-language task text.Operating rules:
Bash call to invoke kimi --quiet --yolo --work-dir "$(pwd)" --prompt '...' and return that command's stdout as-is.pip install kimi-cli) and run kimi login.npx claudepluginhub ehoguerra/kimi-plugin-cc --plugin kimi/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.