Skip to content

feat(codex): add GPT-5.6 support - #765

Merged
sudipnext merged 1 commit into
presenton:mainfrom
sjungwon03:feat/764-gpt-5.6-codex
Jul 20, 2026
Merged

feat(codex): add GPT-5.6 support#765
sudipnext merged 1 commit into
presenton:mainfrom
sjungwon03:feat/764-gpt-5.6-codex

Conversation

@sjungwon03

@sjungwon03 sjungwon03 commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add the GPT-5.6 family to the ChatGPT/Codex model selector and FastAPI allowlist: gpt-5.6, gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna
  • keep gpt-5.6 as the default Codex model and preserve fallback behavior for unsupported IDs
  • cover all GPT-5.6 model IDs in frontend and backend regression tests

Verification

  • uv run pytest tests/unit -q — 452 passed
  • npm test — 47 passed
  • npm run build — passed
  • npm run lint — passed with 101 pre-existing warnings and no errors
  • git diff --check — passed

AI disclosure

Implementation was AI-assisted, manually reviewed, and independently diff-reviewed before submission.

Closes #764

@CLAassistant

CLAassistant commented Jul 20, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@sjungwon03
sjungwon03 force-pushed the feat/764-gpt-5.6-codex branch from e457b04 to aca45ac Compare July 20, 2026 05:56
@sudipnext

Copy link
Copy Markdown
Collaborator

Hey, thanks for putting this together! Just one quick catch: we actually can't use the bare gpt-5.6 model ID with this integration. Let's stick to just the specific family models: gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna.

@sudipnext
sudipnext merged commit 18ae317 into presenton:main Jul 20, 2026
1 check passed
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.

feat(codex): add GPT-5.6 to the supported ChatGPT model list

3 participants