fix(coding-agent): retarget OpenAI automatic defaults - #1083
Merged
Conversation
code-yeongyu
enabled auto-merge
August 22, 2026 12:58
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
Retarget Senpi's implicit OpenAI and Codex startup defaults from GPT-5.5 to GPT-5.6 Sol. Explicitly saved GPT-5.5 selections remain supported and continue to resolve through the settings path.
Changes
openaiandopenai-codexentries indefaultModelPerProvidertogpt-5.6-sol.changes.mdtracker.QA & Evidence
npm exec vitest -- --run test/model-resolver.test.tsfrompackages/coding-agent; observed 2 intended assertion failures (gpt-5.5received instead ofgpt-5.6-sol).openai/gpt-5.6-sol, provenanceprovider-defaultopenai-codex/gpt-5.5, provenancesettingscli-smoke.mjs --self-testpassed 8/8 andrpc-drive.mjs --self-testpassed 4/4 in isolated sandboxes; the real auth file was unchanged.npm exec tsc -- --noEmit, browser smoke, andgit diff --checkpassed.Local artifacts are under
local-ignore/qa-evidence/20260822-gpt55-provider-default/and are intentionally not committed.Risks & Residuals
Summary by cubic
Retargets the OpenAI provider default from GPT-5.5 to GPT-5.6 Sol so implicit selection follows the current recommendation. Old behavior: provider-default selected GPT-5.5; new behavior: it selects GPT-5.6 Sol; explicit GPT-5.5 settings still resolve unchanged.
Review notes
defaultModelPerProviderinpackages/coding-agent/src/core/model-resolver.tsforopenaiandopenai-codextogpt-5.6-sol.packages/coding-agent/test/provider-default-model-selection.test.tsto assert automatic vs. explicit selection; refresh expectations inpackages/coding-agent/test/model-resolver.test.ts.packages/coding-agent/test/suite/interactive-mode-scoped-settings.test.tsto reflect the post-auth default ofopenai/gpt-5.6-sol.packages/coding-agent/src/core/changes.mdandpackages/coding-agent/CHANGELOG.md.Rollout
Written for commit dda3105. Summary will update on new commits.