Add qwen3-coder-next as default Qwen model#1709
Add qwen3-coder-next as default Qwen model#1709qwen-code-ci-bot wants to merge 3 commits intomainfrom
Conversation
📋 Review SummaryThis PR introduces 🔍 General Feedback
🎯 Specific Feedback🟡 High
🟢 Medium
🔵 Low
✅ Highlights
|
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
226cf90 to
3d83f91
Compare
|
Is there any plan to merge this PR? |
The |
I did not find any way to select qwen3.5-plus in cli. Do I need to auth in web-version and select a model there before using cli? Thanks in advance! |
Use /auth and login |
TLDR
Adds support for
qwen3-coder-nextas the new default Qwen model, replacingcoder-model. Maintains backward compatibility by keepingcoder-modelavailable as the stable option alongside the new model and vision model.Dive Deeper
This change introduces
qwen3-coder-nextas the primary Qwen Coder model:DEFAULT_QWEN_MODELfromcoder-modeltoqwen3-coder-nextqwen3-coder-nexttoQWEN_OAUTH_MODELSwith appropriate capabilities and descriptionqwen3-coder-nextin both input (1M) and output (64K) token limit configurationscoder-modelis retained and described as the "stable" model option(-> qwen3-coder-plus)AVAILABLE_MODELS_QWENarray with dynamic derivation fromQWEN_OAUTH_MODELSin the core package, ensuring single source of truthThe
QWEN_OAUTH_ALLOWED_MODELSis now derived fromQWEN_OAUTH_MODELSto prevent mismatches between available models and authorization lists.Reviewer Test Plan
Verify model selection: Start the CLI and open the model selection dialog (
/modelor equivalent). Confirm thatqwen3-coder-nextappears as the first option and is selected by default.Test backward compatibility: Verify that existing configurations using
coder-modelcontinue to work without errors.Check token limits: Send a large context request to verify that
qwen3-coder-nextcorrectly uses the 1M token context window.Run tests: Execute the test suite to ensure all model-related tests pass:
Testing Matrix
Linked issues / bugs