


























@@ -396,13 +396,34 @@ and lets the next turn resolve the harness from current config again.
396396397397## Model discovery
398398399-By default, the Codex plugin asks the app-server for available models. If
400-discovery fails or times out, it uses a bundled fallback catalog for:
399+By default, the Codex plugin asks the app-server for available models. Model
400+availability is owned by the Codex app-server harness, so the list can change
401+when OpenClaw upgrades the bundled `@openai/codex` version or when a deployment
402+points `appServer.command` at a different Codex binary. Availability can also be
403+account-scoped. Use `/codex models` on a running gateway to see the live catalog
404+for that harness and account.
405+406+If discovery fails or times out, OpenClaw uses a bundled fallback catalog for:
401407402408- GPT-5.5
403409- GPT-5.4 mini
404410- GPT-5.2
405411412+The current bundled harness is `@openai/codex` `0.129.0`. A `model/list` probe
413+against that bundled app-server returned:
414+415+| Model id | Default | Hidden | Input modalities | Reasoning efforts |
416+| ------------------- | ------- | ------ | ---------------- | ------------------------ |
417+| `gpt-5.5` | Yes | No | text, image | low, medium, high, xhigh |
418+| `gpt-5.4` | No | No | text, image | low, medium, high, xhigh |
419+| `gpt-5.4-mini` | No | No | text, image | low, medium, high, xhigh |
420+| `gpt-5.3-codex` | No | No | text, image | low, medium, high, xhigh |
421+| `gpt-5.2` | No | No | text, image | low, medium, high, xhigh |
422+| `codex-auto-review` | No | Yes | text, image | low, medium, high, xhigh |
423+424+Hidden models are returned by the app-server catalog for internal or specialized
425+flows, but they are not normal model-picker choices.
426+406427You can tune discovery under `plugins.entries.codex.config.discovery`:
407428408429```json5
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。