From 71dd69a9040d4becbba38c265a279559ca570d28 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 30 Apr 2026 13:46:55 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@3766bbb6745f76e457543e8f28bf19445a6811eb --- .openclaw-sync/source.json | 4 ++-- docs/providers/openai.md | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 8d181b4c5..3c5f352f2 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0f120c09ba28e6e9a91a543408e418722b61e07b", - "syncedAt": "2026-04-30T13:44:43.009Z" + "sha": "3766bbb6745f76e457543e8f28bf19445a6811eb", + "syncedAt": "2026-04-30T13:45:07.631Z" } diff --git a/docs/providers/openai.md b/docs/providers/openai.md index 0282f9d55..d787acce1 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -208,6 +208,7 @@ Choose your preferred auth method and follow the setup steps. | Model ref | Runtime config | Route | Auth | |-----------|----------------|-------|------| | `openai-codex/gpt-5.5` | omitted / `runtime: "pi"` | ChatGPT/Codex OAuth through PI | Codex sign-in | + | `openai-codex/gpt-5.4-mini` | omitted / `runtime: "pi"` | ChatGPT/Codex OAuth through PI | Codex sign-in | | `openai-codex/gpt-5.5` | `runtime: "auto"` | Still PI unless a plugin explicitly claims `openai-codex` | Codex sign-in | | `openai/gpt-5.5` | `agentRuntime.id: "codex"` | Codex app-server harness | Codex app-server auth | @@ -217,12 +218,6 @@ Choose your preferred auth method and follow the setup steps. It does not select or auto-enable the bundled Codex app-server harness. - - `openai-codex/gpt-5.4-mini` is not a supported Codex OAuth route. Use - `openai/gpt-5.4-mini` with an OpenAI API key, or use - `openai-codex/gpt-5.5` with Codex OAuth. - - ### Config example ```json5