ErrLookup › openai/codex-plugin-cc
openai/codex-plugin-cc
Use Codex from Claude Code to review code or delegate tasks. · JavaScript · 21 source files
Analyzed at db52e28f4d on 2026-08-13. 56 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Usage: node scripts/app-server-broker.mjs serve --endpoint < | validation | error | cli, usage, broker, argv |
| Missing required --endpoint. | validation | error | cli, usage, broker, missing-argument |
| Unsupported reasoning effort "${effort}". Use one of: none, | validation | error | cli, validation, reasoning-effort, task |
| Choose either --enable-review-gate or --disable-review-gate. | validation | error | cli, validation, conflicting-flags, setup |
| Codex CLI is not installed or is missing required runtime su | validation | error | environment, dependency, codex, setup |
| `/codex:review` now maps directly to the built-in reviewer a | validation | error | cli, usage, review, migration |
| This `/codex:review` target is not supported by the built-in | validation | error | cli, validation, review, scope |
| Task ${activeTask.id} is still running. Use /codex:status be | exception | error | concurrency, task, state, single-flight |
| No previous Codex task thread was found for this repository. | exception | error | task, state, resume, not-found |
| Provide a prompt, a prompt file, piped stdin, or use --resum | validation | error | cli, validation, task, missing-argument |
| Choose either --resume/--resume-last or --fresh. | validation | error | cli, validation, conflicting-flags, task |
| Missing required --job-id for task-worker. | validation | error | cli, validation, worker, missing-argument |
| No stored job found for ${options["job-id"]}. | exception | error | state, worker, job, not-found |
| Stored job ${options["job-id"]} is missing its task request | exception | error | state, worker, data-integrity, job |
| `status --wait` requires a job id. | validation | error | cli, validation, status, usage |
| Unknown subcommand: ${subcommand} | validation | error | cli, usage, dispatch |
| codex app-server client is closed. | exception | error | app-server, lifecycle, state, json-rpc |
| codex app-server stdin is not available. | exception | error | app-server, lifecycle, transport, spawn |
| codex app-server broker connection is not connected. | exception | error | app-server, broker, transport, lifecycle |
| Missing value for --${rawKey} | validation | error | cli, args-parsing, user-input |
| Missing value for -${shortKey} | validation | error | cli, args-parsing, user-input |
| Missing broker endpoint. | validation | error | broker, transport, config, validation |
| Broker pipe endpoint is missing its path. | validation | error | broker, transport, windows, validation |
| Broker Unix socket endpoint is missing its path. | validation | error | broker, transport, unix, validation |
| Unsupported broker endpoint: ${endpoint} | validation | error | broker, transport, validation |
| Could not identify the current Claude transcript. Retry with | validation | error | claude-transfer, config, env, user-input |
| Claude session source must be a JSONL file: ${sourcePath} | validation | error | claude-transfer, validation, file-format |
| Claude session file not found: ${sourcePath} | exception | error | claude-transfer, filesystem, enoent |
| Codex can import Claude sessions only from ${CLAUDE_PROJECTS | validation | error | claude-transfer, security, path-traversal, filesystem |
| Codex CLI is not installed or is missing required runtime su | validation | error | codex, dependency, install, runtime |
| A Claude session source path is required. | validation | error | codex, claude-transfer, validation, user-input |
| This Codex version does not support Claude session transfer. | validation | error | codex, claude-transfer, version, rpc |
| Codex reported that the Claude import completed, but did not | exception | error | codex, claude-transfer, state, diagnostics |
| A prompt is required for this Codex run. | validation | error | codex, validation, user-input |
| git is not installed. Install Git and retry. | exception | error | git, dependency, install, environment |
| This command must run inside a Git repository. | exception | error | git, environment, repository, validation |
| Unable to detect the repository default branch. Pass --base | exception | error | git, branch-detection, codex-review, config |
| Unsupported review scope "${requestedScope}". Use one of: au | exception | error | validation, codex-review, config, enum |
| Job reference "${reference}" is ambiguous. Use a longer job | exception | error | job-control, disambiguation, codex, prefix-match |
| No job found for "${reference}". Run /codex:status to list k | exception | error | job-control, not-found, codex |
| No job found for "${reference}". Run /codex:status to inspec | exception | error | job-control, not-found, codex, status |
| Job ${active.id} is still ${active.status}. Check /codex:sta | exception | warning | job-control, state, codex, results |
| No finished job found for "${reference}". Run /codex:status | exception | error | job-control, not-found, codex, results |
| No finished Codex jobs found for this repository yet. | exception | warning | job-control, not-found, codex, results, empty-state |
| No active job found for "${reference}". | exception | error | job-control, not-found, codex, cancel |
| Multiple Codex jobs are active. Pass a job id to /codex:canc | exception | error | job-control, disambiguation, codex, cancel |
| No active Codex jobs to cancel for this session. | exception | warning | job-control, empty-state, codex, cancel, session |
| No active Codex jobs to cancel. | exception | warning | job-control, empty-state, codex, cancel |
| --root requires a directory. | exception | error | cli, args, bump-version, validation |
| Unknown option: ${arg} | exception | error | cli, args, bump-version, unknown-option |
| Unexpected extra argument: ${arg} | exception | error | cli, args, bump-version, arity |
| Expected a semver-like version such as 1.0.3, got: ${version | exception | error | validation, semver, bump-version, cli |
| Expected ${label} to be an object. | exception | error | validation, json, manifest, bump-version, structure |
| package.json version must be a string. | exception | error | validation, json, manifest, bump-version, types |
| Missing version.\n\n${usage()} | exception | error | cli, args, bump-version, usage, empty-state |
| Version metadata is out of sync:\n${mismatches.join("\n")} | exception | error | validation, manifest, bump-version, sync, release |