@qwen-code/qwen-code 0.14.0-preview.4 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,19 +18,23 @@
18
18
 
19
19
  </div>
20
20
 
21
- > 🎉 **News (2026-02-16)**: Qwen3.5-Plus is now live! Sign in via Qwen OAuth to use it directly, or get an API key from [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com?tab=doc#/doc/?type=model&url=2840914_2&modelId=group-qwen3.5-plus) to access it through the OpenAI-compatible API.
21
+ ## 🎉 News
22
22
 
23
- Qwen Code is an open-source AI agent for the terminal, optimized for [Qwen3-Coder](https://github.com/QwenLM/Qwen3-Coder). It helps you understand large codebases, automate tedious work, and ship faster.
23
+ - **2026-04-02**: Qwen3.6-Plus is now live! Sign in via Qwen OAuth to use it directly, or get an API key from [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&url=2840914_2&modelId=qwen3.6-plus) to access it through the OpenAI-compatible API.
24
24
 
25
- ![](https://gw.alicdn.com/imgextra/i1/O1CN01D2DviS1wwtEtMwIzJ_!!6000000006373-2-tps-1600-900.png)
25
+ - **2026-02-16**: Qwen3.5-Plus is now live!
26
26
 
27
27
  ## Why Qwen Code?
28
28
 
29
+ Qwen Code is an open-source AI agent for the terminal, optimized for Qwen series models. It helps you understand large codebases, automate tedious work, and ship faster.
30
+
29
31
  - **Multi-protocol, OAuth free tier**: use OpenAI / Anthropic / Gemini-compatible APIs, or sign in with Qwen OAuth for 1,000 free requests/day.
30
32
  - **Open-source, co-evolving**: both the framework and the Qwen3-Coder model are open-source—and they ship and evolve together.
31
33
  - **Agentic workflow, feature-rich**: rich built-in tools (Skills, SubAgents) for a full agentic workflow and a Claude Code-like experience.
32
34
  - **Terminal-first, IDE-friendly**: built for developers who live in the command line, with optional integration for VS Code, Zed, and JetBrains IDEs.
33
35
 
36
+ ![](https://gw.alicdn.com/imgextra/i1/O1CN01D2DviS1wwtEtMwIzJ_!!6000000006373-2-tps-1600-900.png)
37
+
34
38
  ## Installation
35
39
 
36
40
  ### Quick Install (Recommended)
@@ -148,8 +152,8 @@ Here is a complete example:
148
152
  "modelProviders": {
149
153
  "openai": [
150
154
  {
151
- "id": "qwen3-coder-plus",
152
- "name": "qwen3-coder-plus",
155
+ "id": "qwen3.6-plus",
156
+ "name": "qwen3.6-plus",
153
157
  "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
154
158
  "description": "Qwen3-Coder via Dashscope",
155
159
  "envKey": "DASHSCOPE_API_KEY"
@@ -165,7 +169,7 @@ Here is a complete example:
165
169
  }
166
170
  },
167
171
  "model": {
168
- "name": "qwen3-coder-plus"
172
+ "name": "qwen3.6-plus"
169
173
  }
170
174
  }
171
175
  ```
@@ -175,7 +179,7 @@ Here is a complete example:
175
179
  | Field | What it does |
176
180
  | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
177
181
  | `modelProviders` | Declares which models are available and how to connect to them. Keys like `openai`, `anthropic`, `gemini` represent the API protocol. |
178
- | `modelProviders[].id` | The model ID sent to the API (e.g. `qwen3-coder-plus`, `gpt-4o`). |
182
+ | `modelProviders[].id` | The model ID sent to the API (e.g. `qwen3.6-plus`, `gpt-4o`). |
179
183
  | `modelProviders[].envKey` | The name of the environment variable that holds your API key. |
180
184
  | `modelProviders[].baseUrl` | The API endpoint URL (required for non-default endpoints). |
181
185
  | `env` | A fallback place to store API keys (lowest priority; prefer `.env` files or `export` for sensitive keys). |
@@ -200,29 +204,17 @@ Use the `/model` command at any time to switch between all configured models.
200
204
  "modelProviders": {
201
205
  "openai": [
202
206
  {
203
- "id": "qwen3.5-plus",
204
- "name": "qwen3.5-plus (Coding Plan)",
207
+ "id": "qwen3.6-plus",
208
+ "name": "qwen3.6-plus (Coding Plan)",
205
209
  "baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
206
- "description": "qwen3.5-plus with thinking enabled from ModelStudio Coding Plan",
207
- "envKey": "BAILIAN_CODING_PLAN_API_KEY",
208
- "generationConfig": {
209
- "extra_body": {
210
- "enable_thinking": true
211
- }
212
- }
213
- },
214
- {
215
- "id": "qwen3-coder-plus",
216
- "name": "qwen3-coder-plus (Coding Plan)",
217
- "baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
218
- "description": "qwen3-coder-plus from ModelStudio Coding Plan",
210
+ "description": "qwen3.6-plus from ModelStudio Coding Plan",
219
211
  "envKey": "BAILIAN_CODING_PLAN_API_KEY"
220
212
  },
221
213
  {
222
- "id": "qwen3-coder-next",
223
- "name": "qwen3-coder-next (Coding Plan)",
214
+ "id": "qwen3.5-plus",
215
+ "name": "qwen3.5-plus (Coding Plan)",
224
216
  "baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
225
- "description": "qwen3-coder-next with thinking enabled from ModelStudio Coding Plan",
217
+ "description": "qwen3.5-plus with thinking enabled from ModelStudio Coding Plan",
226
218
  "envKey": "BAILIAN_CODING_PLAN_API_KEY",
227
219
  "generationConfig": {
228
220
  "extra_body": {
@@ -265,7 +257,7 @@ Use the `/model` command at any time to switch between all configured models.
265
257
  }
266
258
  },
267
259
  "model": {
268
- "name": "qwen3-coder-plus"
260
+ "name": "qwen3.6-plus"
269
261
  }
270
262
  }
271
263
  ```
package/cli.js CHANGED
@@ -147397,7 +147397,7 @@ var init_tokenLimits = __esm({
147397
147397
  // Commercial API models (1,000,000 context)
147398
147398
  [/^qwen3-coder-plus/, LIMITS["1m"]],
147399
147399
  [/^qwen3-coder-flash/, LIMITS["1m"]],
147400
- [/^qwen3\.5-plus/, LIMITS["1m"]],
147400
+ [/^qwen3\.\d/, LIMITS["1m"]],
147401
147401
  [/^qwen-plus-latest$/, LIMITS["1m"]],
147402
147402
  [/^qwen-flash-latest$/, LIMITS["1m"]],
147403
147403
  [/^coder-model$/, LIMITS["1m"]],
@@ -147456,10 +147456,9 @@ var init_tokenLimits = __esm({
147456
147456
  [/^claude-/, LIMITS["64k"]],
147457
147457
  // Claude fallback: 64K
147458
147458
  // Alibaba / Qwen
147459
- [/^qwen3\.5/, LIMITS["64k"]],
147459
+ [/^qwen3\.\d/, LIMITS["64k"]],
147460
147460
  [/^coder-model$/, LIMITS["64k"]],
147461
- [/^qwen3-max/, LIMITS["64k"]],
147462
- [/^qwen/, LIMITS["8k"]],
147461
+ [/^qwen/, LIMITS["32k"]],
147463
147462
  // Qwen fallback (VL, turbo, plus, etc.): 8K
147464
147463
  // DeepSeek
147465
147464
  [/^deepseek-reasoner/, LIMITS["64k"]],
@@ -147638,7 +147637,7 @@ var init_constants3 = __esm({
147638
147637
  {
147639
147638
  id: "coder-model",
147640
147639
  name: "coder-model",
147641
- description: "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance",
147640
+ description: "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance",
147642
147641
  capabilities: { vision: true }
147643
147642
  }
147644
147643
  ];
@@ -156487,9 +156486,7 @@ var init_dashscope = __esm({
156487
156486
  };
156488
156487
  }
156489
156488
  getDefaultGenerationConfig() {
156490
- return {
156491
- temperature: 0.3
156492
- };
156489
+ return {};
156493
156490
  }
156494
156491
  /**
156495
156492
  * Add cache control flag to specified message(s) for DashScope providers
@@ -171598,7 +171595,7 @@ __export(geminiContentGenerator_exports, {
171598
171595
  createGeminiContentGenerator: () => createGeminiContentGenerator
171599
171596
  });
171600
171597
  function createGeminiContentGenerator(config2, gcConfig) {
171601
- const version2 = "0.14.0-preview.4";
171598
+ const version2 = "0.14.0";
171602
171599
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
171603
171600
  const baseHeaders = {
171604
171601
  "User-Agent": userAgent2
@@ -321132,7 +321129,7 @@ var init_de2 = __esm({
321132
321129
  none: "keine",
321133
321130
  unknown: "unbekannt",
321134
321131
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}": "Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
321135
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 effizientes Hybridmodell mit f\xFChrender Programmierleistung",
321132
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 effizientes Hybridmodell mit f\xFChrender Programmierleistung",
321136
321133
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "Das neueste Qwen Vision Modell von Alibaba Cloud ModelStudio (Version: qwen3-vl-plus-2025-09-23)",
321137
321134
  // ============================================================================
321138
321135
  // Dialogs - Permissions
@@ -322653,7 +322650,7 @@ var init_en3 = __esm({
322653
322650
  none: "none",
322654
322651
  unknown: "unknown",
322655
322652
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}": "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
322656
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance",
322653
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance",
322657
322654
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)",
322658
322655
  // ============================================================================
322659
322656
  // Dialogs - Permissions
@@ -323917,7 +323914,7 @@ var init_ja2 = __esm({
323917
323914
  "not set": "\u672A\u8A2D\u5B9A",
323918
323915
  none: "\u306A\u3057",
323919
323916
  unknown: "\u4E0D\u660E",
323920
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 \u52B9\u7387\u7684\u306A\u30CF\u30A4\u30D6\u30EA\u30C3\u30C9\u30E2\u30C7\u30EB\u3001\u696D\u754C\u30C8\u30C3\u30D7\u30AF\u30E9\u30B9\u306E\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u6027\u80FD",
323917
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 \u52B9\u7387\u7684\u306A\u30CF\u30A4\u30D6\u30EA\u30C3\u30C9\u30E2\u30C7\u30EB\u3001\u696D\u754C\u30C8\u30C3\u30D7\u30AF\u30E9\u30B9\u306E\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u6027\u80FD",
323921
323918
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "Alibaba Cloud ModelStudio\u306E\u6700\u65B0Qwen Vision\u30E2\u30C7\u30EB(\u30D0\u30FC\u30B8\u30E7\u30F3: qwen3-vl-plus-2025-09-23)",
323922
323919
  // Dialogs - Permissions
323923
323920
  "Manage folder trust settings": "\u30D5\u30A9\u30EB\u30C0\u4FE1\u983C\u8A2D\u5B9A\u3092\u7BA1\u7406",
@@ -325217,7 +325214,7 @@ var init_pt2 = __esm({
325217
325214
  none: "nenhum",
325218
325215
  unknown: "desconhecido",
325219
325216
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}": "Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
325220
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 modelo h\xEDbrido eficiente com desempenho l\xEDder em programa\xE7\xE3o",
325217
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 modelo h\xEDbrido eficiente com desempenho l\xEDder em programa\xE7\xE3o",
325221
325218
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "O modelo Qwen Vision mais recente do Alibaba Cloud ModelStudio (vers\xE3o: qwen3-vl-plus-2025-09-23)",
325222
325219
  // ============================================================================
325223
325220
  // Dialogs - Permissions
@@ -326613,7 +326610,7 @@ var init_ru2 = __esm({
326613
326610
  none: "\u043D\u0435\u0442",
326614
326611
  unknown: "\u043D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E",
326615
326612
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}": "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C\u0441\u044F \u043D\u0430 \u043C\u043E\u0434\u0435\u043B\u044C '{{modelId}}'.\n\n{{error}}",
326616
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 \u044D\u0444\u0444\u0435\u043A\u0442\u0438\u0432\u043D\u0430\u044F \u0433\u0438\u0431\u0440\u0438\u0434\u043D\u0430\u044F \u043C\u043E\u0434\u0435\u043B\u044C \u0441 \u043B\u0438\u0434\u0438\u0440\u0443\u044E\u0449\u0435\u0439 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C\u044E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438",
326613
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 \u044D\u0444\u0444\u0435\u043A\u0442\u0438\u0432\u043D\u0430\u044F \u0433\u0438\u0431\u0440\u0438\u0434\u043D\u0430\u044F \u043C\u043E\u0434\u0435\u043B\u044C \u0441 \u043B\u0438\u0434\u0438\u0440\u0443\u044E\u0449\u0435\u0439 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C\u044E \u0432 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0438",
326617
326614
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F \u043C\u043E\u0434\u0435\u043B\u044C Qwen Vision \u043E\u0442 Alibaba Cloud ModelStudio (\u0432\u0435\u0440\u0441\u0438\u044F: qwen3-vl-plus-2025-09-23)",
326618
326615
  // ============================================================================
326619
326616
  // Диалоги - Разрешения
@@ -328190,7 +328187,7 @@ var init_zh = __esm({
328190
328187
  none: "\u65E0",
328191
328188
  unknown: "\u672A\u77E5",
328192
328189
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}": "\u65E0\u6CD5\u5207\u6362\u5230\u6A21\u578B '{{modelId}}'.\n\n{{error}}",
328193
- "Qwen 3.5 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.5 Plus \u2014 \u9AD8\u6548\u6DF7\u5408\u67B6\u6784\uFF0C\u7F16\u7A0B\u6027\u80FD\u4E1A\u754C\u9886\u5148",
328190
+ "Qwen 3.6 Plus \u2014 efficient hybrid model with leading coding performance": "Qwen 3.6 Plus \u2014 \u9AD8\u6548\u6DF7\u5408\u67B6\u6784\uFF0C\u7F16\u7A0B\u6027\u80FD\u4E1A\u754C\u9886\u5148",
328194
328191
  "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)": "\u6765\u81EA\u963F\u91CC\u4E91 ModelStudio \u7684\u6700\u65B0 Qwen Vision \u6A21\u578B\uFF08\u7248\u672C\uFF1Aqwen3-vl-plus-2025-09-23\uFF09",
328195
328192
  // ============================================================================
328196
328193
  // Dialogs - Permissions
@@ -429370,7 +429367,7 @@ __name(getPackageJson, "getPackageJson");
429370
429367
  // packages/cli/src/utils/version.ts
429371
429368
  async function getCliVersion() {
429372
429369
  const pkgJson = await getPackageJson();
429373
- return "0.14.0-preview.4";
429370
+ return "0.14.0";
429374
429371
  }
429375
429372
  __name(getCliVersion, "getCliVersion");
429376
429373
 
@@ -446548,7 +446545,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
446548
446545
 
446549
446546
  // packages/cli/src/generated/git-commit.ts
446550
446547
  init_esbuild_shims();
446551
- var GIT_COMMIT_INFO = "1d4c32eda";
446548
+ var GIT_COMMIT_INFO = "de66ee198";
446552
446549
 
446553
446550
  // packages/cli/src/utils/systemInfo.ts
446554
446551
  async function getNpmVersion() {
@@ -454130,7 +454127,17 @@ var BundledSkillLoader = class {
454130
454127
  return [];
454131
454128
  }
454132
454129
  try {
454133
- const skills = await skillManager.listSkills({ level: "bundled" });
454130
+ const allSkills = await skillManager.listSkills({ level: "bundled" });
454131
+ const cronEnabled = this.config?.isCronEnabled() ?? false;
454132
+ const skills = allSkills.filter((skill) => {
454133
+ if (!cronEnabled && skill.allowedTools?.some((t5) => t5.startsWith("cron_"))) {
454134
+ debugLogger106.debug(
454135
+ `Hiding skill "${skill.name}" because cron is not enabled`
454136
+ );
454137
+ return false;
454138
+ }
454139
+ return true;
454140
+ });
454134
454141
  debugLogger106.debug(
454135
454142
  `Loaded ${skills.length} bundled skill(s) as slash commands`
454136
454143
  );
@@ -510015,7 +510022,7 @@ var QwenAgent = class {
510015
510022
  async initialize(args2) {
510016
510023
  this.clientCapabilities = args2.clientCapabilities;
510017
510024
  const authMethods = buildAuthMethods();
510018
- const version2 = "0.14.0-preview.4";
510025
+ const version2 = "0.14.0";
510019
510026
  return {
510020
510027
  protocolVersion: PROTOCOL_VERSION,
510021
510028
  agentInfo: {
package/locales/de.js CHANGED
@@ -1336,8 +1336,8 @@ export default {
1336
1336
  unknown: 'unbekannt',
1337
1337
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1338
1338
  "Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
1339
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1340
- 'Qwen 3.5 Plus — effizientes Hybridmodell mit führender Programmierleistung',
1339
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1340
+ 'Qwen 3.6 Plus — effizientes Hybridmodell mit führender Programmierleistung',
1341
1341
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1342
1342
  'Das neueste Qwen Vision Modell von Alibaba Cloud ModelStudio (Version: qwen3-vl-plus-2025-09-23)',
1343
1343
 
package/locales/en.js CHANGED
@@ -1385,8 +1385,8 @@ export default {
1385
1385
  unknown: 'unknown',
1386
1386
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1387
1387
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
1388
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1389
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance',
1388
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1389
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance',
1390
1390
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1391
1391
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
1392
1392
 
package/locales/ja.js CHANGED
@@ -1026,8 +1026,8 @@ export default {
1026
1026
  'not set': '未設定',
1027
1027
  none: 'なし',
1028
1028
  unknown: '不明',
1029
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1030
- 'Qwen 3.5 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
1029
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1030
+ 'Qwen 3.6 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
1031
1031
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1032
1032
  'Alibaba Cloud ModelStudioの最新Qwen Visionモデル(バージョン: qwen3-vl-plus-2025-09-23)',
1033
1033
  // Dialogs - Permissions
package/locales/pt.js CHANGED
@@ -1339,8 +1339,8 @@ export default {
1339
1339
  unknown: 'desconhecido',
1340
1340
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1341
1341
  "Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
1342
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1343
- 'Qwen 3.5 Plus — modelo híbrido eficiente com desempenho líder em programação',
1342
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1343
+ 'Qwen 3.6 Plus — modelo híbrido eficiente com desempenho líder em programação',
1344
1344
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1345
1345
  'O modelo Qwen Vision mais recente do Alibaba Cloud ModelStudio (versão: qwen3-vl-plus-2025-09-23)',
1346
1346
 
package/locales/ru.js CHANGED
@@ -1262,8 +1262,8 @@ export default {
1262
1262
  unknown: 'неизвестно',
1263
1263
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1264
1264
  "Не удалось переключиться на модель '{{modelId}}'.\n\n{{error}}",
1265
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1266
- 'Qwen 3.5 Plus — эффективная гибридная модель с лидирующей производительностью в программировании',
1265
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1266
+ 'Qwen 3.6 Plus — эффективная гибридная модель с лидирующей производительностью в программировании',
1267
1267
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1268
1268
  'Последняя модель Qwen Vision от Alibaba Cloud ModelStudio (версия: qwen3-vl-plus-2025-09-23)',
1269
1269
 
package/locales/zh.js CHANGED
@@ -1309,8 +1309,8 @@ export default {
1309
1309
  unknown: '未知',
1310
1310
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1311
1311
  "无法切换到模型 '{{modelId}}'.\n\n{{error}}",
1312
- 'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
1313
- 'Qwen 3.5 Plus — 高效混合架构,编程性能业界领先',
1312
+ 'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
1313
+ 'Qwen 3.6 Plus — 高效混合架构,编程性能业界领先',
1314
1314
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
1315
1315
  '来自阿里云 ModelStudio 的最新 Qwen Vision 模型(版本:qwen3-vl-plus-2025-09-23)',
1316
1316
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.14.0-preview.4",
3
+ "version": "0.14.0",
4
4
  "description": "Qwen Code - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "bundled"
22
22
  ],
23
23
  "config": {
24
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.0-preview.4"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.0"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {