Skip to content

feat: add gpt-5.3-codex model#17

Open
kaminskypavel wants to merge 6 commits intozscole:mainfrom
kaminskypavel:main
Open

feat: add gpt-5.3-codex model#17
kaminskypavel wants to merge 6 commits intozscole:mainfrom
kaminskypavel:main

Conversation

@kaminskypavel
Copy link
Contributor

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.

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
@kaminskypavel
Copy link
Contributor Author

@zscole can we merge?

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