docs: clarify Codex subscription runtime (#75910)

This commit is contained in:
pashpashpash
2026-05-01 19:33:20 -07:00
committed by GitHub
parent f6cb44a5a3
commit 9fb90f3d29
10 changed files with 143 additions and 101 deletions

View File

@@ -260,7 +260,7 @@ That stages grounded durable candidates into the short-term dreaming store while
Doctor does not repair this automatically because both routes are valid:
- `openai-codex/*` + PI means "use Codex OAuth/subscription auth through the normal OpenClaw runner."
- `openai/*` + `runtime: "codex"` means "run the embedded turn through native Codex app-server."
- `openai/*` + `agentRuntime.id: "codex"` means "run the embedded turn through native Codex app-server."
- `/codex ...` means "control or bind a native Codex conversation from chat."
- `/acp ...` or `runtime: "acp"` means "use the external ACP/acpx adapter."