一键导入
multi-result-handling
Internal guidance for presenting multi:* helper output back to the user
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal guidance for presenting multi:* helper output back to the user
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rewire which CLI handles which role in cc-multi-cli-plugin, OR diagnose/work around an upstream CLI quirk via env vars and config files. Use when the user asks to swap CLIs, change a subagent's target CLI, add or disable a subagent or command, restrict a CLI to read-only, hardcode a model, or change how a role frames its prompt — and also when a CLI is misbehaving (hangs, missing tools, broken release) and the user needs operator escape hatches like CURSOR_AGENT_PATH or AGY_CLI_PATH or OPENCODE_CLI_PATH, or per-CLI MCP config tuning. Works for any CLI in the marketplace — the four default CLIs (Codex, Cursor, Antigravity, OpenCode) and any additional CLIs the user added via the multi-cli-anything skill. Trigger phrases include "swap Codex and Cursor", "make Antigravity the researcher", "disable cursor-explore", "restrict Codex to read-only", "change which CLI handles implementation", "add /<cli>:<command>", "only install the plugins I need", "hardcode a model for <some-role>", "change the framing for <role>",
Add a new CLI provider to cc-multi-cli-plugin (beyond the built-in Codex/Cursor/Antigravity/OpenCode). Use when the user asks to integrate another AI CLI like Aider, Qwen, or any CLI that can be driven headlessly (a `-p`/print mode with JSON output, an app-server/HTTP mode, or any structured transport). Trigger phrases include "add Aider to the plugin", "integrate Qwen", "hook up my custom CLI", "support another model via its CLI".
Internal helper contract for calling the multi-cli-companion runtime from any multi:* subagent
Internal helper contract for calling the multi-cli-companion runtime from Claude Code
Auto-detect plan files in conversation context and pass them to multi:* execute subagents by reference, not by paraphrase
Internal guidance for presenting Codex helper output back to the user
| name | multi-result-handling |
| description | Internal guidance for presenting multi:* helper output back to the user |
| user-invocable | false |
When a multi:* subagent returns helper output (Codex, Cursor, Antigravity, OpenCode via multi, or any CLI added via multi-cli-anything):
## Outcome, ## Files touched, ## Verification, ## Notes), surface those sections as the canonical answer. Your commentary, if any, should reference the report — not restate it.Some upstream CLIs stream chain-of-thought tokens interleaved with the final answer. When you see a mix of reasoning prose and a structured final report:
<CLI> <role> failed: ...), report the failure with the most actionable stderr lines and stop. Do not turn a failed helper run into a Claude-side implementation attempt./multi:setup and stop.For research, review, or diagnosis output from multi:antigravity-researcher, multi:codex-review, multi:antigravity-explorer, multi:cursor-research, multi:opencode-researcher, multi:opencode-explorer, etc.:
--background job (explicit fire-and-forget). Its rendered output shows a job ID; you cannot be re-woken when that detached worker finishes, so do not promise to "check back later" — direct the user to /multi:status <job-id> for progress and /multi:result <job-id> for the final output, then stop.multi:* subagent as a harness background task (Agent run_in_background: true). That IS harness-tracked: the subagent runs the companion in the foreground and the harness re-wakes the main thread with a <task-notification> on completion or failure — that path is how long offloads should normally run, and it is fine to expect that notification.