Add Codex Ultrafast public beta support - #662
Draft
apollostreetcompany wants to merge 2 commits into
Draft
Conversation
added 2 commits
July 28, 2026 15:23
Why: expose the Codex ultrafast service tier only when advertised by the shared catalog, preserve its exact wire value across CLI and app-server turns, and surface provider rejection without fallback.
Why: retain the catalog-advertised reasoning default on collapsed Ultrafast choices without marking the tiered variant as the provider-default model.
This was referenced Jul 30, 2026
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.
What this adds
RepoPrompt now shows an Ultrafast — Public Beta option for Codex models that say they support it.
When someone chooses Ultrafast, RepoPrompt keeps that choice when:
The exact
ultrafastsetting is sent to Codex instead of being dropped or replaced.What stays the same
codex-auto-reviewdo not get an Ultrafast option.This PR does not add a setting for forcing Ultrafast on unsupported models. That is separate follow-up work.
Testing
The focused model-picker and Codex session tests pass. They cover:
Formatting, linting, the Codex schema check, the RepoPrompt build, test-ledger verification, repository guardrails, secret scanning, and contribution checks also pass.
The required GPT-5.6 Sol High review found one issue: the first version could forget the model's recommended reasoning level for Ultrafast. Follow-up commit
2dae4eaf72e083d3825f88909b79f658830611b9fixes it, the focused tests pass, and the follow-up review is clean.Known validation notes