Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kkk0913/kimi-plugin-cc --plugin kimiHow this command is triggered — by the user, by Claude, or both
Slash command
/kimi:result [job-id]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
Retrieve the output of a completed background Kimi job. Raw slash-command arguments: `$ARGUMENTS` Execution: Return the output verbatim. Do NOT auto-apply code changes.
/resultDisplays the full verbatim output of a finished Codex job by [job-id], including status, verdict, summary, findings, details, artifacts, next steps, errors, and follow-ups.
/resultRetrieves and displays the complete stored output from a finished multi-CLI job, preserving all details including verdict, findings, artifacts, and follow-up commands.
/resultDisplays the full final output of a finished Gemini job in the repository by job ID, preserving all details like verdict, summary, findings, artifacts, errors, and follow-up commands.
Share bugs, ideas, or general feedback.
Retrieve the output of a completed background Kimi job.
Raw slash-command arguments:
$ARGUMENTS
Execution:
node "${CLAUDE_PLUGIN_ROOT}/scripts/kimi-companion.mjs" result $ARGUMENTS
Return the output verbatim. Do NOT auto-apply code changes.