Skip to content

Fix GPT-5.6 availability in Codex catalog#469

Merged
alejandro-ao merged 1 commit into
mainfrom
fix/remove-gpt56-codex
Jul 24, 2026
Merged

Fix GPT-5.6 availability in Codex catalog#469
alejandro-ao merged 1 commit into
mainfrom
fix/remove-gpt56-codex

Conversation

@alejandro-ao

Copy link
Copy Markdown
Collaborator

Summary

  • remove the gpt-5.6 API alias from the built-in OpenAI Codex subscription catalog
  • retain gpt-5.6 for direct OpenAI API users and retain explicit GPT-5.6 variants for Codex
  • update regression coverage, provider documentation, and release notes

User experience

Codex subscription users no longer see or select an alias that ChatGPT-account Codex requests reject with HTTP 400. Direct OpenAI API behavior is unchanged.

Issue

Addresses the reported unsupported-model error for openai-codex; no linked GitHub issue.

Manual validation

  1. Start Tau and log in with /login openai-codex.
  2. Open the model picker and confirm gpt-5.6 is absent while gpt-5.6-sol remains available.
  3. Configure the direct openai provider and confirm gpt-5.6 remains available there.
  4. Select gpt-5.6-sol with OpenAI Codex and send a prompt.

Checks

  • uv run pytest
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run mypy
  • uv build
  • cd website && hugo --minify && npx --yes pagefind@latest --site public

@alejandro-ao
alejandro-ao marked this pull request as ready for review July 24, 2026 09:23
@alejandro-ao
alejandro-ao merged commit d20b853 into main Jul 24, 2026
2 checks passed
@alejandro-ao
alejandro-ao deleted the fix/remove-gpt56-codex branch July 24, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant