Skip to content

/rescue

Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.

From plugin
kimi
3911 skills7 agents11 commands1 hook
Install
> /plugin marketplace add linxule/kimi-plugin-cc
> /plugin install kimi@kimi-marketplace

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/rescue

Context preview

What this command does when you run it.

Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.

Command definition

rescue.md
description: Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.
argument-hint: "[--background] [--wait] [-r | --resume <id>] [--fresh] [-m <model>] <prompt>"
disable-model-invocation: true

Run the companion with any user-supplied flags appended after `task rescue`:

`${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh task rescue <args>`

Supported flags:

  • `--background` — spawn as a detached background job and return `{job_id}` immediately
  • `--wait` — combined with `--background`, block until terminal state and return the rendered result
  • `-r` — resume the latest rescue session for the current repo; any trailing text becomes the next prompt
  • `--resume <job-id-or-session-id>` — resume a specific prior rescue session without a new prompt payload
  • `--fresh` — force a new rescue session id instead of reusing a prior session
  • `-m`, `--model <name>`

Kimi's extended reasoning is always on for `rescue`. Budget is 30 min for multi-step apply/test/verify loops; use `--background` for sessions that need to run longer.

Return the companion stdout verbatim.

Ships withkimi

Use Kimi as Claude Code's second reviewer, independent thinker, and delegated worker — without building your own multi-agent stack. This is a Claude Code plugin that drives the kimi-code CLI (the Node.js successor to Kimi CLI) as a subprocess.

Get the whole plugin, auto-invoked

Other commands on kimi.

pursue
Auto-invokedCommand

pursue

Hand Kimi an objective to pursue AUTONOMOUSLY across multiple turns (experimental goal mode), bounded by a hard wall-clock budget. Write-capable, gated by the…

@linxule@linxuleView Command