Codex harness plugin (agentRuntime.id=codex) NOT enabled in OpenClaw…
Decision
Codex harness plugin (agentRuntime.id=codex) NOT enabled in OpenClaw OAuth migration. Use the openai-codex provider with default PI runtime instead.
Rationale
Bundled codex-harness plugin manifest defaults appServer.command="codex" — requires @openai/codex CLI binary in PATH. which codex returns not-found on VPS. The openai-codex PROVIDER (separate plugin from the harness) handles OAuth-subscription inference via direct HTTPS to the Codex backend, no codex binary required. Trade-off: lose Codex-native thread resume + native compaction; gain operational simplicity + zero extra runtime dependency. Future re-evaluation if codex CLI gets installed (would unlock harness benefits).
Alternatives Rejected
Outcome
Pending