default prime inference to glm 5.3 - #2123
Merged
Merged
Conversation
This was referenced Sep 8, 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.
z-ai/glm-5.3as the prime inference default for startup, fallback, and first-time login.npm run checkand 199 passing tests across four updated test files.fixes res-1322.
Note
Low Risk
Configuration and messaging only; behavior is the same except for the default model id.
Overview
Bumps the Prime Inference default from GLM 5.2 (
z-ai/glm-5.2) to GLM 5.3 (z-ai/glm-5.3) viaPRIME_INFERENCE_DEFAULT_MODEL_ID, which drives provider defaults, startup preference when Prime is available, and post-login fallback selection.The interactive login error text now refers to GLM 5.3 when that default cannot be applied. Tests and a changelog entry were updated to match.
Reviewed by Cursor Bugbot for commit fdc047b. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Set Prime Inference default model to GLM 5.3
Updates
PRIME_INFERENCE_DEFAULT_MODEL_IDin model-resolver.ts from GLM 5.2 to GLM 5.3. The post-login error message inInteractiveMode.prepareForModelSelectionAfterLoginnow references GLM 5.3. All related tests and fixtures are updated to expect GLM 5.3 as the default.Macroscope summarized fdc047b.