@qwen-code/qwen-code 0.14.4 → 0.14.5
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 +4 -2
- package/bundled/qc-helper/docs/configuration/auth.md +7 -5
- package/bundled/qc-helper/docs/configuration/settings.md +1 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +37 -1
- package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
- package/cli.js +6843 -5668
- package/locales/de.js +17 -9
- package/locales/en.js +17 -9
- package/locales/fr.js +17 -9
- package/locales/ja.js +17 -9
- package/locales/pt.js +17 -9
- package/locales/ru.js +17 -9
- package/locales/zh.js +17 -9
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -1245,10 +1245,16 @@ export default {
|
|
|
1245
1245
|
'Terms of Services and Privacy Notice':
|
|
1246
1246
|
'Nutzungsbedingungen und Datenschutzhinweis',
|
|
1247
1247
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1248
|
-
'
|
|
1249
|
-
'
|
|
1250
|
-
'
|
|
1251
|
-
'
|
|
1248
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1249
|
+
'Eingestellt — wechseln Sie zu Coding Plan oder API Key',
|
|
1250
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1251
|
+
'Das kostenlose Qwen OAuth-Kontingent wurde am 2026-04-15 eingestellt. Führen Sie /auth aus, um den Anbieter zu wechseln.',
|
|
1252
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1253
|
+
'Das kostenlose Qwen OAuth-Kontingent wurde am 2026-04-15 eingestellt. Bitte wählen Sie Coding Plan oder API Key.',
|
|
1254
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1255
|
+
'Das kostenlose Qwen OAuth-Angebot wurde am 2026-04-15 eingestellt. Bitte wählen Sie ein Modell eines anderen Anbieter oder führen Sie /auth aus, um zu wechseln.',
|
|
1256
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1257
|
+
'\n⚠ Das kostenlose Qwen OAuth-Kontingent wurde am 2026-04-15 eingestellt. Bitte wählen Sie eine andere Option.\n',
|
|
1252
1258
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1253
1259
|
'Kostenpflichtig \u00B7 Bis zu 6.000 Anfragen/5 Std. \u00B7 Alle Alibaba Cloud Coding Plan Modelle',
|
|
1254
1260
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1948,8 +1954,8 @@ export default {
|
|
|
1948
1954
|
'⚠️ Keine Authentifizierungsmethode konfiguriert.\n',
|
|
1949
1955
|
'Run one of the following commands to get started:\n':
|
|
1950
1956
|
'Führen Sie einen der folgenden Befehle aus, um zu beginnen:\n',
|
|
1951
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1952
|
-
' qwen auth qwen-oauth - Mit Qwen OAuth authentifizieren (
|
|
1957
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1958
|
+
' qwen auth qwen-oauth - Mit Qwen OAuth authentifizieren (eingestellt)',
|
|
1953
1959
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1954
1960
|
' qwen auth coding-plan - Mit Alibaba Cloud Coding Plan authentifizieren\n',
|
|
1955
1961
|
'Or simply run:': 'Oder einfach ausführen:',
|
|
@@ -1957,9 +1963,11 @@ export default {
|
|
|
1957
1963
|
' qwen auth - Interaktive Authentifizierungseinrichtung\n',
|
|
1958
1964
|
'✓ Authentication Method: Qwen OAuth':
|
|
1959
1965
|
'✓ Authentifizierungsmethode: Qwen OAuth',
|
|
1960
|
-
' Type: Free tier (
|
|
1961
|
-
' Typ:
|
|
1962
|
-
' Limit:
|
|
1966
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1967
|
+
' Typ: Kostenloses Kontingent (eingestellt 2026-04-15)',
|
|
1968
|
+
' Limit: No longer available': ' Limit: Nicht mehr verfügbar',
|
|
1969
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1970
|
+
'Das kostenlose Qwen OAuth-Kontingent wurde am 2026-04-15 eingestellt. Führen Sie /auth aus, um zu Coding Plan, OpenRouter, Fireworks AI oder einem anderen Anbieter zu wechseln.',
|
|
1963
1971
|
' Models: Qwen latest models\n': ' Modelle: Qwen neueste Modelle\n',
|
|
1964
1972
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1965
1973
|
'✓ Authentifizierungsmethode: Alibaba Cloud Coding Plan',
|
package/locales/en.js
CHANGED
|
@@ -1298,10 +1298,16 @@ 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
|
-
'
|
|
1302
|
-
'
|
|
1303
|
-
'
|
|
1304
|
-
'
|
|
1301
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1302
|
+
'Discontinued — switch to Coding Plan or API Key',
|
|
1303
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1304
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.',
|
|
1305
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1306
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.',
|
|
1307
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1308
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.',
|
|
1309
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1310
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n',
|
|
1305
1311
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1306
1312
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models',
|
|
1307
1313
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1989,17 +1995,19 @@ export default {
|
|
|
1989
1995
|
'⚠️ No authentication method configured.\n',
|
|
1990
1996
|
'Run one of the following commands to get started:\n':
|
|
1991
1997
|
'Run one of the following commands to get started:\n',
|
|
1992
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1993
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1998
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1999
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)',
|
|
1994
2000
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1995
2001
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
1996
2002
|
'Or simply run:': 'Or simply run:',
|
|
1997
2003
|
' qwen auth - Interactive authentication setup\n':
|
|
1998
2004
|
' qwen auth - Interactive authentication setup\n',
|
|
1999
2005
|
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
2000
|
-
' Type: Free tier (
|
|
2001
|
-
' Type: Free tier (
|
|
2002
|
-
' Limit:
|
|
2006
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
2007
|
+
' Type: Free tier (discontinued 2026-04-15)',
|
|
2008
|
+
' Limit: No longer available': ' Limit: No longer available',
|
|
2009
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
2010
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.',
|
|
2003
2011
|
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
2004
2012
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2005
2013
|
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
package/locales/fr.js
CHANGED
|
@@ -1329,10 +1329,16 @@ 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
|
-
'
|
|
1333
|
-
'
|
|
1334
|
-
'
|
|
1335
|
-
'
|
|
1332
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1333
|
+
'Abandonné — passez à Coding Plan ou API Key',
|
|
1334
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1335
|
+
'Le niveau gratuit Qwen OAuth a été abandonné le 2026-04-15. Exécutez /auth pour changer de fournisseur.',
|
|
1336
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1337
|
+
'Le niveau gratuit Qwen OAuth a été abandonné le 2026-04-15. Veuillez sélectionner Coding Plan ou API Key.',
|
|
1338
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1339
|
+
"Le niveau gratuit de Qwen OAuth a été abandonné le 2026-04-15. Veuillez sélectionner un modèle d'un autre fournisseur ou exécuter /auth pour changer.",
|
|
1340
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1341
|
+
'\n⚠ Le niveau gratuit Qwen OAuth a été abandonné le 2026-04-15. Veuillez sélectionner une autre option.\n',
|
|
1336
1342
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1337
1343
|
"Payant · Jusqu'à 6 000 requêtes/5h · Tous les modèles Alibaba Cloud Coding Plan",
|
|
1338
1344
|
'Alibaba Cloud Coding Plan': 'Plan de codage Alibaba Cloud',
|
|
@@ -2029,8 +2035,8 @@ export default {
|
|
|
2029
2035
|
"⚠️ Aucune méthode d'authentification configurée.\n",
|
|
2030
2036
|
'Run one of the following commands to get started:\n':
|
|
2031
2037
|
"Exécutez l'une des commandes suivantes pour commencer :\n",
|
|
2032
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
2033
|
-
' qwen auth qwen-oauth -
|
|
2038
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
2039
|
+
' qwen auth qwen-oauth - Authentification avec Qwen OAuth (abandonné)',
|
|
2034
2040
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
2035
2041
|
' qwen auth coding-plan - Authentifier avec Alibaba Cloud Coding Plan\n',
|
|
2036
2042
|
'Or simply run:': 'Ou simplement exécutez :',
|
|
@@ -2038,9 +2044,11 @@ export default {
|
|
|
2038
2044
|
" qwen auth - Configuration d'authentification interactive\n",
|
|
2039
2045
|
'✓ Authentication Method: Qwen OAuth':
|
|
2040
2046
|
"✓ Méthode d'authentification : Qwen OAuth",
|
|
2041
|
-
' Type: Free tier (
|
|
2042
|
-
' Type : Niveau gratuit (
|
|
2043
|
-
' Limit:
|
|
2047
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
2048
|
+
' Type : Niveau gratuit (abandonné 2026-04-15)',
|
|
2049
|
+
' Limit: No longer available': ' Limite : Plus disponible',
|
|
2050
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
2051
|
+
'Le niveau gratuit Qwen OAuth a été abandonné le 2026-04-15. Exécutez /auth pour passer à Coding Plan, OpenRouter, Fireworks AI ou un autre fournisseur.',
|
|
2044
2052
|
' Models: Qwen latest models\n': ' Modèles : Derniers modèles Qwen\n',
|
|
2045
2053
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2046
2054
|
"✓ Méthode d'authentification : Alibaba Cloud Coding Plan",
|
package/locales/ja.js
CHANGED
|
@@ -966,10 +966,16 @@ export default {
|
|
|
966
966
|
'続行するには認証方法を選択してください。Ctrl+C をもう一度押すと終了します',
|
|
967
967
|
'Terms of Services and Privacy Notice': '利用規約とプライバシー通知',
|
|
968
968
|
'Qwen OAuth': 'Qwen OAuth',
|
|
969
|
-
'
|
|
970
|
-
'
|
|
971
|
-
'
|
|
972
|
-
'
|
|
969
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
970
|
+
'終了 — Coding Plan または API Key に切り替えてください',
|
|
971
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
972
|
+
'Qwen OAuth 無料枠は 2026-04-15 に終了しました。/auth を実行してプロバイダーを切り替えてください。',
|
|
973
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
974
|
+
'Qwen OAuth 無料枠は 2026-04-15 に終了しました。Coding Plan または API Key を選択してください。',
|
|
975
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
976
|
+
'Qwen OAuth無料プランは2026-04-15に終了しました。他のプロバイダーのモデルを選択するか、/authを実行して切り替えてください。',
|
|
977
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
978
|
+
'\n⚠ Qwen OAuth 無料枠は 2026-04-15 に終了しました。他のオプションを選択してください。\n',
|
|
973
979
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
974
980
|
'有料 \u00B7 5時間最大6,000リクエスト \u00B7 すべての Alibaba Cloud Coding Plan モデル',
|
|
975
981
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1440,17 +1446,19 @@ export default {
|
|
|
1440
1446
|
'⚠️ 認証方法が設定されていません。\n',
|
|
1441
1447
|
'Run one of the following commands to get started:\n':
|
|
1442
1448
|
'以下のコマンドのいずれかを実行して開始してください:\n',
|
|
1443
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1444
|
-
' qwen auth qwen-oauth - Qwen OAuth
|
|
1449
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1450
|
+
' qwen auth qwen-oauth - Qwen OAuth で認証(終了)',
|
|
1445
1451
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1446
1452
|
' qwen auth coding-plan - Alibaba Cloud Coding Plan で認証\n',
|
|
1447
1453
|
'Or simply run:': 'または以下を実行:',
|
|
1448
1454
|
' qwen auth - Interactive authentication setup\n':
|
|
1449
1455
|
' qwen auth - インタラクティブ認証セットアップ\n',
|
|
1450
1456
|
'✓ Authentication Method: Qwen OAuth': '✓ 認証方法: Qwen OAuth',
|
|
1451
|
-
' Type: Free tier (
|
|
1452
|
-
' タイプ:
|
|
1453
|
-
' Limit:
|
|
1457
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1458
|
+
' タイプ: 無料枠(2026-04-15 終了)',
|
|
1459
|
+
' Limit: No longer available': ' 制限: 利用不可',
|
|
1460
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1461
|
+
'Qwen OAuth 無料枠は 2026-04-15 に終了しました。/auth を実行して Coding Plan、OpenRouter、Fireworks AI、または他のプロバイダーに切り替えてください。',
|
|
1454
1462
|
' Models: Qwen latest models\n': ' モデル: Qwen 最新モデル\n',
|
|
1455
1463
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1456
1464
|
'✓ 認証方法: Alibaba Cloud Coding Plan',
|
package/locales/pt.js
CHANGED
|
@@ -1251,10 +1251,16 @@ 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
|
-
'
|
|
1255
|
-
'
|
|
1256
|
-
'
|
|
1257
|
-
'
|
|
1254
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1255
|
+
'Descontinuado — mude para Coding Plan ou API Key',
|
|
1256
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1257
|
+
'O nível gratuito do Qwen OAuth foi descontinuado em 2026-04-15. Execute /auth para trocar de provedor.',
|
|
1258
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1259
|
+
'O nível gratuito do Qwen OAuth foi descontinuado em 2026-04-15. Selecione Coding Plan ou API Key.',
|
|
1260
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1261
|
+
'O nível gratuito do Qwen OAuth foi descontinuado em 2026-04-15. Por favor, selecione um modelo de outro provedor ou execute /auth para trocar.',
|
|
1262
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1263
|
+
'\n⚠ O nível gratuito do Qwen OAuth foi descontinuado em 2026-04-15. Selecione outra opção.\n',
|
|
1258
1264
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1259
1265
|
'Pago \u00B7 Até 6.000 solicitações/5 hrs \u00B7 Todos os modelos Alibaba Cloud Coding Plan',
|
|
1260
1266
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1939,17 +1945,19 @@ export default {
|
|
|
1939
1945
|
'⚠️ Nenhum método de autenticação configurado.\n',
|
|
1940
1946
|
'Run one of the following commands to get started:\n':
|
|
1941
1947
|
'Execute um dos seguintes comandos para começar:\n',
|
|
1942
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1943
|
-
' qwen auth qwen-oauth - Autenticar com Qwen OAuth (
|
|
1948
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1949
|
+
' qwen auth qwen-oauth - Autenticar com Qwen OAuth (descontinuado)',
|
|
1944
1950
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1945
1951
|
' qwen auth coding-plan - Autenticar com Alibaba Cloud Coding Plan\n',
|
|
1946
1952
|
'Or simply run:': 'Ou simplesmente execute:',
|
|
1947
1953
|
' qwen auth - Interactive authentication setup\n':
|
|
1948
1954
|
' qwen auth - Configuração interativa de autenticação\n',
|
|
1949
1955
|
'✓ Authentication Method: Qwen OAuth': '✓ Método de autenticação: Qwen OAuth',
|
|
1950
|
-
' Type: Free tier (
|
|
1951
|
-
' Tipo:
|
|
1952
|
-
' Limit:
|
|
1956
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1957
|
+
' Tipo: Nível gratuito (descontinuado 2026-04-15)',
|
|
1958
|
+
' Limit: No longer available': ' Limite: Não mais disponível',
|
|
1959
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1960
|
+
'O nível gratuito do Qwen OAuth foi descontinuado em 2026-04-15. Execute /auth para mudar para Coding Plan, OpenRouter, Fireworks AI ou outro provedor.',
|
|
1953
1961
|
' Models: Qwen latest models\n': ' Modelos: Modelos Qwen mais recentes\n',
|
|
1954
1962
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1955
1963
|
'✓ Método de autenticação: Alibaba Cloud Coding Plan',
|
package/locales/ru.js
CHANGED
|
@@ -1175,10 +1175,16 @@ export default {
|
|
|
1175
1175
|
'Terms of Services and Privacy Notice':
|
|
1176
1176
|
'Условия обслуживания и уведомление о конфиденциальности',
|
|
1177
1177
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1178
|
-
'
|
|
1179
|
-
'
|
|
1180
|
-
'
|
|
1181
|
-
'
|
|
1178
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1179
|
+
'Прекращено — переключитесь на Coding Plan или API Key',
|
|
1180
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1181
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выполните /auth для смены провайдера.',
|
|
1182
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1183
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выберите Coding Plan или API Key.',
|
|
1184
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1185
|
+
'Бесплатный уровень Qwen OAuth был прекращен 2026-04-15. Пожалуйста, выберите модель от другого провайдера или выполните /auth для переключения.',
|
|
1186
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1187
|
+
'\n⚠ Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выберите другую опцию.\n',
|
|
1182
1188
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1183
1189
|
'Платно \u00B7 До 6 000 запросов/5 часов \u00B7 Все модели Alibaba Cloud Coding Plan',
|
|
1184
1190
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1946,17 +1952,19 @@ export default {
|
|
|
1946
1952
|
'⚠️ Метод аутентификации не настроен.\n',
|
|
1947
1953
|
'Run one of the following commands to get started:\n':
|
|
1948
1954
|
'Выполните одну из следующих команд для начала:\n',
|
|
1949
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1950
|
-
' qwen auth qwen-oauth - Аутентификация через Qwen OAuth (
|
|
1955
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1956
|
+
' qwen auth qwen-oauth - Аутентификация через Qwen OAuth (прекращено)',
|
|
1951
1957
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1952
1958
|
' qwen auth coding-plan - Аутентификация через Alibaba Cloud Coding Plan\n',
|
|
1953
1959
|
'Or simply run:': 'Или просто выполните:',
|
|
1954
1960
|
' qwen auth - Interactive authentication setup\n':
|
|
1955
1961
|
' qwen auth - Интерактивная настройка аутентификации\n',
|
|
1956
1962
|
'✓ Authentication Method: Qwen OAuth': '✓ Метод аутентификации: Qwen OAuth',
|
|
1957
|
-
' Type: Free tier (
|
|
1958
|
-
' Тип: Бесплатный (
|
|
1959
|
-
' Limit:
|
|
1963
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1964
|
+
' Тип: Бесплатный уровень (прекращено 2026-04-15)',
|
|
1965
|
+
' Limit: No longer available': ' Лимит: Больше не доступен',
|
|
1966
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1967
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выполните /auth для переключения на Coding Plan, OpenRouter, Fireworks AI или другого провайдера.',
|
|
1960
1968
|
' Models: Qwen latest models\n': ' Модели: Последние модели Qwen\n',
|
|
1961
1969
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1962
1970
|
'✓ Метод аутентификации: Alibaba Cloud Coding Plan',
|
package/locales/zh.js
CHANGED
|
@@ -1227,10 +1227,16 @@ export default {
|
|
|
1227
1227
|
'您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
|
|
1228
1228
|
'Terms of Services and Privacy Notice': '服务条款和隐私声明',
|
|
1229
1229
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
1230
|
-
'
|
|
1231
|
-
'
|
|
1232
|
-
'
|
|
1233
|
-
'
|
|
1230
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1231
|
+
'已停用 — 请切换到 Coding Plan 或 API Key',
|
|
1232
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1233
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换服务商。',
|
|
1234
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1235
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请选择 Coding Plan 或 API Key。',
|
|
1236
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1237
|
+
'Qwen OAuth免费层已于2026-04-15停止服务。请选择其他提供商的模型或运行 /auth 切换。',
|
|
1238
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1239
|
+
'\n⚠ Qwen OAuth 免费额度已于 2026-04-15 停用。请选择其他选项。\n',
|
|
1234
1240
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1235
1241
|
'付费 \u00B7 每 5 小时最多 6,000 次请求 \u00B7 支持阿里云百炼 Coding Plan 全部模型',
|
|
1236
1242
|
'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
|
|
@@ -1795,17 +1801,19 @@ export default {
|
|
|
1795
1801
|
'⚠️ No authentication method configured.\n': '⚠️ 未配置认证方式。\n',
|
|
1796
1802
|
'Run one of the following commands to get started:\n':
|
|
1797
1803
|
'运行以下命令之一开始配置:\n',
|
|
1798
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1799
|
-
' qwen auth qwen-oauth - 使用 Qwen OAuth
|
|
1804
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1805
|
+
' qwen auth qwen-oauth - 使用 Qwen OAuth 登录(已停用)',
|
|
1800
1806
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1801
1807
|
' qwen auth coding-plan - 使用阿里云百炼 Coding Plan 认证\n',
|
|
1802
1808
|
'Or simply run:': '或者直接运行:',
|
|
1803
1809
|
' qwen auth - Interactive authentication setup\n':
|
|
1804
1810
|
' qwen auth - 交互式认证配置\n',
|
|
1805
1811
|
'✓ Authentication Method: Qwen OAuth': '✓ 认证方式:Qwen OAuth',
|
|
1806
|
-
' Type: Free tier (
|
|
1807
|
-
'
|
|
1808
|
-
' Limit:
|
|
1812
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1813
|
+
' 类型:免费额度(2026-04-15 已停用)',
|
|
1814
|
+
' Limit: No longer available': ' 限额:已不可用',
|
|
1815
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1816
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换到 Coding Plan、OpenRouter、Fireworks AI 或其他服务商。',
|
|
1809
1817
|
' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
|
|
1810
1818
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1811
1819
|
'✓ 认证方式:阿里云百炼 Coding Plan',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.5",
|
|
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.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.5"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|