mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:50:43 +00:00
docs: clarify Codex subscription runtime (#75910)
This commit is contained in:
@@ -216,10 +216,10 @@ to PI.
|
||||
|
||||
In `auto` mode, set `fallback: "none"` when you need missing plugin harness
|
||||
selection to fail instead of using PI. Explicit plugin runtimes such as
|
||||
`runtime: "codex"` already fail closed by default, unless `fallback: "pi"` is
|
||||
set in the same config or environment override scope. Selected plugin harness
|
||||
failures always fail hard. This does not block an explicit `runtime: "pi"` or
|
||||
`OPENCLAW_AGENT_RUNTIME=pi`.
|
||||
`agentRuntime.id: "codex"` already fail closed by default, unless
|
||||
`fallback: "pi"` is set in the same config or environment override scope.
|
||||
Selected plugin harness failures always fail hard. This does not block an
|
||||
explicit `agentRuntime.id: "pi"` or `OPENCLAW_AGENT_RUNTIME=pi`.
|
||||
|
||||
For Codex-only embedded runs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user