Open
Conversation
Register the new codex/gpt-5.3-codex model in MODEL_COSTS with $0 per-token cost (uses ChatGPT subscription like other Codex CLI models).
Update get_available_providers() to return gpt-5.3-codex as the default Codex CLI model. Update list_providers() display and debate.py docstring to reference the new model.
- Verify gpt-5.3-codex is registered in MODEL_COSTS - Verify credential validation for the new model - Verify Codex CLI default model is gpt-5.3-codex - Verify model name extraction from codex/ prefix - Verify routing through call_single_model - Verify zero-cost tracking for Codex CLI subscription model
Update README.md, SKILL.md, and CHANGELOG.md to reference the new gpt-5.3-codex model as the primary Codex CLI model.
Add a reasoning levels table to README.md explaining each level. Clarify that the plugin defaults to xhigh for thorough spec analysis while the Codex model itself defaults to medium.
feat: integrate gpt-5.3-codex model into Codex CLI
Contributor
Author
|
@zscole can we merge? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the new gpt-5.3-codex model in the Codex CLI integration, registered with zero per-token cost and set as the default Codex model.