@qwen-code/qwen-code 0.15.0-preview.2 → 0.15.1-nightly.20260424.4e0a37549
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/bundled/qc-helper/docs/configuration/settings.md +1 -0
- package/cli.js +6141 -3730
- package/locales/de.js +2 -0
- package/locales/en.js +9 -0
- package/locales/fr.js +2 -0
- package/locales/ja.js +2 -0
- package/locales/pt.js +2 -0
- package/locales/ru.js +2 -0
- package/locales/zh.js +7 -0
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -348,6 +348,8 @@ export default {
|
|
|
348
348
|
'Tool Schema Compliance': 'Werkzeug-Schema-Konformität',
|
|
349
349
|
// Settings enum options
|
|
350
350
|
'Auto (detect from system)': 'Automatisch (vom System erkennen)',
|
|
351
|
+
'Auto (detect terminal theme)': 'Automatisch (Terminal-Theme erkennen)',
|
|
352
|
+
Auto: 'Automatisch',
|
|
351
353
|
Text: 'Text',
|
|
352
354
|
JSON: 'JSON',
|
|
353
355
|
Plan: 'Plan',
|
package/locales/en.js
CHANGED
|
@@ -432,6 +432,8 @@ export default {
|
|
|
432
432
|
'Tool Schema Compliance': 'Tool Schema Compliance',
|
|
433
433
|
// Settings enum options
|
|
434
434
|
'Auto (detect from system)': 'Auto (detect from system)',
|
|
435
|
+
'Auto (detect terminal theme)': 'Auto (detect terminal theme)',
|
|
436
|
+
Auto: 'Auto',
|
|
435
437
|
Text: 'Text',
|
|
436
438
|
JSON: 'JSON',
|
|
437
439
|
Plan: 'Plan',
|
|
@@ -573,6 +575,8 @@ export default {
|
|
|
573
575
|
'Updates all extensions or a named extension to the latest version.':
|
|
574
576
|
'Updates all extensions or a named extension to the latest version.',
|
|
575
577
|
'Update all extensions.': 'Update all extensions.',
|
|
578
|
+
'The name of the extension to update.':
|
|
579
|
+
'The name of the extension to update.',
|
|
576
580
|
'Either an extension name or --all must be provided':
|
|
577
581
|
'Either an extension name or --all must be provided',
|
|
578
582
|
'Lists installed extensions.': 'Lists installed extensions.',
|
|
@@ -724,6 +728,7 @@ export default {
|
|
|
724
728
|
'User Settings': 'User Settings',
|
|
725
729
|
'System Settings': 'System Settings',
|
|
726
730
|
Extensions: 'Extensions',
|
|
731
|
+
'Session (temporary)': 'Session (temporary)',
|
|
727
732
|
// Hooks - Status
|
|
728
733
|
'✓ Enabled': '✓ Enabled',
|
|
729
734
|
'✗ Disabled': '✗ Disabled',
|
|
@@ -1894,6 +1899,8 @@ export default {
|
|
|
1894
1899
|
// Coding Plan Authentication
|
|
1895
1900
|
// ============================================================================
|
|
1896
1901
|
'API key cannot be empty.': 'API key cannot be empty.',
|
|
1902
|
+
'Invalid API key. Coding Plan API keys start with "sk-sp-". Please check.':
|
|
1903
|
+
'Invalid API key. Coding Plan API keys start with "sk-sp-". Please check.',
|
|
1897
1904
|
'You can get your Coding Plan API key here':
|
|
1898
1905
|
'You can get your Coding Plan API key here',
|
|
1899
1906
|
'API key is stored in settings.env. You can migrate it to a .env file for better security.':
|
|
@@ -1971,6 +1978,8 @@ export default {
|
|
|
1971
1978
|
'Show context window usage breakdown.',
|
|
1972
1979
|
'Run /context detail for per-item breakdown.':
|
|
1973
1980
|
'Run /context detail for per-item breakdown.',
|
|
1981
|
+
'Show context window usage breakdown. Use "/context detail" for per-item breakdown.':
|
|
1982
|
+
'Show context window usage breakdown. Use "/context detail" for per-item breakdown.',
|
|
1974
1983
|
'body loaded': 'body loaded',
|
|
1975
1984
|
memory: 'memory',
|
|
1976
1985
|
'{{region}} configuration updated successfully.':
|
package/locales/fr.js
CHANGED
|
@@ -443,6 +443,8 @@ export default {
|
|
|
443
443
|
'Vision Model Preview': 'Aperçu du modèle de vision',
|
|
444
444
|
'Tool Schema Compliance': 'Conformité au schéma des outils',
|
|
445
445
|
'Auto (detect from system)': 'Auto (détecter depuis le système)',
|
|
446
|
+
'Auto (detect terminal theme)': 'Auto (détecter le thème du terminal)',
|
|
447
|
+
Auto: 'Auto',
|
|
446
448
|
Text: 'Texte',
|
|
447
449
|
JSON: 'JSON',
|
|
448
450
|
Plan: 'Plan',
|
package/locales/ja.js
CHANGED
|
@@ -315,6 +315,8 @@ export default {
|
|
|
315
315
|
'Vision Model Preview': 'ビジョンモデルプレビュー',
|
|
316
316
|
'Tool Schema Compliance': 'ツールスキーマ準拠',
|
|
317
317
|
'Auto (detect from system)': '自動(システムから検出)',
|
|
318
|
+
'Auto (detect terminal theme)': '自動(端末テーマを検出)',
|
|
319
|
+
Auto: '自動',
|
|
318
320
|
'check session stats. Usage: /stats [model|tools]':
|
|
319
321
|
'セッション統計を確認。使い方: /stats [model|tools]',
|
|
320
322
|
'Show model-specific usage statistics.': 'モデル別の使用統計を表示',
|
package/locales/pt.js
CHANGED
|
@@ -374,6 +374,8 @@ export default {
|
|
|
374
374
|
|
|
375
375
|
// Settings enum options
|
|
376
376
|
'Auto (detect from system)': 'Automático (detectar do sistema)',
|
|
377
|
+
'Auto (detect terminal theme)': 'Automático (detectar tema do terminal)',
|
|
378
|
+
Auto: 'Automático',
|
|
377
379
|
Text: 'Texto',
|
|
378
380
|
JSON: 'JSON',
|
|
379
381
|
Plan: 'Planejamento',
|
package/locales/ru.js
CHANGED
|
@@ -369,6 +369,8 @@ export default {
|
|
|
369
369
|
'Tool Schema Compliance': 'Соответствие схеме инструмента',
|
|
370
370
|
// Варианты перечислений настроек
|
|
371
371
|
'Auto (detect from system)': 'Авто (определить из системы)',
|
|
372
|
+
'Auto (detect terminal theme)': 'Авто (определить тему терминала)',
|
|
373
|
+
Auto: 'Авто',
|
|
372
374
|
Text: 'Текст',
|
|
373
375
|
JSON: 'JSON',
|
|
374
376
|
Plan: 'План',
|
package/locales/zh.js
CHANGED
|
@@ -413,6 +413,8 @@ export default {
|
|
|
413
413
|
'Tool Schema Compliance': '工具 Schema 兼容性',
|
|
414
414
|
// Settings enum options
|
|
415
415
|
'Auto (detect from system)': '自动(从系统检测)',
|
|
416
|
+
'Auto (detect terminal theme)': '自动(检测终端主题)',
|
|
417
|
+
Auto: '自动',
|
|
416
418
|
Text: '文本',
|
|
417
419
|
JSON: 'JSON',
|
|
418
420
|
Plan: '规划',
|
|
@@ -576,6 +578,7 @@ export default {
|
|
|
576
578
|
'(user)': '(用户)',
|
|
577
579
|
'[not set]': '[未设置]',
|
|
578
580
|
'[value stored in keychain]': '[值存储在钥匙串中]',
|
|
581
|
+
'Value:': '值:',
|
|
579
582
|
'Manage extension settings.': '管理扩展设置。',
|
|
580
583
|
'You need to specify a command (set or list).':
|
|
581
584
|
'您需要指定命令(set 或 list)。',
|
|
@@ -1035,6 +1038,8 @@ export default {
|
|
|
1035
1038
|
'Command:': '命令:',
|
|
1036
1039
|
'Working Directory:': '工作目录:',
|
|
1037
1040
|
'Capabilities:': '功能:',
|
|
1041
|
+
'No server selected': '未选择服务器',
|
|
1042
|
+
prompts: '提示',
|
|
1038
1043
|
|
|
1039
1044
|
// MCP Tool List
|
|
1040
1045
|
'No tools available for this server.': '此服务器没有可用工具。',
|
|
@@ -1047,7 +1052,9 @@ export default {
|
|
|
1047
1052
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
1048
1053
|
|
|
1049
1054
|
// MCP Tool Detail
|
|
1055
|
+
required: '必需',
|
|
1050
1056
|
Type: '类型',
|
|
1057
|
+
Enum: '枚举',
|
|
1051
1058
|
Parameters: '参数',
|
|
1052
1059
|
'No tool selected': '未选择工具',
|
|
1053
1060
|
Annotations: '注解',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1-nightly.20260424.4e0a37549",
|
|
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.15.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.1-nightly.20260424.4e0a37549"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|