@qwen-code/qwen-code 0.13.0 → 0.13.1-nightly.20260329.070ec5b43
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 +9 -9
- package/cli.js +6483 -4477
- package/locales/de.js +121 -5
- package/locales/en.js +118 -5
- package/locales/ja.js +117 -5
- package/locales/pt.js +120 -5
- package/locales/ru.js +119 -5
- package/locales/zh.js +111 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ Your browser does not support the video tag.
|
|
|
103
103
|
Qwen Code supports two authentication methods:
|
|
104
104
|
|
|
105
105
|
- **Qwen OAuth (recommended & free)**: sign in with your `qwen.ai` account in a browser.
|
|
106
|
-
- **API-KEY**: use an API key to connect to any supported provider (OpenAI, Anthropic, Google GenAI, Alibaba Cloud
|
|
106
|
+
- **API-KEY**: use an API key to connect to any supported provider (OpenAI, Anthropic, Google GenAI, Alibaba Cloud ModelStudio, and other compatible endpoints).
|
|
107
107
|
|
|
108
108
|
#### Qwen OAuth (recommended)
|
|
109
109
|
|
|
@@ -121,7 +121,7 @@ Choose **Qwen OAuth** and complete the browser flow. Your credentials are cached
|
|
|
121
121
|
|
|
122
122
|
Use this if you want more flexibility over which provider and model to use. Supports multiple protocols:
|
|
123
123
|
|
|
124
|
-
- **OpenAI-compatible**: Alibaba Cloud
|
|
124
|
+
- **OpenAI-compatible**: Alibaba Cloud ModelStudio, ModelScope, OpenAI, OpenRouter, and other OpenAI-compatible providers
|
|
125
125
|
- **Anthropic**: Claude models
|
|
126
126
|
- **Google GenAI**: Gemini models
|
|
127
127
|
|
|
@@ -183,7 +183,7 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
183
183
|
##### More Examples
|
|
184
184
|
|
|
185
185
|
<details>
|
|
186
|
-
<summary>Coding Plan (Alibaba Cloud
|
|
186
|
+
<summary>Coding Plan (Alibaba Cloud ModelStudio) — fixed monthly fee, higher quotas</summary>
|
|
187
187
|
|
|
188
188
|
```json
|
|
189
189
|
{
|
|
@@ -193,7 +193,7 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
193
193
|
"id": "qwen3.5-plus",
|
|
194
194
|
"name": "qwen3.5-plus (Coding Plan)",
|
|
195
195
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
196
|
-
"description": "qwen3.5-plus with thinking enabled from
|
|
196
|
+
"description": "qwen3.5-plus with thinking enabled from ModelStudio Coding Plan",
|
|
197
197
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
198
198
|
"generationConfig": {
|
|
199
199
|
"extra_body": {
|
|
@@ -205,14 +205,14 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
205
205
|
"id": "qwen3-coder-plus",
|
|
206
206
|
"name": "qwen3-coder-plus (Coding Plan)",
|
|
207
207
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
208
|
-
"description": "qwen3-coder-plus from
|
|
208
|
+
"description": "qwen3-coder-plus from ModelStudio Coding Plan",
|
|
209
209
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY"
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
"id": "qwen3-coder-next",
|
|
213
213
|
"name": "qwen3-coder-next (Coding Plan)",
|
|
214
214
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
215
|
-
"description": "qwen3-coder-next with thinking enabled from
|
|
215
|
+
"description": "qwen3-coder-next with thinking enabled from ModelStudio Coding Plan",
|
|
216
216
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
217
217
|
"generationConfig": {
|
|
218
218
|
"extra_body": {
|
|
@@ -224,7 +224,7 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
224
224
|
"id": "glm-4.7",
|
|
225
225
|
"name": "glm-4.7 (Coding Plan)",
|
|
226
226
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
227
|
-
"description": "glm-4.7 with thinking enabled from
|
|
227
|
+
"description": "glm-4.7 with thinking enabled from ModelStudio Coding Plan",
|
|
228
228
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
229
229
|
"generationConfig": {
|
|
230
230
|
"extra_body": {
|
|
@@ -236,7 +236,7 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
236
236
|
"id": "kimi-k2.5",
|
|
237
237
|
"name": "kimi-k2.5 (Coding Plan)",
|
|
238
238
|
"baseUrl": "https://coding.dashscope.aliyuncs.com/v1",
|
|
239
|
-
"description": "kimi-k2.5 with thinking enabled from
|
|
239
|
+
"description": "kimi-k2.5 with thinking enabled from ModelStudio Coding Plan",
|
|
240
240
|
"envKey": "BAILIAN_CODING_PLAN_API_KEY",
|
|
241
241
|
"generationConfig": {
|
|
242
242
|
"extra_body": {
|
|
@@ -260,7 +260,7 @@ Use the `/model` command at any time to switch between all configured models.
|
|
|
260
260
|
}
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
> Subscribe to the Coding Plan and get your API key at [Alibaba Cloud
|
|
263
|
+
> Subscribe to the Coding Plan and get your API key at [Alibaba Cloud ModelStudio(Beijing)](https://bailian.console.aliyun.com/cn-beijing?tab=coding-plan#/efm/coding-plan-index) or [Alibaba Cloud ModelStudio(intl)](https://modelstudio.console.alibabacloud.com/?tab=coding-plan#/efm/coding-plan-index).
|
|
264
264
|
|
|
265
265
|
</details>
|
|
266
266
|
|