Help us improve
Share bugs, ideas, or general feedback.
From codex
Displays 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.
npx claudepluginhub openai/codex-plugin-cc --plugin codexHow this command is triggered — by the user, by Claude, or both
Slash command
/codex: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/codex-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 `/codex:status <id>` and `/codex:review`/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.
/summaryShows a concise decision summary of finding decisions for the active phase and round in codex-review. Runs the codex-review summary bash command and presents output as-is.
/delegateGenerates Codex prompt for code/experiment tasks from project context files, confirms plan with user, displays new-terminal execution command, polls agent_handoff.md for results, and prompts next steps.
Share bugs, ideas, or general feedback.
!node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" result $ARGUMENTS
Present the full command output to the user. Do not summarize or condense it. Preserve all details including:
/codex:status <id> and /codex:review