docs: clarify codex plugin auto-enable boundary · openclaw/openclaw@6c509d8
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,6 +21,9 @@ For model selection rules, see [/concepts/models](/concepts/models).
|
21 | 21 | and `openai/<model>` plus `agents.defaults.embeddedHarness.runtime: "codex"` |
22 | 22 | uses the native Codex app-server harness. See [OpenAI](/providers/openai) |
23 | 23 | and [Codex harness](/plugins/codex-harness). |
| 24 | +- Plugin auto-enable follows that same boundary: `openai-codex/<model>` belongs |
| 25 | + to the OpenAI plugin, while the Codex plugin is enabled by |
| 26 | +`embeddedHarness.runtime: "codex"` or legacy `codex/<model>` refs. |
24 | 27 | - GPT-5.5 is currently available through subscription/OAuth routes: |
25 | 28 | `openai-codex/gpt-5.5` in PI or `openai/gpt-5.5` with the Codex app-server |
26 | 29 | harness. The direct API-key route for `openai/gpt-5.5` is supported once |
@@ -110,6 +113,9 @@ OpenClaw ships with the pi‑ai catalog. These providers require **no**
|
110 | 113 | - PI model ref: `openai-codex/gpt-5.5` |
111 | 114 | - Native Codex app-server harness ref: `openai/gpt-5.5` with `agents.defaults.embeddedHarness.runtime: "codex"` |
112 | 115 | - Legacy model refs: `codex/gpt-*` |
| 116 | +- Plugin boundary: `openai-codex/*` loads the OpenAI plugin; the native Codex |
| 117 | + app-server plugin is selected only by the Codex harness runtime or legacy |
| 118 | +`codex/*` refs. |
113 | 119 | - CLI: `openclaw onboard --auth-choice openai-codex` or `openclaw models auth login --provider openai-codex` |
114 | 120 | - Default transport is `auto` (WebSocket-first, SSE fallback) |
115 | 121 | - Override per PI model via `agents.defaults.models["openai-codex/<model>"].params.transport` (`"sse"`, `"websocket"`, or `"auto"`) |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。