@qwen-code/qwen-code 0.10.5 → 0.11.0-nightly.20260227.f6a90dd2
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 +36 -0
- package/cli.js +5699 -3950
- package/locales/de.js +6 -0
- package/locales/en.js +6 -0
- package/locales/ru.js +6 -0
- package/locales/zh.js +5 -0
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -207,6 +207,42 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
207
207
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
208
208
|
"description": "qwen3-coder-plus from Bailian Coding Plan",
|
|
209
209
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": "qwen3-coder-next",
|
|
213
|
+
"name": "qwen3-coder-next (Coding Plan)",
|
|
214
|
+
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
215
|
+
"description": "qwen3-coder-next with thinking enabled from Bailian Coding Plan",
|
|
216
|
+
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
217
|
+
"generationConfig": {
|
|
218
|
+
"extra_body": {
|
|
219
|
+
"enable_thinking": true
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"id": "glm-4.7",
|
|
225
|
+
"name": "glm-4.7 (Coding Plan)",
|
|
226
|
+
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
227
|
+
"description": "glm-4.7 with thinking enabled from Bailian Coding Plan",
|
|
228
|
+
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
229
|
+
"generationConfig": {
|
|
230
|
+
"extra_body": {
|
|
231
|
+
"enable_thinking": true
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "kimi-k2.5",
|
|
237
|
+
"name": "kimi-k2.5 (Coding Plan)",
|
|
238
|
+
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
239
|
+
"description": "kimi-k2.5 with thinking enabled from Bailian Coding Plan",
|
|
240
|
+
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
241
|
+
"generationConfig": {
|
|
242
|
+
"extra_body": {
|
|
243
|
+
"enable_thinking": true
|
|
244
|
+
}
|
|
245
|
+
}
|
|
210
246
|
}
|
|
211
247
|
]
|
|
212
248
|
},
|