From multi
Retrieves and displays the stored final output of a finished multi-CLI job in the repository. Accepts a job ID argument. Preserves full details including status, verdict, findings, and artifacts.
How this command is triggered — by the user, by Claude, or both
Slash command
/multi: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
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/multi-cli-companion.mjs" result "$ARGUMENTS"`
Present the full command output to the user. Do not summarize or condense it. Preserve all details including:
- Job ID and status
- The complete result payload, including verdict, summary, findings, details, artifacts, and next steps
- File paths and line numbers exactly as reported
- Any error messages or parse errors
- Follow-up commands such as `/multi:status <id>` and `/codex:review`!node "${CLAUDE_PLUGIN_ROOT}/scripts/multi-cli-companion.mjs" result "$ARGUMENTS"
Present the full command output to the user. Do not summarize or condense it. Preserve all details including:
/multi:status <id> and /codex:reviewnpx claudepluginhub marceldarvas/cc-multi-cli-plugin --plugin multi2plugins reuse this command
First indexed May 11, 2026
/resultRetrieves and displays the stored final output of a finished multi-CLI job in the repository. Accepts a job ID argument. Preserves full details including status, verdict, findings, and artifacts.
/resultDisplays the stored final output of a completed Codex job, including verdict, summary, findings, artifacts, and next steps. Accepts a job ID as argument.
/resultRetrieves and displays the complete final output of a finished Gemini job, including verdict, findings, artifacts, and next steps.
/resultDisplays the stored final output of a finished Pi job, including verdict, findings, artifacts, and next steps. Also supports writing results to a file with --out-file.