feat(models): label GLM-5.2 data as GLM-5.2/GLM-5.3 / 将 GLM-5.2 数据标注为 GLM-5.2/GLM-5.3 - #739
feat(models): label GLM-5.2 data as GLM-5.2/GLM-5.3 / 将 GLM-5.2 数据标注为 GLM-5.2/GLM-5.3#739Oseltamivir wants to merge 1 commit into
Conversation
Show GLM5.2/GLM5.3 in shared model-selection labels while retaining the existing GLM-5.2 model key and benchmark bucket. 中文:共享模型选择标签改为显示 GLM5.2/GLM5.3,同时保留现有 GLM-5.2 模型键与基准测试数据分组。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aa0c60c. Configure here.
| [Model.GLM_5_2]: { label: 'GLM5.2', prefix: 'glm5.2', category: 'default' }, | ||
| // GLM-5.2 and GLM-5.3 share the same architecture and inference profile, so | ||
| // the selector presents both releases over the existing GLM-5.2 data bucket. | ||
| [Model.GLM_5_2]: { label: 'GLM5.2/GLM5.3', prefix: 'glm5.2', category: 'default' }, |
There was a problem hiding this comment.
Incomplete GLM dual-version labeling
Low Severity
The PR renames the selector label to GLM5.2/GLM5.3, but /compare and /compare-per-dollar still read label from compare-slug.ts, which remains GLM 5.2. That registry does not derive from MODEL_CONFIG, so compare headers, OG images, and page copy keep the old single-version name while overview and chart selectors show both releases.
Reviewed by Cursor Bugbot for commit aa0c60c. Configure here.


Note
Low Risk
Display-only label and test string updates; benchmark routing and data keys (
GLM-5.2,glm5.2prefix) are unchanged.Overview
Updates the display label for
Model.GLM_5_2fromGLM5.2toGLM5.2/GLM5.3inMODEL_CONFIG, with a short comment that GLM-5.2 and GLM-5.3 share the same architecture and inference profile so both releases are shown against the existing GLM-5.2 data bucket (no new model key or prefix).Tests align with the new label in
getModelLabeland the overview CypressMODEL_LABELSfixture.Reviewed by Cursor Bugbot for commit aa0c60c. Bugbot is set up for automated code reviews on this repo. Configure here.