v1.59.1.0 codex: refresh model docs to GPT-5.6 family (+ max reasoning level)#2211
Open
cathrynlavery wants to merge 3 commits into
Open
v1.59.1.0 codex: refresh model docs to GPT-5.6 family (+ max reasoning level)#2211cathrynlavery wants to merge 3 commits into
cathrynlavery wants to merge 3 commits into
Conversation
Keeps the no-hardcode default (auto-frontier). Updates the illustrative model names in the Model & Reasoning section to the current GPT-5.6 family (sol/terra/luna, bare gpt-5.6 -> sol) and documents the new `max` reasoning-effort level above xhigh.
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
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.
Documentation-only refresh of the
/codexskill for the GPT-5.6 model family. No behavior change —/codexstill hardcodes no model and auto-uses whatever Codex's frontier default is.What changed
sol>terra>luna, baregpt-5.6aliases tosol), while keeping the deliberate no-hardcode default.-mexamples: updated from the retiredgpt-5.1-codex-max/gpt-5.2togpt-5.6-sol/gpt-5.6-luna.maxlevel 5.6 adds abovexhigh. gstack wires no flag for it (per-mode defaults and the--xhighoverride are unchanged); users can pass-c model_reasoning_effort=maxmanually.Why
The illustrative model names had gone stale (
gpt-5.2,gpt-5.1-codex-max). This keeps the docs pointing at models that actually exist without touching the auto-frontier design, so/codexstill picks up future models automatically.Mechanics
codex/SKILL.md.tmpl, regenerated viabun run gen:skill-docs(onlycodex/SKILL.mdchanged).1.58.5.0→1.59.1.0(patch; queue-advanced past PR v1.59.0.0 feat: /land skill + trunk.io merge-queue integration #1815's claimed1.59.0.0viagstack-next-version).bun test(skill validation + gen-docs quality) passes.