mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat: add qwen3-coder-next to Coding Plan (Global/Intl region)
- Added qwen3-coder-next model to the Global/Intl Coding Plan template - Removed thinking mode from qwen3-coder-next (both China and Global regions) - Updated test expectations to reflect the new model count Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
7ebae58a8c
commit
24ea2b6964
2 changed files with 10 additions and 9 deletions
|
|
@ -391,8 +391,8 @@ describe('useCodingPlanUpdates', () => {
|
|||
>;
|
||||
|
||||
// Should have new China configs + custom config only (global config removed since regions are mutually exclusive)
|
||||
// The template has 3 models, so we expect 3 (from template) + 1 (custom) = 4
|
||||
expect(updatedConfigs.length).toBe(4);
|
||||
// The China template has 6 models, so we expect 6 (from template) + 1 (custom) = 7
|
||||
expect(updatedConfigs.length).toBe(7);
|
||||
|
||||
// Should NOT contain the Global config (mutually exclusive)
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue