@qwen-code/qwen-code 0.5.1-nightly.20251216.52faa0da → 0.5.1-nightly.20251218.8106a6b0
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 +1312 -1105
- package/locales/en.js +3 -2
- package/locales/zh.js +3 -2
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -310,6 +310,7 @@ export default {
|
|
|
310
310
|
'Tool Output Truncation Lines': 'Tool Output Truncation Lines',
|
|
311
311
|
'Folder Trust': 'Folder Trust',
|
|
312
312
|
'Vision Model Preview': 'Vision Model Preview',
|
|
313
|
+
'Tool Schema Compliance': 'Tool Schema Compliance',
|
|
313
314
|
// Settings enum options
|
|
314
315
|
'Auto (detect from system)': 'Auto (detect from system)',
|
|
315
316
|
Text: 'Text',
|
|
@@ -635,8 +636,8 @@ export default {
|
|
|
635
636
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
636
637
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
|
637
638
|
"Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
|
|
638
|
-
'Successfully added
|
|
639
|
-
'Successfully added
|
|
639
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
|
640
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
|
|
640
641
|
'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
|
|
641
642
|
'Successfully added directories:\n- {{directories}}':
|
|
642
643
|
'Successfully added directories:\n- {{directories}}',
|
package/locales/zh.js
CHANGED
|
@@ -300,6 +300,7 @@ export default {
|
|
|
300
300
|
'Tool Output Truncation Lines': '工具输出截断行数',
|
|
301
301
|
'Folder Trust': '文件夹信任',
|
|
302
302
|
'Vision Model Preview': '视觉模型预览',
|
|
303
|
+
'Tool Schema Compliance': '工具 Schema 兼容性',
|
|
303
304
|
// Settings enum options
|
|
304
305
|
'Auto (detect from system)': '自动(从系统检测)',
|
|
305
306
|
Text: '文本',
|
|
@@ -601,8 +602,8 @@ export default {
|
|
|
601
602
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
602
603
|
'/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
|
|
603
604
|
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
|
|
604
|
-
'Successfully added
|
|
605
|
-
'如果存在,已成功从以下目录添加
|
|
605
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
|
606
|
+
'如果存在,已成功从以下目录添加 QWEN.md 文件:\n- {{directories}}',
|
|
606
607
|
'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
|
|
607
608
|
'Successfully added directories:\n- {{directories}}':
|
|
608
609
|
'成功添加目录:\n- {{directories}}',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.5.1-nightly.
|
|
3
|
+
"version": "0.5.1-nightly.20251218.8106a6b0",
|
|
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.5.1-nightly.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.1-nightly.20251218.8106a6b0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|