Skip to content

fix(openai): allow available Codex OAuth models#83318

Merged
steipete merged 1 commit into
mainfrom
fix/openai-codex-available-models
May 18, 2026
Merged

fix(openai): allow available Codex OAuth models#83318
steipete merged 1 commit into
mainfrom
fix/openai-codex-available-models

Conversation

@steipete
Copy link
Copy Markdown
Contributor

Summary

Fixes #83303

Verification

  • node scripts/run-vitest.mjs src/config/config.model-ref-validation.test.ts src/agents/model-catalog.test.ts src/agents/pi-embedded-runner/model.test.ts
  • git diff --check
  • pnpm docs:list

Real behavior proof

Behavior addressed: Existing configs using available openai-codex GPT-5.1/GPT-5.2/GPT-5.3 refs no longer fail config validation solely because of stale manifest suppressions; removed Spark aliases remain rejected.
Real environment tested: Local source checkout on macOS, targeted Vitest via repo node wrapper.
Exact steps or command run after this patch: node scripts/run-vitest.mjs src/config/config.model-ref-validation.test.ts src/agents/model-catalog.test.ts src/agents/pi-embedded-runner/model.test.ts
Evidence after fix: Config validation accepts openai-codex/gpt-5.2-codex and openai-codex/gpt-5.3-codex fallbacks; catalog/runtime tests keep available Codex rows and resolve openai-codex/gpt-5.3-codex.
Observed result after fix: 5 test files and 227 tests passed.
What was not tested: Live ChatGPT/Codex OAuth request to gpt-5.3-codex and full Docker setup path.

@openclaw-barnacle openclaw-barnacle Bot added docs Improvements or additions to documentation agents Agent runtime and tooling extensions: openai size: S maintainer Maintainer-authored PR labels May 17, 2026
@clawsweeper
Copy link
Copy Markdown
Contributor

clawsweeper Bot commented May 17, 2026

ClawSweeper status: review started.

I am starting a fresh review of this pull request: fix(openai): allow available Codex OAuth models This is item 1/1 in the current shard. Shard 0/1.

This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking.

Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted.

@steipete steipete force-pushed the fix/openai-codex-available-models branch from 8da9d12 to b3152eb Compare May 17, 2026 23:57
@steipete steipete merged commit 9da0f80 into main May 18, 2026
113 of 114 checks passed
@steipete steipete deleted the fix/openai-codex-available-models branch May 18, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents Agent runtime and tooling docs Improvements or additions to documentation extensions: openai maintainer Maintainer-authored PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: gpt-5.3-codex is no longer supported for ChatGPT/Codex OAuth accounts

1 participant