chore: update default codex model to gpt-5.6-sol and effort to high - #421
Merged
Conversation
NewTaskIterationSection, NewCodexIterationSection, NewClaudeEvalSection, NewGenericSection, NewPlanIterationSection, and NewCustomIterationSection had no tests. Table test asserts the Type/Iteration/Label contract for each, taking pkg/status from 71.4% to 100%.
set codex_model to gpt-5.6-sol and codex_reasoning_effort to high in the embedded config. Effort drops a tier from xhigh, so external codex review in default-claude mode runs at high unless codex_reasoning_effort is set explicitly. the effort-only doc example moves from --task-model=:high to :low. With high as the new default, :high no longer demonstrates an override.
Deploying ralphex with
|
| Latest commit: |
de67db3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b36c0fb1.ralphex.pages.dev |
| Branch Preview URL: | https://update-codex-default-model.ralphex.pages.dev |
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.
sets the embedded codex defaults to
gpt-5.6-sol/high, replacinggpt-5.5/xhigh.Behavior change: reasoning effort drops a tier for anyone on the embedded default. An uncustomized config resolved to
xhighfor external codex review and now resolves tohigh. Acodex_reasoning_effortset in user config is unaffected, since an uncommented value is preserved across updates and wins over the embedded default.the effort-only doc example moves from
--task-model=:highto:low. Withhighas the new default,:highno longer demonstrates an override.also carries a table test for the six untested section constructors in
pkg/status. Coverage there goes 71.4% to 100%.