@qwen-code/qwen-code 0.10.0-preview.5 → 0.10.0-preview.6
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/cli.js +679 -301
- package/locales/de.js +39 -0
- package/locales/en.js +46 -0
- package/locales/ja.js +38 -0
- package/locales/pt.js +39 -0
- package/locales/ru.js +38 -0
- package/locales/zh.js +45 -0
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -946,6 +946,11 @@ export default {
|
|
|
946
946
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
947
947
|
'Nutzungsbedingungen und Datenschutzhinweis für Qwen Code',
|
|
948
948
|
'Qwen OAuth': 'Qwen OAuth',
|
|
949
|
+
'Login with QwenChat account to use daily free quota.':
|
|
950
|
+
'Melden Sie sich mit Ihrem QwenChat-Konto an, um das tägliche kostenlose Kontingent zu nutzen.',
|
|
951
|
+
'API-KEY': 'API-KEY',
|
|
952
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
953
|
+
'Verwenden Sie Coding Plan-Anmeldedaten oder Ihre eigenen API-Schlüssel/Anbieter.',
|
|
949
954
|
OpenAI: 'OpenAI',
|
|
950
955
|
'Failed to login. Message: {{message}}':
|
|
951
956
|
'Anmeldung fehlgeschlagen. Meldung: {{message}}',
|
|
@@ -1371,4 +1376,38 @@ export default {
|
|
|
1371
1376
|
'Sie können den Berechtigungsmodus schnell mit Shift+Tab oder /approval-mode wechseln.',
|
|
1372
1377
|
'You can switch permission mode quickly with Tab or /approval-mode.':
|
|
1373
1378
|
'Sie können den Berechtigungsmodus schnell mit Tab oder /approval-mode wechseln.',
|
|
1379
|
+
|
|
1380
|
+
// ============================================================================
|
|
1381
|
+
// Custom API-KEY Configuration
|
|
1382
|
+
// ============================================================================
|
|
1383
|
+
'For advanced users who want to configure models manually.':
|
|
1384
|
+
'Für fortgeschrittene Benutzer, die Modelle manuell konfigurieren möchten.',
|
|
1385
|
+
'Please configure your models in settings.json:':
|
|
1386
|
+
'Bitte konfigurieren Sie Ihre Modelle in settings.json:',
|
|
1387
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1388
|
+
'API-Schlüssel über Umgebungsvariable setzen (z.B. OPENAI_API_KEY)',
|
|
1389
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1390
|
+
"Modellkonfiguration zu modelProviders['openai'] (oder anderen Authentifizierungstypen) hinzufügen",
|
|
1391
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1392
|
+
'Jeder Anbieter benötigt: id, envKey (erforderlich), plus optionale baseUrl, generationConfig',
|
|
1393
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1394
|
+
'Verwenden Sie den /model-Befehl, um Ihr bevorzugtes Modell aus der konfigurierten Liste auszuwählen',
|
|
1395
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1396
|
+
'Unterstützte Authentifizierungstypen: openai, anthropic, gemini, vertex-ai, usw.',
|
|
1397
|
+
|
|
1398
|
+
// ============================================================================
|
|
1399
|
+
// Auth Dialog - View Titles and Labels
|
|
1400
|
+
// ============================================================================
|
|
1401
|
+
'Coding Plan': 'Coding Plan',
|
|
1402
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1403
|
+
'Fügen Sie Ihren Bailian Coding Plan API-Schlüssel ein und Sie sind bereit!',
|
|
1404
|
+
Custom: 'Benutzerdefiniert',
|
|
1405
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1406
|
+
'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
|
|
1407
|
+
'Select API-KEY configuration mode:':
|
|
1408
|
+
'API-KEY-Konfigurationsmodus auswählen:',
|
|
1409
|
+
'(Press Escape to go back)': '(Escape drücken zum Zurückgehen)',
|
|
1410
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1411
|
+
'(Enter zum Absenden, Escape zum Abbrechen)',
|
|
1412
|
+
'More instructions please check:': 'Weitere Anweisungen finden Sie unter:',
|
|
1374
1413
|
};
|
package/locales/en.js
CHANGED
|
@@ -937,6 +937,11 @@ export default {
|
|
|
937
937
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
938
938
|
'Terms of Services and Privacy Notice for Qwen Code',
|
|
939
939
|
'Qwen OAuth': 'Qwen OAuth',
|
|
940
|
+
'Login with QwenChat account to use daily free quota.':
|
|
941
|
+
'Login with QwenChat account to use daily free quota.',
|
|
942
|
+
'API-KEY': 'API-KEY',
|
|
943
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
944
|
+
'Use coding plan credentials or your own api-keys/providers.',
|
|
940
945
|
OpenAI: 'OpenAI',
|
|
941
946
|
'Failed to login. Message: {{message}}':
|
|
942
947
|
'Failed to login. Message: {{message}}',
|
|
@@ -1362,4 +1367,45 @@ export default {
|
|
|
1362
1367
|
'Opening extensions page in your browser: {{url}}',
|
|
1363
1368
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1364
1369
|
'Failed to open browser. Check out the extensions gallery at {{url}}',
|
|
1370
|
+
|
|
1371
|
+
// ============================================================================
|
|
1372
|
+
// Coding Plan Authentication
|
|
1373
|
+
// ============================================================================
|
|
1374
|
+
'Please enter your API key:': 'Please enter your API key:',
|
|
1375
|
+
'API key cannot be empty.': 'API key cannot be empty.',
|
|
1376
|
+
'API key is stored in settings.env. You can migrate it to a .env file for better security.':
|
|
1377
|
+
'API key is stored in settings.env. You can migrate it to a .env file for better security.',
|
|
1378
|
+
|
|
1379
|
+
// ============================================================================
|
|
1380
|
+
// Custom API-KEY Configuration
|
|
1381
|
+
// ============================================================================
|
|
1382
|
+
'For advanced users who want to configure models manually.':
|
|
1383
|
+
'For advanced users who want to configure models manually.',
|
|
1384
|
+
'Please configure your models in settings.json:':
|
|
1385
|
+
'Please configure your models in settings.json:',
|
|
1386
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1387
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)',
|
|
1388
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1389
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)",
|
|
1390
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1391
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig',
|
|
1392
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1393
|
+
'Use /model command to select your preferred model from the configured list',
|
|
1394
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1395
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.',
|
|
1396
|
+
'More instructions please check:': 'More instructions please check:',
|
|
1397
|
+
|
|
1398
|
+
// ============================================================================
|
|
1399
|
+
// Auth Dialog - View Titles and Labels
|
|
1400
|
+
// ============================================================================
|
|
1401
|
+
'Coding Plan': 'Coding Plan',
|
|
1402
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1403
|
+
"Paste your api key of Bailian Coding Plan and you're all set!",
|
|
1404
|
+
Custom: 'Custom',
|
|
1405
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1406
|
+
'More instructions about configuring `modelProviders` manually.',
|
|
1407
|
+
'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
|
|
1408
|
+
'(Press Escape to go back)': '(Press Escape to go back)',
|
|
1409
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1410
|
+
'(Press Enter to submit, Escape to cancel)',
|
|
1365
1411
|
};
|
package/locales/ja.js
CHANGED
|
@@ -679,6 +679,11 @@ export default {
|
|
|
679
679
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
680
680
|
'Qwen Code の利用規約とプライバシー通知',
|
|
681
681
|
'Qwen OAuth': 'Qwen OAuth',
|
|
682
|
+
'Login with QwenChat account to use daily free quota.':
|
|
683
|
+
'QwenChatアカウントでログインして、毎日の無料クォータをご利用ください。',
|
|
684
|
+
'API-KEY': 'API-KEY',
|
|
685
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
686
|
+
'Coding Planの認証情報またはご自身のAPIキー/プロバイダーをご利用ください。',
|
|
682
687
|
OpenAI: 'OpenAI',
|
|
683
688
|
'Failed to login. Message: {{message}}':
|
|
684
689
|
'ログインに失敗しました。メッセージ: {{message}}',
|
|
@@ -882,4 +887,37 @@ export default {
|
|
|
882
887
|
'コードが壊れた?叩けば治るさ',
|
|
883
888
|
'USBの差し込みに挑戦中...',
|
|
884
889
|
],
|
|
890
|
+
|
|
891
|
+
// ============================================================================
|
|
892
|
+
// Custom API-KEY Configuration
|
|
893
|
+
// ============================================================================
|
|
894
|
+
'For advanced users who want to configure models manually.':
|
|
895
|
+
'モデルを手動で設定したい上級ユーザー向け。',
|
|
896
|
+
'Please configure your models in settings.json:':
|
|
897
|
+
'settings.json でモデルを設定してください:',
|
|
898
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
899
|
+
'環境変数を使用して API キーを設定してください(例:OPENAI_API_KEY)',
|
|
900
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
901
|
+
"modelProviders['openai'](または他の認証タイプ)にモデル設定を追加してください",
|
|
902
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
903
|
+
'各プロバイダーには:id、envKey(必須)、およびオプションの baseUrl、generationConfig が必要です',
|
|
904
|
+
'Use /model command to select your preferred model from the configured list':
|
|
905
|
+
'/model コマンドを使用して、設定済みリストからお好みのモデルを選択してください',
|
|
906
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
907
|
+
'サポートされている認証タイプ:openai、anthropic、gemini、vertex-ai など',
|
|
908
|
+
|
|
909
|
+
// ============================================================================
|
|
910
|
+
// Auth Dialog - View Titles and Labels
|
|
911
|
+
// ============================================================================
|
|
912
|
+
'Coding Plan': 'Coding Plan',
|
|
913
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
914
|
+
'Bailian Coding PlanのAPIキーを貼り付けるだけで準備完了です!',
|
|
915
|
+
Custom: 'カスタム',
|
|
916
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
917
|
+
'`modelProviders`を手動で設定する方法の詳細はこちら。',
|
|
918
|
+
'Select API-KEY configuration mode:': 'API-KEY設定モードを選択してください:',
|
|
919
|
+
'(Press Escape to go back)': '(Escapeキーで戻る)',
|
|
920
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
921
|
+
'(Enterで送信、Escapeでキャンセル)',
|
|
922
|
+
'More instructions please check:': '詳細な手順はこちらをご確認ください:',
|
|
885
923
|
};
|
package/locales/pt.js
CHANGED
|
@@ -958,6 +958,11 @@ export default {
|
|
|
958
958
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
959
959
|
'Termos de Serviço e Aviso de Privacidade do Qwen Code',
|
|
960
960
|
'Qwen OAuth': 'Qwen OAuth',
|
|
961
|
+
'Login with QwenChat account to use daily free quota.':
|
|
962
|
+
'Faça login com sua conta QwenChat para usar a cota gratuita diária.',
|
|
963
|
+
'API-KEY': 'API-KEY',
|
|
964
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
965
|
+
'Use credenciais do Coding Plan ou suas próprias chaves API/provedores.',
|
|
961
966
|
OpenAI: 'OpenAI',
|
|
962
967
|
'Failed to login. Message: {{message}}':
|
|
963
968
|
'Falha ao fazer login. Mensagem: {{message}}',
|
|
@@ -1385,4 +1390,38 @@ export default {
|
|
|
1385
1390
|
'Abrindo página de extensões no seu navegador: {{url}}',
|
|
1386
1391
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1387
1392
|
'Falha ao abrir o navegador. Confira a galeria de extensões em {{url}}',
|
|
1393
|
+
|
|
1394
|
+
// ============================================================================
|
|
1395
|
+
// Custom API-KEY Configuration
|
|
1396
|
+
// ============================================================================
|
|
1397
|
+
'For advanced users who want to configure models manually.':
|
|
1398
|
+
'Para usuários avançados que desejam configurar modelos manualmente.',
|
|
1399
|
+
'Please configure your models in settings.json:':
|
|
1400
|
+
'Por favor, configure seus modelos em settings.json:',
|
|
1401
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1402
|
+
'Defina a chave de API via variável de ambiente (ex: OPENAI_API_KEY)',
|
|
1403
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1404
|
+
"Adicione a configuração do modelo a modelProviders['openai'] (ou outros tipos de autenticação)",
|
|
1405
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1406
|
+
'Cada provedor precisa de: id, envKey (obrigatório), além de baseUrl e generationConfig opcionais',
|
|
1407
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1408
|
+
'Use o comando /model para selecionar seu modelo preferido da lista configurada',
|
|
1409
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1410
|
+
'Tipos de autenticação suportados: openai, anthropic, gemini, vertex-ai, etc.',
|
|
1411
|
+
|
|
1412
|
+
// ============================================================================
|
|
1413
|
+
// Auth Dialog - View Titles and Labels
|
|
1414
|
+
// ============================================================================
|
|
1415
|
+
'Coding Plan': 'Coding Plan',
|
|
1416
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1417
|
+
'Cole sua chave de API do Bailian Coding Plan e pronto!',
|
|
1418
|
+
Custom: 'Personalizado',
|
|
1419
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1420
|
+
'Mais instruções sobre como configurar `modelProviders` manualmente.',
|
|
1421
|
+
'Select API-KEY configuration mode:':
|
|
1422
|
+
'Selecione o modo de configuração da API-KEY:',
|
|
1423
|
+
'(Press Escape to go back)': '(Pressione Escape para voltar)',
|
|
1424
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1425
|
+
'(Pressione Enter para enviar, Escape para cancelar)',
|
|
1426
|
+
'More instructions please check:': 'Mais instruções, consulte:',
|
|
1388
1427
|
};
|
package/locales/ru.js
CHANGED
|
@@ -952,6 +952,11 @@ export default {
|
|
|
952
952
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
953
953
|
'Условия обслуживания и уведомление о конфиденциальности для Qwen Code',
|
|
954
954
|
'Qwen OAuth': 'Qwen OAuth',
|
|
955
|
+
'Login with QwenChat account to use daily free quota.':
|
|
956
|
+
'Войдите с помощью аккаунта QwenChat, чтобы использовать ежедневную бесплатную квоту.',
|
|
957
|
+
'API-KEY': 'API-KEY',
|
|
958
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
959
|
+
'Используйте учетные данные Coding Plan или свои собственные API-ключи/провайдеры.',
|
|
955
960
|
OpenAI: 'OpenAI',
|
|
956
961
|
'Failed to login. Message: {{message}}':
|
|
957
962
|
'Не удалось войти. Сообщение: {{message}}',
|
|
@@ -1375,4 +1380,37 @@ export default {
|
|
|
1375
1380
|
'Вы можете быстро переключать режим разрешений с помощью Shift+Tab или /approval-mode.',
|
|
1376
1381
|
'You can switch permission mode quickly with Tab or /approval-mode.':
|
|
1377
1382
|
'Вы можете быстро переключать режим разрешений с помощью Tab или /approval-mode.',
|
|
1383
|
+
|
|
1384
|
+
// ============================================================================
|
|
1385
|
+
// Custom API-KEY Configuration
|
|
1386
|
+
// ============================================================================
|
|
1387
|
+
'For advanced users who want to configure models manually.':
|
|
1388
|
+
'Для продвинутых пользователей, которые хотят настраивать модели вручную.',
|
|
1389
|
+
'Please configure your models in settings.json:':
|
|
1390
|
+
'Пожалуйста, настройте ваши модели в settings.json:',
|
|
1391
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1392
|
+
'Установите ключ API через переменную окружения (например, OPENAI_API_KEY)',
|
|
1393
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1394
|
+
"Добавьте конфигурацию модели в modelProviders['openai'] (или другие типы аутентификации)",
|
|
1395
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1396
|
+
'Каждому провайдеру нужны: id, envKey (обязательно), а также опциональные baseUrl, generationConfig',
|
|
1397
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1398
|
+
'Используйте команду /model, чтобы выбрать предпочитаемую модель из настроенного списка',
|
|
1399
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1400
|
+
'Поддерживаемые типы аутентификации: openai, anthropic, gemini, vertex-ai и др.',
|
|
1401
|
+
|
|
1402
|
+
// ============================================================================
|
|
1403
|
+
// Auth Dialog - View Titles and Labels
|
|
1404
|
+
// ============================================================================
|
|
1405
|
+
'Coding Plan': 'Coding Plan',
|
|
1406
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1407
|
+
'Вставьте ваш API-ключ Bailian Coding Plan и всё готово!',
|
|
1408
|
+
Custom: 'Пользовательский',
|
|
1409
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1410
|
+
'Дополнительные инструкции по ручной настройке `modelProviders`.',
|
|
1411
|
+
'Select API-KEY configuration mode:': 'Выберите режим конфигурации API-KEY:',
|
|
1412
|
+
'(Press Escape to go back)': '(Нажмите Escape для возврата)',
|
|
1413
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1414
|
+
'(Нажмите Enter для отправки, Escape для отмены)',
|
|
1415
|
+
'More instructions please check:': 'Дополнительные инструкции см.:',
|
|
1378
1416
|
};
|
package/locales/zh.js
CHANGED
|
@@ -886,6 +886,10 @@ export default {
|
|
|
886
886
|
'Terms of Services and Privacy Notice for Qwen Code':
|
|
887
887
|
'Qwen Code 的服务条款和隐私声明',
|
|
888
888
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
889
|
+
'Login with QwenChat account to use daily free quota.':
|
|
890
|
+
'使用 QwenChat 账号登录,享受每日免费额度。',
|
|
891
|
+
'Use coding plan credentials or your own api-keys/providers.':
|
|
892
|
+
'使用 Coding Plan 凭证或您自己的 API 密钥/提供商。',
|
|
889
893
|
OpenAI: 'OpenAI',
|
|
890
894
|
'Failed to login. Message: {{message}}': '登录失败。消息:{{message}}',
|
|
891
895
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.':
|
|
@@ -1198,4 +1202,45 @@ export default {
|
|
|
1198
1202
|
'正在浏览器中打开扩展页面:{{url}}',
|
|
1199
1203
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1200
1204
|
'打开浏览器失败。请访问扩展市场:{{url}}',
|
|
1205
|
+
|
|
1206
|
+
// ============================================================================
|
|
1207
|
+
// Coding Plan Authentication
|
|
1208
|
+
// ============================================================================
|
|
1209
|
+
'Please enter your API key:': '请输入您的 API Key:',
|
|
1210
|
+
'API key cannot be empty.': 'API Key 不能为空。',
|
|
1211
|
+
'API key is stored in settings.env. You can migrate it to a .env file for better security.':
|
|
1212
|
+
'API Key 已存储在 settings.env 中。您可以将其迁移到 .env 文件以获得更好的安全性。',
|
|
1213
|
+
|
|
1214
|
+
// ============================================================================
|
|
1215
|
+
// Custom API-KEY Configuration
|
|
1216
|
+
// ============================================================================
|
|
1217
|
+
'For advanced users who want to configure models manually.':
|
|
1218
|
+
'适合需要手动配置模型的高级用户。',
|
|
1219
|
+
'Please configure your models in settings.json:':
|
|
1220
|
+
'请在 settings.json 中配置您的模型:',
|
|
1221
|
+
'Set API key via environment variable (e.g., OPENAI_API_KEY)':
|
|
1222
|
+
'通过环境变量设置 API Key(例如:OPENAI_API_KEY)',
|
|
1223
|
+
"Add model configuration to modelProviders['openai'] (or other auth types)":
|
|
1224
|
+
"将模型配置添加到 modelProviders['openai'](或其他认证类型)",
|
|
1225
|
+
'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
|
|
1226
|
+
'每个提供商需要:id、envKey(必需),以及可选的 baseUrl、generationConfig',
|
|
1227
|
+
'Use /model command to select your preferred model from the configured list':
|
|
1228
|
+
'使用 /model 命令从配置列表中选择您偏好的模型',
|
|
1229
|
+
'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
|
|
1230
|
+
'支持的认证类型:openai、anthropic、gemini、vertex-ai 等',
|
|
1231
|
+
'More instructions please check:': '更多说明请查看:',
|
|
1232
|
+
|
|
1233
|
+
// ============================================================================
|
|
1234
|
+
// Auth Dialog - View Titles and Labels
|
|
1235
|
+
// ============================================================================
|
|
1236
|
+
'API-KEY': 'API-KEY',
|
|
1237
|
+
'Coding Plan': 'Coding Plan',
|
|
1238
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1239
|
+
'粘贴您的百炼 Coding Plan API Key,即可完成设置!',
|
|
1240
|
+
Custom: '自定义',
|
|
1241
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1242
|
+
'关于手动配置 `modelProviders` 的更多说明。',
|
|
1243
|
+
'Select API-KEY configuration mode:': '选择 API-KEY 配置模式:',
|
|
1244
|
+
'(Press Escape to go back)': '(按 Escape 键返回)',
|
|
1245
|
+
'(Press Enter to submit, Escape to cancel)': '(按 Enter 提交,Escape 取消)',
|
|
1201
1246
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.10.0-preview.
|
|
3
|
+
"version": "0.10.0-preview.6",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.0-preview.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.0-preview.6"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|