Skip to content

fix(core): add qwen3.7-plus to Coding Plan model list#4953

Merged
pomelo-nwu merged 1 commit into
QwenLM:mainfrom
ZijianZhang989:fix/4904-add-qwen3.7-plus-to-coding-plan
Jun 10, 2026
Merged

fix(core): add qwen3.7-plus to Coding Plan model list#4953
pomelo-nwu merged 1 commit into
QwenLM:mainfrom
ZijianZhang989:fix/4904-add-qwen3.7-plus-to-coding-plan

Conversation

@ZijianZhang989

Copy link
Copy Markdown
Collaborator

Problem

The qwen3.7-plus model is missing from the Coding Plan provider model list. Users get this error when trying to switch:

Model 'qwen3.7-plus' is not available for auth type 'openai'.
Available models for 'openai': qwen3.5-plus, qwen3.6-plus, glm-5, kimi-k2.5, ...

Root Cause

Two preset files define the Coding Plan model list but are missing qwen3.7-plus:

  • packages/core/src/providers/presets/alibaba-coding-plan.tsMODELSTUDIO_MODELS
  • packages/vscode-ide-companion/src/services/subscriptionPlanDefinitions.tsALIBABA_SUBSCRIPTION_MODELS

The code comment says "keep in sync" between these files, but they have drifted out of sync. The Standard API Key provider (alibaba-standard.ts) already has qwen3.7-plus, confirming backend support.

Fix

Add { id: 'qwen3.7-plus', contextWindowSize: 1000000, enableThinking: true } to both preset arrays.

Verification

  • Build passes
  • Typecheck passes
  • Verified on official website that Coding Plan supports qwen3.7-plus

Fixes #4904

Fixes QwenLM#4904. The qwen3.7-plus model was available in the Standard API Key
provider but missing from the Coding Plan provider. Added it to both
MODELSTUDIO_MODELS (alibaba-coding-plan.ts) and ALIBABA_SUBSCRIPTION_MODELS
(subscriptionPlanDefinitions.ts) to keep them in sync.
@ZijianZhang989 ZijianZhang989 force-pushed the fix/4904-add-qwen3.7-plus-to-coding-plan branch from cc2cf12 to 0f7ec2e Compare June 10, 2026 09:15

@qwen-code-ci-bot qwen-code-ci-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found. LGTM! ✅ — qwen3.7-max via Qwen Code /review

@pomelo-nwu pomelo-nwu merged commit d54d50f into QwenLM:main Jun 10, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

qwencode不能切换新模型

4 participants