Refresh the Codex runtime docs

Refresh the Codex runtime docs and cross-link the Codex harness, OpenAI provider, agent runtime, plugin hook, ACP agent, and status pages.
This commit is contained in:
pashpashpash
2026-04-24 20:30:33 -07:00
committed by GitHub
parent 05fbdd4b28
commit 6cfe810402
8 changed files with 113 additions and 56 deletions

View File

@@ -15,6 +15,10 @@ OpenAI provides developer APIs for GPT models. OpenClaw supports three OpenAI-fa
OpenAI explicitly supports subscription OAuth usage in external tools and workflows like OpenClaw.
Provider, model, runtime, and channel are separate layers. If those labels are
getting mixed together, read [Agent runtimes](/concepts/agent-runtimes) before
changing config.
## Quick choice
| Goal | Use | Notes |
@@ -96,7 +100,9 @@ Choose your preferred auth method and follow the setup steps.
<Note>
`openai/*` is the direct OpenAI API-key route unless you explicitly force
the Codex app-server harness. GPT-5.5 itself is currently subscription/OAuth
only; use `openai-codex/*` for Codex OAuth through the default PI runner.
only; use `openai-codex/*` for Codex OAuth through the default PI runner, or
use `openai/gpt-5.5` with `embeddedHarness.runtime: "codex"` for native
Codex app-server execution.
</Note>
### Config example