ask
Ask Kimi a read-only question in free-form prose mode.
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 same PreToolUse hook as rescue.
> /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.
/pursueContext preview
What this command does when you run it.
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 same PreToolUse hook as rescue.
description: 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 same PreToolUse hook as rescue. argument-hint: "[--budget <30m|1h>] [--turns <N>] [-m <model>] <objective>" disable-model-invocation: true
Run the companion with any user-supplied flags appended after `task pursue`:
`${CLAUDE_PLUGIN_ROOT}/scripts/companion.sh task pursue <args>`
`/kimi:pursue` is **autonomous goal mode**: Kimi keeps working toward the objective across continuation turns until it completes, blocks itself, or the budget expires. It is write-capable and runs under the **same PreToolUse hook + workspace allowlist as `/kimi:rescue`** (the hook gates every tool call in every turn), and like rescue it **cannot mutate git state** — the main thread owns branch/commit.
Supported flags:
Prototype limitations (experimental):
Terminal outcomes are surfaced as status, not errors: `complete` (done, exit 0), `blocked` (Kimi stopped itself, exit 3), `paused` (interrupted, exit 6). A run that hits the `--budget` wall-clock ceiling is instead a timeout **failure** (the goal process tree is reaped), not a terminal status. The result headlines the goal status, reason, and turns/tokens/wall-clock usage.
Return the companion stdout verbatim.
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.
Repo: linxule/kimi-plugin-cc
Ask Kimi a read-only question in free-form prose mode.
Cancel an active plugin-managed Kimi job for the current repository.
Run a read-only Kimi challenge review that challenges assumptions and surfaces safer alternatives.
Re-render a stored Wire event log for a completed plugin-managed Kimi job.
Run a write-capable Kimi rescue against the current repository with optional background execution and resume behavior.
Return the stored rendered result for the latest or selected terminal Kimi job.