惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(openai): canonicalize GPT model refs · openclaw/open...
steipete · 2026-04-24 · via Recent Commits to openclaw:main

@@ -658,26 +658,27 @@ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS,

658658

</Accordion>

659659660660

<Accordion title="How does Codex auth work?">

661-

OpenClaw supports **OpenAI Code (Codex)** via OAuth (ChatGPT sign-in). Onboarding can run the OAuth flow and will set the default model to `openai-codex/gpt-5.5` when appropriate. See [Model providers](/concepts/model-providers) and [Onboarding (CLI)](/start/wizard).

661+

OpenClaw supports **OpenAI Code (Codex)** via OAuth (ChatGPT sign-in). New model refs should use the canonical `openai/gpt-5.5` path; `openai-codex/gpt-*` remains a legacy compatibility alias. See [Model providers](/concepts/model-providers) and [Onboarding (CLI)](/start/wizard).

662662

</Accordion>

663663664-

<Accordion title="Why does ChatGPT GPT-5.5 not unlock openai/gpt-5.5 in OpenClaw?">

665-

OpenClaw treats the two routes separately:

664+

<Accordion title="Why does OpenClaw still mention openai-codex?">

665+

`openai-codex` is still the internal auth/profile provider id for ChatGPT/Codex OAuth. The model ref should be canonical OpenAI:

666666667-

- `openai-codex/gpt-5.5` = ChatGPT/Codex OAuth

668-

- `openai/gpt-5.5` = direct OpenAI Platform API

667+

- `openai/gpt-5.5` = canonical GPT-5.5 model ref

668+

- `openai-codex/gpt-5.5` = legacy compatibility alias

669+

- `openai-codex:...` = auth profile id, not a model ref

669670670-

In OpenClaw, ChatGPT/Codex sign-in is wired to the `openai-codex/*` route,

671-

not the direct `openai/*` route. If you want the direct API path in

672-

OpenClaw, set `OPENAI_API_KEY` (or the equivalent OpenAI provider config).

673-

If you want ChatGPT/Codex sign-in in OpenClaw, use `openai-codex/*`.

671+

If you want the direct OpenAI Platform billing/limit path, set

672+

`OPENAI_API_KEY`. If you want ChatGPT/Codex subscription auth, sign in with

673+

`openclaw models auth login --provider openai-codex` and keep model refs on

674+

`openai/*` in new configs.

674675675676

</Accordion>

676677677678

<Accordion title="Why can Codex OAuth limits differ from ChatGPT web?">

678-

`openai-codex/*` uses the Codex OAuth route, and its usable quota windows are

679-

OpenAI-managed and plan-dependent. In practice, those limits can differ from

680-

the ChatGPT website/app experience, even when both are tied to the same account.

679+

Codex OAuth uses OpenAI-managed, plan-dependent quota windows. In practice,

680+

those limits can differ from the ChatGPT website/app experience, even when

681+

both are tied to the same account.

681682682683

OpenClaw can show the currently visible provider usage/quota windows in

683684

`openclaw models status`, but it does not invent or normalize ChatGPT-web

@@ -2344,8 +2345,8 @@ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS,

23442345

<Accordion title="Can I use GPT 5.5 for daily tasks and Codex 5.5 for coding?">

23452346

Yes. Set one as default and switch as needed:

234623472347-

- **Quick switch (per session):** `/model gpt-5.5` for daily tasks, `/model openai-codex/gpt-5.5` for coding with Codex OAuth.

2348-

- **Default + switch:** set `agents.defaults.model.primary` to `openai/gpt-5.5`, then switch to `openai-codex/gpt-5.5` when coding (or the other way around).

2348+

- **Quick switch (per session):** `/model gpt-5.5` for daily tasks, or keep the same model and switch auth/profile as needed.

2349+

- **Default:** set `agents.defaults.model.primary` to `openai/gpt-5.5`.

23492350

- **Sub-agents:** route coding tasks to sub-agents with a different default model.

2350235123512352

See [Models](/concepts/models) and [Slash commands](/tools/slash-commands).

@@ -2355,9 +2356,9 @@ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS,

23552356

<Accordion title="How do I configure fast mode for GPT 5.5?">

23562357

Use either a session toggle or a config default:

235723582358-

- **Per session:** send `/fast on` while the session is using `openai/gpt-5.5` or `openai-codex/gpt-5.5`.

2359+

- **Per session:** send `/fast on` while the session is using `openai/gpt-5.5`.

23592360

- **Per model default:** set `agents.defaults.models["openai/gpt-5.5"].params.fastMode` to `true`.

2360-

- **Codex OAuth too:** if you also use `openai-codex/gpt-5.5`, set the same flag there.

2361+

- **Legacy aliases:** older `openai-codex/gpt-*` entries can keep their own params, but new configs should put params on `openai/gpt-*`.

2361236223622363

Example:

23632364

@@ -2371,11 +2372,6 @@ Quick answers plus deeper troubleshooting for real-world setups (local dev, VPS,

23712372

fastMode: true,

23722373

},

23732374

},

2374-

"openai-codex/gpt-5.5": {

2375-

params: {

2376-

fastMode: true,

2377-

},

2378-

},

23792375

},

23802376

},

23812377

},