[codex] update OpenAI Codex models#147
Open
romgenie wants to merge 5 commits into
Open
Conversation
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
|
@romgenie is attempting to deploy a commit to the 0xBuns Team on Vercel. A member of the Team first needs to authorize it. |
Member
Author
|
@BunsDev please review. This updates the Codex model catalog to GPT-5.6 Sol/Terra/Luna, makes Sol the default, and sets Luna as the fast/small fallback. |
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
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.
Summary
gpt-5.6-solthe Codex default andgpt-5.6-lunathe small/fast fallback.Context
Changes
gpt-5.6-sol,gpt-5.6-terra, andgpt-5.6-lunato the curated Codex OAuth model list.gpt-5.5togpt-5.6-solwhere they describe the default.format!calls so locked clippy passes.COVEN_CODE_CLAUDE_BINin the provider picker test for deterministic local Claude CLI discovery.COVEN_CODE_TEST_HOMEfrom the TUI test guard so workspace test binaries do not race with core hosted-memory tests.Validation
Record exact commands and outcomes. Mark items N/A with a reason when they do not apply.
git diff --check- passed.cargo fmt --all- passed.cargo check --workspace- passed.cargo clippy --workspace --all-targets -- -D warnings- passed before the CI lint report.cargo clippy --workspace --all-targets --locked -- -D warnings- passed after the CI lint report and after the test-home race fix.cargo test --workspace --locked --quiet- passed after the test-home race fix.cargo test --package claurst-core codex- passed.cargo test --package claurst-api codex_best_models_return_real_ids_without_snapshot- passed.cargo test --package claurst-tui models_for_provider_codex- passed.cargo test --package claurst-tui --lib- passed.cargo test --package claurst-tui provider_picker_marks_claude_cli_local_when_binary_exists -- --nocapture- passed.PR Readiness
Remaining risk: Codex availability is based on official OpenAI documentation; runtime access can still depend on ChatGPT account entitlement. Vercel may still require deployment authorization outside this code change.