@qwen-code/qwen-code 0.14.4-preview.0 → 0.14.4
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 +2 -2
- package/bundled/qc-helper/docs/configuration/auth.md +2 -2
- package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
- package/cli.js +36 -37
- package/locales/de.js +5 -4
- package/locales/en.js +5 -4
- package/locales/fr.js +5 -4
- package/locales/ja.js +5 -4
- package/locales/pt.js +5 -4
- package/locales/ru.js +5 -4
- package/locales/zh.js +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
## 🎉 News
|
|
22
22
|
|
|
23
|
-
- **2026-04-13**: Qwen OAuth free tier policy update: daily quota adjusted to 100 requests/day (from 1,000). The free tier will be discontinued on 2026-04-15.
|
|
23
|
+
- **2026-04-13**: Qwen OAuth free tier policy update: daily quota adjusted to 100 requests/day (from 1,000). The free tier will be discontinued on 2026-04-15. Consider using [OpenRouter](https://openrouter.ai), [Fireworks AI](https://app.fireworks.ai), or [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&url=2840914_2&modelId=qwen3.6-plus) as alternatives.
|
|
24
24
|
|
|
25
25
|
- **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.
|
|
26
26
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
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.
|
|
32
32
|
|
|
33
|
-
- **Multi-protocol, OAuth free tier**: use OpenAI / Anthropic / Gemini-compatible APIs, or sign in with Qwen OAuth for
|
|
33
|
+
- **Multi-protocol, OAuth free tier**: use OpenAI / Anthropic / Gemini-compatible APIs, or sign in with Qwen OAuth for 100 free requests/day (free tier ending 2026-04-15). After that, switch to [OpenRouter](https://openrouter.ai), [Fireworks AI](https://app.fireworks.ai), or [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&url=2840914_2&modelId=qwen3.6-plus).
|
|
34
34
|
- **Open-source, co-evolving**: both the framework and the Qwen3-Coder model are open-source—and they ship and evolve together.
|
|
35
35
|
- **Agentic workflow, feature-rich**: rich built-in tools (Skills, SubAgents) for a full agentic workflow and a Claude Code-like experience.
|
|
36
36
|
- **Terminal-first, IDE-friendly**: built for developers who live in the command line, with optional integration for VS Code, Zed, and JetBrains IDEs.
|
|
@@ -13,7 +13,7 @@ Use this if you want the simplest setup and you're using Qwen models.
|
|
|
13
13
|
- **How it works**: on first start, Qwen Code opens a browser login page. After you finish, credentials are cached locally so you usually won't need to log in again.
|
|
14
14
|
- **Requirements**: a `qwen.ai` account + internet access (at least for the first login).
|
|
15
15
|
- **Benefits**: no API key management, automatic credential refresh.
|
|
16
|
-
- **Cost & quota**: free, with a quota of **60 requests/minute** and **
|
|
16
|
+
- **Cost & quota**: free, with a quota of **60 requests/minute** and **100 requests/day**. Note: the free tier will be discontinued on 2026-04-15. After that, consider switching to [OpenRouter](https://openrouter.ai), [Fireworks AI](https://app.fireworks.ai), or [Alibaba Cloud ModelStudio](https://modelstudio.console.alibabacloud.com/ap-southeast-1?tab=doc#/doc/?type=model&url=2840914_2&modelId=qwen3.6-plus) — run `qwen auth` to configure your new provider.
|
|
17
17
|
|
|
18
18
|
Start the CLI and follow the browser flow:
|
|
19
19
|
|
|
@@ -327,7 +327,7 @@ You'll see a selector with arrow-key navigation:
|
|
|
327
327
|
```
|
|
328
328
|
Select authentication method:
|
|
329
329
|
|
|
330
|
-
> Qwen OAuth - Free ·
|
|
330
|
+
> Qwen OAuth - Free · 100 requests/day · Ending 2026-04-15
|
|
331
331
|
Alibaba Cloud Coding Plan - Paid · Up to 6,000 requests/5 hrs · All Alibaba Cloud Coding Plan Models
|
|
332
332
|
|
|
333
333
|
(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)
|
|
@@ -6,7 +6,7 @@ Qwen Code is an open-source AI coding assistant tool maintained by the Qwen Code
|
|
|
6
6
|
|
|
7
7
|
Qwen Code supports three authentication methods to access AI models. Your authentication method determines which terms of service and privacy policies apply to your usage:
|
|
8
8
|
|
|
9
|
-
1. **Qwen OAuth** — Log in with your qwen.ai account (free daily quota)
|
|
9
|
+
1. **Qwen OAuth** — Log in with your qwen.ai account (free daily quota, ending 2026-04-15)
|
|
10
10
|
2. **Alibaba Cloud Coding Plan** — Use an API key from Alibaba Cloud
|
|
11
11
|
3. **API Key** — Bring your own API key
|
|
12
12
|
|
package/cli.js
CHANGED
|
@@ -171901,7 +171901,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171901
171901
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171902
171902
|
});
|
|
171903
171903
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171904
|
-
const version2 = "0.14.4
|
|
171904
|
+
const version2 = "0.14.4";
|
|
171905
171905
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171906
171906
|
const baseHeaders = {
|
|
171907
171907
|
"User-Agent": userAgent2
|
|
@@ -172169,13 +172169,14 @@ async function retryWithBackoff(fn, options2) {
|
|
|
172169
172169
|
} catch (error40) {
|
|
172170
172170
|
const errorStatus = getErrorStatus(error40);
|
|
172171
172171
|
if (authType === AuthType2.QWEN_OAUTH && isQwenQuotaExceededError(error40)) {
|
|
172172
|
-
throw new Error(`Qwen OAuth quota exceeded:
|
|
172172
|
+
throw new Error(`Qwen OAuth free tier quota exceeded. Note: Qwen OAuth free tier will be discontinued on 2026-04-15.
|
|
172173
172173
|
|
|
172174
|
-
To continue using Qwen Code
|
|
172175
|
-
|
|
172176
|
-
|
|
172174
|
+
To continue using Qwen Code, try one of these alternatives:
|
|
172175
|
+
- OpenRouter: https://openrouter.ai/docs/quickstart
|
|
172176
|
+
- Fireworks AI: https://docs.fireworks.ai/api-reference/introduction
|
|
172177
|
+
- ModelStudio: https://help.aliyun.com/zh/model-studio/coding-plan
|
|
172177
172178
|
|
|
172178
|
-
After
|
|
172179
|
+
After setting up your API key, run /auth to configure your provider.`);
|
|
172179
172180
|
}
|
|
172180
172181
|
if (attempt >= maxAttempts || !shouldRetryOnError(error40)) {
|
|
172181
172182
|
throw error40;
|
|
@@ -323389,7 +323390,7 @@ var init_de2 = __esm({
|
|
|
323389
323390
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "Sie m\xFCssen eine Authentifizierungsmethode w\xE4hlen, um fortzufahren. Dr\xFCcken Sie erneut Strg+C zum Beenden.",
|
|
323390
323391
|
"Terms of Services and Privacy Notice": "Nutzungsbedingungen und Datenschutzhinweis",
|
|
323391
323392
|
"Qwen OAuth": "Qwen OAuth",
|
|
323392
|
-
"Free \xB7
|
|
323393
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "Kostenlos \xB7 100 Anfragen/Tag \xB7 Endet am 2026-04-15",
|
|
323393
323394
|
"Login with QwenChat account to use daily free quota.": "Melden Sie sich mit Ihrem QwenChat-Konto an, um das t\xE4gliche kostenlose Kontingent zu nutzen.",
|
|
323394
323395
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "Kostenpflichtig \xB7 Bis zu 6.000 Anfragen/5 Std. \xB7 Alle Alibaba Cloud Coding Plan Modelle",
|
|
323395
323396
|
"Alibaba Cloud Coding Plan": "Alibaba Cloud Coding Plan",
|
|
@@ -323929,8 +323930,8 @@ var init_de2 = __esm({
|
|
|
323929
323930
|
"Or simply run:": "Oder einfach ausf\xFChren:",
|
|
323930
323931
|
" qwen auth - Interactive authentication setup\n": " qwen auth - Interaktive Authentifizierungseinrichtung\n",
|
|
323931
323932
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 Authentifizierungsmethode: Qwen OAuth",
|
|
323932
|
-
" Type: Free tier": " Typ: Kostenlos",
|
|
323933
|
-
" Limit:
|
|
323933
|
+
" Type: Free tier (ending 2026-04-15)": " Typ: Kostenlos (endet am 2026-04-15)",
|
|
323934
|
+
" Limit: 100 requests/day": " Limit: 100 Anfragen/Tag",
|
|
323934
323935
|
" Models: Qwen latest models\n": " Modelle: Qwen neueste Modelle\n",
|
|
323935
323936
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 Authentifizierungsmethode: Alibaba Cloud Coding Plan",
|
|
323936
323937
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -324930,7 +324931,7 @@ var init_en3 = __esm({
|
|
|
324930
324931
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "You must select an auth method to proceed. Press Ctrl+C again to exit.",
|
|
324931
324932
|
"Terms of Services and Privacy Notice": "Terms of Services and Privacy Notice",
|
|
324932
324933
|
"Qwen OAuth": "Qwen OAuth",
|
|
324933
|
-
"Free \xB7
|
|
324934
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "Free \xB7 100 requests/day \xB7 Ending 2026-04-15",
|
|
324934
324935
|
"Login with QwenChat account to use daily free quota.": "Login with QwenChat account to use daily free quota.",
|
|
324935
324936
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models",
|
|
324936
324937
|
"Alibaba Cloud Coding Plan": "Alibaba Cloud Coding Plan",
|
|
@@ -325473,8 +325474,8 @@ var init_en3 = __esm({
|
|
|
325473
325474
|
"Or simply run:": "Or simply run:",
|
|
325474
325475
|
" qwen auth - Interactive authentication setup\n": " qwen auth - Interactive authentication setup\n",
|
|
325475
325476
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 Authentication Method: Qwen OAuth",
|
|
325476
|
-
" Type: Free tier": " Type: Free tier",
|
|
325477
|
-
" Limit:
|
|
325477
|
+
" Type: Free tier (ending 2026-04-15)": " Type: Free tier (ending 2026-04-15)",
|
|
325478
|
+
" Limit: 100 requests/day": " Limit: 100 requests/day",
|
|
325478
325479
|
" Models: Qwen latest models\n": " Models: Qwen latest models\n",
|
|
325479
325480
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 Authentication Method: Alibaba Cloud Coding Plan",
|
|
325480
325481
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -326450,7 +326451,7 @@ var init_fr2 = __esm({
|
|
|
326450
326451
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "Vous devez s\xE9lectionner une m\xE9thode d'authentification pour continuer. Appuyez \xE0 nouveau sur Ctrl+C pour quitter.",
|
|
326451
326452
|
"Terms of Services and Privacy Notice": "Conditions d'utilisation et avis de confidentialit\xE9",
|
|
326452
326453
|
"Qwen OAuth": "Qwen OAuth",
|
|
326453
|
-
"Free \xB7
|
|
326454
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "Gratuit \xB7 100 requ\xEAtes/jour \xB7 Fin le 2026-04-15",
|
|
326454
326455
|
"Login with QwenChat account to use daily free quota.": "Connectez-vous avec un compte QwenChat pour utiliser le quota gratuit quotidien.",
|
|
326455
326456
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "Payant \xB7 Jusqu'\xE0 6 000 requ\xEAtes/5h \xB7 Tous les mod\xE8les Alibaba Cloud Coding Plan",
|
|
326456
326457
|
"Alibaba Cloud Coding Plan": "Plan de codage Alibaba Cloud",
|
|
@@ -326986,8 +326987,8 @@ var init_fr2 = __esm({
|
|
|
326986
326987
|
"Or simply run:": "Ou simplement ex\xE9cutez :",
|
|
326987
326988
|
" qwen auth - Interactive authentication setup\n": " qwen auth - Configuration d'authentification interactive\n",
|
|
326988
326989
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 M\xE9thode d'authentification : Qwen OAuth",
|
|
326989
|
-
" Type: Free tier": " Type : Niveau gratuit",
|
|
326990
|
-
" Limit:
|
|
326990
|
+
" Type: Free tier (ending 2026-04-15)": " Type : Niveau gratuit (fin le 2026-04-15)",
|
|
326991
|
+
" Limit: 100 requests/day": " Limite : 100 requ\xEAtes/jour",
|
|
326991
326992
|
" Models: Qwen latest models\n": " Mod\xE8les : Derniers mod\xE8les Qwen\n",
|
|
326992
326993
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 M\xE9thode d'authentification : Alibaba Cloud Coding Plan",
|
|
326993
326994
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (Chine) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -327745,7 +327746,7 @@ var init_ja2 = __esm({
|
|
|
327745
327746
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "\u7D9A\u884C\u3059\u308B\u306B\u306F\u8A8D\u8A3C\u65B9\u6CD5\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002Ctrl+C \u3092\u3082\u3046\u4E00\u5EA6\u62BC\u3059\u3068\u7D42\u4E86\u3057\u307E\u3059",
|
|
327746
327747
|
"Terms of Services and Privacy Notice": "\u5229\u7528\u898F\u7D04\u3068\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u901A\u77E5",
|
|
327747
327748
|
"Qwen OAuth": "Qwen OAuth",
|
|
327748
|
-
"Free \xB7
|
|
327749
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "\u7121\u6599 \xB7 1\u65E5100\u30EA\u30AF\u30A8\u30B9\u30C8 \xB7 2026-04-15\u306B\u7D42\u4E86",
|
|
327749
327750
|
"Login with QwenChat account to use daily free quota.": "QwenChat\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3001\u6BCE\u65E5\u306E\u7121\u6599\u30AF\u30A9\u30FC\u30BF\u3092\u3054\u5229\u7528\u304F\u3060\u3055\u3044\u3002",
|
|
327750
327751
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "\u6709\u6599 \xB7 5\u6642\u9593\u6700\u59276,000\u30EA\u30AF\u30A8\u30B9\u30C8 \xB7 \u3059\u3079\u3066\u306E Alibaba Cloud Coding Plan \u30E2\u30C7\u30EB",
|
|
327751
327752
|
"Alibaba Cloud Coding Plan": "Alibaba Cloud Coding Plan",
|
|
@@ -328114,8 +328115,8 @@ var init_ja2 = __esm({
|
|
|
328114
328115
|
"Or simply run:": "\u307E\u305F\u306F\u4EE5\u4E0B\u3092\u5B9F\u884C:",
|
|
328115
328116
|
" qwen auth - Interactive authentication setup\n": " qwen auth - \u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u8A8D\u8A3C\u30BB\u30C3\u30C8\u30A2\u30C3\u30D7\n",
|
|
328116
328117
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 \u8A8D\u8A3C\u65B9\u6CD5: Qwen OAuth",
|
|
328117
|
-
" Type: Free tier": " \u30BF\u30A4\u30D7: \u7121\u6599\u30D7\u30E9\u30F3",
|
|
328118
|
-
" Limit:
|
|
328118
|
+
" Type: Free tier (ending 2026-04-15)": " \u30BF\u30A4\u30D7: \u7121\u6599\u30D7\u30E9\u30F3\uFF082026-04-15\u306B\u7D42\u4E86\uFF09",
|
|
328119
|
+
" Limit: 100 requests/day": " \u5236\u9650: 1\u65E5100\u30EA\u30AF\u30A8\u30B9\u30C8",
|
|
328119
328120
|
" Models: Qwen latest models\n": " \u30E2\u30C7\u30EB: Qwen \u6700\u65B0\u30E2\u30C7\u30EB\n",
|
|
328120
328121
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 \u8A8D\u8A3C\u65B9\u6CD5: Alibaba Cloud Coding Plan",
|
|
328121
328122
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -329047,7 +329048,7 @@ var init_pt2 = __esm({
|
|
|
329047
329048
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "Voc\xEA deve selecionar um m\xE9todo de autentica\xE7\xE3o para prosseguir. Pressione Ctrl+C novamente para sair.",
|
|
329048
329049
|
"Terms of Services and Privacy Notice": "Termos de Servi\xE7o e Aviso de Privacidade",
|
|
329049
329050
|
"Qwen OAuth": "Qwen OAuth",
|
|
329050
|
-
"Free \xB7
|
|
329051
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "Gratuito \xB7 100 solicita\xE7\xF5es/dia \xB7 Encerra em 2026-04-15",
|
|
329051
329052
|
"Login with QwenChat account to use daily free quota.": "Fa\xE7a login com sua conta QwenChat para usar a cota gratuita di\xE1ria.",
|
|
329052
329053
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "Pago \xB7 At\xE9 6.000 solicita\xE7\xF5es/5 hrs \xB7 Todos os modelos Alibaba Cloud Coding Plan",
|
|
329053
329054
|
"Alibaba Cloud Coding Plan": "Alibaba Cloud Coding Plan",
|
|
@@ -329579,8 +329580,8 @@ var init_pt2 = __esm({
|
|
|
329579
329580
|
"Or simply run:": "Ou simplesmente execute:",
|
|
329580
329581
|
" qwen auth - Interactive authentication setup\n": " qwen auth - Configura\xE7\xE3o interativa de autentica\xE7\xE3o\n",
|
|
329581
329582
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 M\xE9todo de autentica\xE7\xE3o: Qwen OAuth",
|
|
329582
|
-
" Type: Free tier": " Tipo: Gratuito",
|
|
329583
|
-
" Limit:
|
|
329583
|
+
" Type: Free tier (ending 2026-04-15)": " Tipo: Gratuito (encerra em 2026-04-15)",
|
|
329584
|
+
" Limit: 100 requests/day": " Limite: 100 solicita\xE7\xF5es/dia",
|
|
329584
329585
|
" Models: Qwen latest models\n": " Modelos: Modelos Qwen mais recentes\n",
|
|
329585
329586
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 M\xE9todo de autentica\xE7\xE3o: Alibaba Cloud Coding Plan",
|
|
329586
329587
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -330463,7 +330464,7 @@ var init_ru2 = __esm({
|
|
|
330463
330464
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "\u0412\u044B \u0434\u043E\u043B\u0436\u043D\u044B \u0432\u044B\u0431\u0440\u0430\u0442\u044C \u043C\u0435\u0442\u043E\u0434 \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u043B\u044F \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0435\u043D\u0438\u044F. \u041D\u0430\u0436\u043C\u0438\u0442\u0435 Ctrl+C \u0441\u043D\u043E\u0432\u0430 \u0434\u043B\u044F \u0432\u044B\u0445\u043E\u0434\u0430.",
|
|
330464
330465
|
"Terms of Services and Privacy Notice": "\u0423\u0441\u043B\u043E\u0432\u0438\u044F \u043E\u0431\u0441\u043B\u0443\u0436\u0438\u0432\u0430\u043D\u0438\u044F \u0438 \u0443\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u0435 \u043E \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438",
|
|
330465
330466
|
"Qwen OAuth": "Qwen OAuth",
|
|
330466
|
-
"Free \xB7
|
|
330467
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u043E \xB7 100 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432/\u0434\u0435\u043D\u044C \xB7 \u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0435 2026-04-15",
|
|
330467
330468
|
"Login with QwenChat account to use daily free quota.": "\u0412\u043E\u0439\u0434\u0438\u0442\u0435 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430 QwenChat, \u0447\u0442\u043E\u0431\u044B \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0435\u0436\u0435\u0434\u043D\u0435\u0432\u043D\u0443\u044E \u0431\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0443\u044E \u043A\u0432\u043E\u0442\u0443.",
|
|
330468
330469
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "\u041F\u043B\u0430\u0442\u043D\u043E \xB7 \u0414\u043E 6 000 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432/5 \u0447\u0430\u0441\u043E\u0432 \xB7 \u0412\u0441\u0435 \u043C\u043E\u0434\u0435\u043B\u0438 Alibaba Cloud Coding Plan",
|
|
330469
330470
|
"Alibaba Cloud Coding Plan": "Alibaba Cloud Coding Plan",
|
|
@@ -331063,8 +331064,8 @@ var init_ru2 = __esm({
|
|
|
331063
331064
|
"Or simply run:": "\u0418\u043B\u0438 \u043F\u0440\u043E\u0441\u0442\u043E \u0432\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u0435:",
|
|
331064
331065
|
" qwen auth - Interactive authentication setup\n": " qwen auth - \u0418\u043D\u0442\u0435\u0440\u0430\u043A\u0442\u0438\u0432\u043D\u0430\u044F \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u0430\u0443\u0442\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438\n",
|
|
331065
331066
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 \u041C\u0435\u0442\u043E\u0434 \u0430\u0443\u0442\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438: Qwen OAuth",
|
|
331066
|
-
" Type: Free tier": " \u0422\u0438\u043F: \u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439",
|
|
331067
|
-
" Limit:
|
|
331067
|
+
" Type: Free tier (ending 2026-04-15)": " \u0422\u0438\u043F: \u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u044B\u0439 (\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u0435 2026-04-15)",
|
|
331068
|
+
" Limit: 100 requests/day": " \u041B\u0438\u043C\u0438\u0442: 100 \u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432/\u0434\u0435\u043D\u044C",
|
|
331068
331069
|
" Models: Qwen latest models\n": " \u041C\u043E\u0434\u0435\u043B\u0438: \u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0435 \u043C\u043E\u0434\u0435\u043B\u0438 Qwen\n",
|
|
331069
331070
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 \u041C\u0435\u0442\u043E\u0434 \u0430\u0443\u0442\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u0438: Alibaba Cloud Coding Plan",
|
|
331070
331071
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -332061,7 +332062,7 @@ var init_zh = __esm({
|
|
|
332061
332062
|
"You must select an auth method to proceed. Press Ctrl+C again to exit.": "\u60A8\u5FC5\u987B\u9009\u62E9\u8BA4\u8BC1\u65B9\u6CD5\u624D\u80FD\u7EE7\u7EED\u3002\u518D\u6B21\u6309 Ctrl+C \u9000\u51FA",
|
|
332062
332063
|
"Terms of Services and Privacy Notice": "\u670D\u52A1\u6761\u6B3E\u548C\u9690\u79C1\u58F0\u660E",
|
|
332063
332064
|
"Qwen OAuth": "Qwen OAuth (\u514D\u8D39)",
|
|
332064
|
-
"Free \xB7
|
|
332065
|
+
"Free \xB7 100 requests/day \xB7 Ending 2026-04-15": "\u514D\u8D39 \xB7 \u6BCF\u5929 100 \u6B21\u8BF7\u6C42 \xB7 \u5C06\u4E8E 2026-04-15 \u505C\u6B62",
|
|
332065
332066
|
"Login with QwenChat account to use daily free quota.": "\u4F7F\u7528 QwenChat \u8D26\u53F7\u767B\u5F55\uFF0C\u4EAB\u53D7\u6BCF\u65E5\u514D\u8D39\u989D\u5EA6\u3002",
|
|
332066
332067
|
"Paid \xB7 Up to 6,000 requests/5 hrs \xB7 All Alibaba Cloud Coding Plan Models": "\u4ED8\u8D39 \xB7 \u6BCF 5 \u5C0F\u65F6\u6700\u591A 6,000 \u6B21\u8BF7\u6C42 \xB7 \u652F\u6301\u963F\u91CC\u4E91\u767E\u70BC Coding Plan \u5168\u90E8\u6A21\u578B",
|
|
332067
332068
|
"Alibaba Cloud Coding Plan": "\u963F\u91CC\u4E91\u767E\u70BC Coding Plan",
|
|
@@ -332505,8 +332506,8 @@ var init_zh = __esm({
|
|
|
332505
332506
|
"Or simply run:": "\u6216\u8005\u76F4\u63A5\u8FD0\u884C\uFF1A",
|
|
332506
332507
|
" qwen auth - Interactive authentication setup\n": " qwen auth - \u4EA4\u4E92\u5F0F\u8BA4\u8BC1\u914D\u7F6E\n",
|
|
332507
332508
|
"\u2713 Authentication Method: Qwen OAuth": "\u2713 \u8BA4\u8BC1\u65B9\u5F0F\uFF1AQwen OAuth",
|
|
332508
|
-
" Type: Free tier": " \u7C7B\u578B\uFF1A\u514D\u8D39\u7248",
|
|
332509
|
-
" Limit:
|
|
332509
|
+
" Type: Free tier (ending 2026-04-15)": " \u7C7B\u578B\uFF1A\u514D\u8D39\u7248\uFF08\u5C06\u4E8E 2026-04-15 \u505C\u6B62\uFF09",
|
|
332510
|
+
" Limit: 100 requests/day": " \u9650\u989D\uFF1A\u6BCF\u5929 100 \u6B21\u8BF7\u6C42",
|
|
332510
332511
|
" Models: Qwen latest models\n": " \u6A21\u578B\uFF1AQwen \u6700\u65B0\u6A21\u578B\n",
|
|
332511
332512
|
"\u2713 Authentication Method: Alibaba Cloud Coding Plan": "\u2713 \u8BA4\u8BC1\u65B9\u5F0F\uFF1A\u963F\u91CC\u4E91\u767E\u70BC Coding Plan",
|
|
332512
332513
|
"\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC": "\u4E2D\u56FD (China) - \u963F\u91CC\u4E91\u767E\u70BC",
|
|
@@ -442364,7 +442365,7 @@ async function runInteractiveAuth() {
|
|
|
442364
442365
|
{
|
|
442365
442366
|
value: "qwen-oauth",
|
|
442366
442367
|
label: t4("Qwen OAuth"),
|
|
442367
|
-
description: t4("Free \xB7
|
|
442368
|
+
description: t4("Free \xB7 100 requests/day \xB7 Ending 2026-04-15")
|
|
442368
442369
|
},
|
|
442369
442370
|
{
|
|
442370
442371
|
value: "coding-plan",
|
|
@@ -442411,8 +442412,8 @@ async function showAuthStatus() {
|
|
|
442411
442412
|
}
|
|
442412
442413
|
if (selectedType === AuthType2.QWEN_OAUTH) {
|
|
442413
442414
|
writeStdoutLine(t4("\u2713 Authentication Method: Qwen OAuth"));
|
|
442414
|
-
writeStdoutLine(t4(" Type: Free tier"));
|
|
442415
|
-
writeStdoutLine(t4(" Limit:
|
|
442415
|
+
writeStdoutLine(t4(" Type: Free tier (ending 2026-04-15)"));
|
|
442416
|
+
writeStdoutLine(t4(" Limit: 100 requests/day"));
|
|
442416
442417
|
writeStdoutLine(t4(" Models: Qwen latest models\n"));
|
|
442417
442418
|
} else if (selectedType === AuthType2.USE_OPENAI) {
|
|
442418
442419
|
const codingPlanRegion = mergedSettings.codingPlan?.region;
|
|
@@ -442848,7 +442849,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
442848
442849
|
// packages/cli/src/utils/version.ts
|
|
442849
442850
|
async function getCliVersion() {
|
|
442850
442851
|
const pkgJson = await getPackageJson();
|
|
442851
|
-
return "0.14.4
|
|
442852
|
+
return "0.14.4";
|
|
442852
442853
|
}
|
|
442853
442854
|
__name(getCliVersion, "getCliVersion");
|
|
442854
442855
|
|
|
@@ -451503,7 +451504,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
451503
451504
|
|
|
451504
451505
|
// packages/cli/src/generated/git-commit.ts
|
|
451505
451506
|
init_esbuild_shims();
|
|
451506
|
-
var GIT_COMMIT_INFO = "
|
|
451507
|
+
var GIT_COMMIT_INFO = "40670d72c";
|
|
451507
451508
|
|
|
451508
451509
|
// packages/cli/src/utils/systemInfo.ts
|
|
451509
451510
|
async function getNpmVersion() {
|
|
@@ -493153,9 +493154,7 @@ function AuthDialog() {
|
|
|
493153
493154
|
key: AuthType2.QWEN_OAUTH,
|
|
493154
493155
|
title: t4("Qwen OAuth"),
|
|
493155
493156
|
label: t4("Qwen OAuth"),
|
|
493156
|
-
description: t4(
|
|
493157
|
-
"Free \xB7 Up to 1,000 requests/day \xB7 Qwen latest models"
|
|
493158
|
-
),
|
|
493157
|
+
description: t4("Free \xB7 100 requests/day \xB7 Ending 2026-04-15"),
|
|
493159
493158
|
value: AuthType2.QWEN_OAUTH
|
|
493160
493159
|
},
|
|
493161
493160
|
{
|
|
@@ -515665,7 +515664,7 @@ function buildAuthMethods() {
|
|
|
515665
515664
|
{
|
|
515666
515665
|
id: AuthType2.QWEN_OAUTH,
|
|
515667
515666
|
name: "Qwen OAuth",
|
|
515668
|
-
description: "OAuth authentication for Qwen models with free daily requests",
|
|
515667
|
+
description: "OAuth authentication for Qwen models with free daily requests (ending 2026-04-15)",
|
|
515669
515668
|
_meta: {
|
|
515670
515669
|
type: "terminal",
|
|
515671
515670
|
args: ["--auth-type=qwen-oauth"]
|
|
@@ -517148,7 +517147,7 @@ var QwenAgent = class {
|
|
|
517148
517147
|
async initialize(args2) {
|
|
517149
517148
|
this.clientCapabilities = args2.clientCapabilities;
|
|
517150
517149
|
const authMethods = buildAuthMethods();
|
|
517151
|
-
const version2 = "0.14.4
|
|
517150
|
+
const version2 = "0.14.4";
|
|
517152
517151
|
return {
|
|
517153
517152
|
protocolVersion: PROTOCOL_VERSION,
|
|
517154
517153
|
agentInfo: {
|
package/locales/de.js
CHANGED
|
@@ -1245,8 +1245,8 @@ export default {
|
|
|
1245
1245
|
'Terms of Services and Privacy Notice':
|
|
1246
1246
|
'Nutzungsbedingungen und Datenschutzhinweis',
|
|
1247
1247
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1248
|
-
'Free \u00B7
|
|
1249
|
-
'Kostenlos \u00B7
|
|
1248
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1249
|
+
'Kostenlos \u00B7 100 Anfragen/Tag \u00B7 Endet am 2026-04-15',
|
|
1250
1250
|
'Login with QwenChat account to use daily free quota.':
|
|
1251
1251
|
'Melden Sie sich mit Ihrem QwenChat-Konto an, um das tägliche kostenlose Kontingent zu nutzen.',
|
|
1252
1252
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1957,8 +1957,9 @@ export default {
|
|
|
1957
1957
|
' qwen auth - Interaktive Authentifizierungseinrichtung\n',
|
|
1958
1958
|
'✓ Authentication Method: Qwen OAuth':
|
|
1959
1959
|
'✓ Authentifizierungsmethode: Qwen OAuth',
|
|
1960
|
-
' Type: Free tier
|
|
1961
|
-
|
|
1960
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1961
|
+
' Typ: Kostenlos (endet am 2026-04-15)',
|
|
1962
|
+
' Limit: 100 requests/day': ' Limit: 100 Anfragen/Tag',
|
|
1962
1963
|
' Models: Qwen latest models\n': ' Modelle: Qwen neueste Modelle\n',
|
|
1963
1964
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1964
1965
|
'✓ Authentifizierungsmethode: Alibaba Cloud Coding Plan',
|
package/locales/en.js
CHANGED
|
@@ -1298,8 +1298,8 @@ export default {
|
|
|
1298
1298
|
'Terms of Services and Privacy Notice':
|
|
1299
1299
|
'Terms of Services and Privacy Notice',
|
|
1300
1300
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1301
|
-
'Free \u00B7
|
|
1302
|
-
'Free \u00B7
|
|
1301
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1302
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15',
|
|
1303
1303
|
'Login with QwenChat account to use daily free quota.':
|
|
1304
1304
|
'Login with QwenChat account to use daily free quota.',
|
|
1305
1305
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1997,8 +1997,9 @@ export default {
|
|
|
1997
1997
|
' qwen auth - Interactive authentication setup\n':
|
|
1998
1998
|
' qwen auth - Interactive authentication setup\n',
|
|
1999
1999
|
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
2000
|
-
' Type: Free tier
|
|
2001
|
-
|
|
2000
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
2001
|
+
' Type: Free tier (ending 2026-04-15)',
|
|
2002
|
+
' Limit: 100 requests/day': ' Limit: 100 requests/day',
|
|
2002
2003
|
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
2003
2004
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2004
2005
|
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
package/locales/fr.js
CHANGED
|
@@ -1329,8 +1329,8 @@ export default {
|
|
|
1329
1329
|
'Terms of Services and Privacy Notice':
|
|
1330
1330
|
"Conditions d'utilisation et avis de confidentialité",
|
|
1331
1331
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1332
|
-
'Free \u00B7
|
|
1333
|
-
|
|
1332
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1333
|
+
'Gratuit \u00B7 100 requêtes/jour \u00B7 Fin le 2026-04-15',
|
|
1334
1334
|
'Login with QwenChat account to use daily free quota.':
|
|
1335
1335
|
'Connectez-vous avec un compte QwenChat pour utiliser le quota gratuit quotidien.',
|
|
1336
1336
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -2038,8 +2038,9 @@ export default {
|
|
|
2038
2038
|
" qwen auth - Configuration d'authentification interactive\n",
|
|
2039
2039
|
'✓ Authentication Method: Qwen OAuth':
|
|
2040
2040
|
"✓ Méthode d'authentification : Qwen OAuth",
|
|
2041
|
-
' Type: Free tier
|
|
2042
|
-
|
|
2041
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
2042
|
+
' Type : Niveau gratuit (fin le 2026-04-15)',
|
|
2043
|
+
' Limit: 100 requests/day': ' Limite : 100 requêtes/jour',
|
|
2043
2044
|
' Models: Qwen latest models\n': ' Modèles : Derniers modèles Qwen\n',
|
|
2044
2045
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2045
2046
|
"✓ Méthode d'authentification : Alibaba Cloud Coding Plan",
|
package/locales/ja.js
CHANGED
|
@@ -966,8 +966,8 @@ export default {
|
|
|
966
966
|
'続行するには認証方法を選択してください。Ctrl+C をもう一度押すと終了します',
|
|
967
967
|
'Terms of Services and Privacy Notice': '利用規約とプライバシー通知',
|
|
968
968
|
'Qwen OAuth': 'Qwen OAuth',
|
|
969
|
-
'Free \u00B7
|
|
970
|
-
'無料 \u00B7 1
|
|
969
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
970
|
+
'無料 \u00B7 1日100リクエスト \u00B7 2026-04-15に終了',
|
|
971
971
|
'Login with QwenChat account to use daily free quota.':
|
|
972
972
|
'QwenChatアカウントでログインして、毎日の無料クォータをご利用ください。',
|
|
973
973
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1448,8 +1448,9 @@ export default {
|
|
|
1448
1448
|
' qwen auth - Interactive authentication setup\n':
|
|
1449
1449
|
' qwen auth - インタラクティブ認証セットアップ\n',
|
|
1450
1450
|
'✓ Authentication Method: Qwen OAuth': '✓ 認証方法: Qwen OAuth',
|
|
1451
|
-
' Type: Free tier
|
|
1452
|
-
|
|
1451
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1452
|
+
' タイプ: 無料プラン(2026-04-15に終了)',
|
|
1453
|
+
' Limit: 100 requests/day': ' 制限: 1日100リクエスト',
|
|
1453
1454
|
' Models: Qwen latest models\n': ' モデル: Qwen 最新モデル\n',
|
|
1454
1455
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1455
1456
|
'✓ 認証方法: Alibaba Cloud Coding Plan',
|
package/locales/pt.js
CHANGED
|
@@ -1251,8 +1251,8 @@ export default {
|
|
|
1251
1251
|
'Terms of Services and Privacy Notice':
|
|
1252
1252
|
'Termos de Serviço e Aviso de Privacidade',
|
|
1253
1253
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1254
|
-
'Free \u00B7
|
|
1255
|
-
'Gratuito \u00B7
|
|
1254
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1255
|
+
'Gratuito \u00B7 100 solicitações/dia \u00B7 Encerra em 2026-04-15',
|
|
1256
1256
|
'Login with QwenChat account to use daily free quota.':
|
|
1257
1257
|
'Faça login com sua conta QwenChat para usar a cota gratuita diária.',
|
|
1258
1258
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1947,8 +1947,9 @@ export default {
|
|
|
1947
1947
|
' qwen auth - Interactive authentication setup\n':
|
|
1948
1948
|
' qwen auth - Configuração interativa de autenticação\n',
|
|
1949
1949
|
'✓ Authentication Method: Qwen OAuth': '✓ Método de autenticação: Qwen OAuth',
|
|
1950
|
-
' Type: Free tier
|
|
1951
|
-
|
|
1950
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1951
|
+
' Tipo: Gratuito (encerra em 2026-04-15)',
|
|
1952
|
+
' Limit: 100 requests/day': ' Limite: 100 solicitações/dia',
|
|
1952
1953
|
' Models: Qwen latest models\n': ' Modelos: Modelos Qwen mais recentes\n',
|
|
1953
1954
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1954
1955
|
'✓ Método de autenticação: Alibaba Cloud Coding Plan',
|
package/locales/ru.js
CHANGED
|
@@ -1175,8 +1175,8 @@ export default {
|
|
|
1175
1175
|
'Terms of Services and Privacy Notice':
|
|
1176
1176
|
'Условия обслуживания и уведомление о конфиденциальности',
|
|
1177
1177
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1178
|
-
'Free \u00B7
|
|
1179
|
-
'Бесплатно \u00B7
|
|
1178
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1179
|
+
'Бесплатно \u00B7 100 запросов/день \u00B7 Завершение 2026-04-15',
|
|
1180
1180
|
'Login with QwenChat account to use daily free quota.':
|
|
1181
1181
|
'Войдите с помощью аккаунта QwenChat, чтобы использовать ежедневную бесплатную квоту.',
|
|
1182
1182
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1954,8 +1954,9 @@ export default {
|
|
|
1954
1954
|
' qwen auth - Interactive authentication setup\n':
|
|
1955
1955
|
' qwen auth - Интерактивная настройка аутентификации\n',
|
|
1956
1956
|
'✓ Authentication Method: Qwen OAuth': '✓ Метод аутентификации: Qwen OAuth',
|
|
1957
|
-
' Type: Free tier
|
|
1958
|
-
|
|
1957
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1958
|
+
' Тип: Бесплатный (завершение 2026-04-15)',
|
|
1959
|
+
' Limit: 100 requests/day': ' Лимит: 100 запросов/день',
|
|
1959
1960
|
' Models: Qwen latest models\n': ' Модели: Последние модели Qwen\n',
|
|
1960
1961
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1961
1962
|
'✓ Метод аутентификации: Alibaba Cloud Coding Plan',
|
package/locales/zh.js
CHANGED
|
@@ -1227,8 +1227,8 @@ export default {
|
|
|
1227
1227
|
'您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
|
|
1228
1228
|
'Terms of Services and Privacy Notice': '服务条款和隐私声明',
|
|
1229
1229
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
1230
|
-
'Free \u00B7
|
|
1231
|
-
'免费 \u00B7
|
|
1230
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1231
|
+
'免费 \u00B7 每天 100 次请求 \u00B7 将于 2026-04-15 停止',
|
|
1232
1232
|
'Login with QwenChat account to use daily free quota.':
|
|
1233
1233
|
'使用 QwenChat 账号登录,享受每日免费额度。',
|
|
1234
1234
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1803,8 +1803,9 @@ export default {
|
|
|
1803
1803
|
' qwen auth - Interactive authentication setup\n':
|
|
1804
1804
|
' qwen auth - 交互式认证配置\n',
|
|
1805
1805
|
'✓ Authentication Method: Qwen OAuth': '✓ 认证方式:Qwen OAuth',
|
|
1806
|
-
' Type: Free tier':
|
|
1807
|
-
|
|
1806
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1807
|
+
' 类型:免费版(将于 2026-04-15 停止)',
|
|
1808
|
+
' Limit: 100 requests/day': ' 限额:每天 100 次请求',
|
|
1808
1809
|
' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
|
|
1809
1810
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1810
1811
|
'✓ 认证方式:阿里云百炼 Coding Plan',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.4
|
|
3
|
+
"version": "0.14.4",
|
|
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.4
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.4"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|