fix(proxy): update PREFERRED_CLAUDE_MODELS to include claude-sonnet-5 - #535
Open
gokhanozdemir wants to merge 2 commits into
Open
fix(proxy): update PREFERRED_CLAUDE_MODELS to include claude-sonnet-5#535gokhanozdemir wants to merge 2 commits into
gokhanozdemir wants to merge 2 commits into
Conversation
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
from
September 5, 2026 15:58
a0f8b0b to
9966948
Compare
gokhanozdemir
marked this pull request as ready for review
September 5, 2026 16:36
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
from
September 5, 2026 17:44
42b9bdd to
784690c
Compare
8nevil8
reviewed
Sep 8, 2026
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
2 times, most recently
from
September 8, 2026 17:28
acd4199 to
09cc4bd
Compare
gokhanozdemir
marked this pull request as draft
September 9, 2026 21:01
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
2 times, most recently
from
September 9, 2026 22:20
12a1c61 to
d307f8d
Compare
Contributor
Author
|
@8nevil8 could you please take a look? https://github.com/codemie-ai/codemie-code/actions/runs/34411740542/job/102667849670#step:7:225 do you have any suggestions here why those tests be failing? |
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
from
September 9, 2026 23:11
d307f8d to
3f322d8
Compare
gokhanozdemir
force-pushed
the
fix/473-pREFERRED_CLAUDE_MODELS
branch
from
September 10, 2026 00:33
3f322d8 to
bae3c32
Compare
gokhanozdemir
marked this pull request as ready for review
September 10, 2026 00:38
Contributor
Author
ok resolved |
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
Update the curated
PREFERRED_CLAUDE_MODELSlist in the desktop proxy connector so Claude Desktop gets the latest cloud lineup (Opus 5 / Sonnet 5 / Haiku 4.5), with older IDs kept only as gateway fallbacks.Motivation
The desktop proxy connector's model list was outdated and did not include
claude-sonnet-5. Exact-match preferred resolution meant Claude Desktop could lose Sonnet entirely when the gateway retired older Sonnet IDs.Changes
PREFERRED_CLAUDE_MODELSwithclaude-opus-5,claude-opus-3, andclaude-sonnet-5(kept prior Opus/Sonnet/Haiku entries as fallbacks)selectDesktopClaudeModels, so Desktop shows at most one Opus and one Sonnet (latest available)migration-runner-orderingWindows teardown (rmSyncretries + best-effort catch) to fix the unrelatedENOTEMPTYCI flakeTesting
Breaking Changes
None — Desktop still exposes one Opus + one Sonnet + Haiku; only the preferred IDs and collapse rules track the current generation.
Related Issues
Fixes #473
Screenshot from Claude Desktop as of 05 Sep 2026