@qwen-code/qwen-code 0.5.0 → 0.5.1-nightly.20251217.0a39c912
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 +1226 -1105
- package/locales/en.js +2 -2
- package/locales/zh.js +2 -2
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -635,8 +635,8 @@ export default {
|
|
|
635
635
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
636
636
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
|
637
637
|
"Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
|
|
638
|
-
'Successfully added
|
|
639
|
-
'Successfully added
|
|
638
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
|
639
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
|
|
640
640
|
'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
|
|
641
641
|
'Successfully added directories:\n- {{directories}}':
|
|
642
642
|
'Successfully added directories:\n- {{directories}}',
|
package/locales/zh.js
CHANGED
|
@@ -601,8 +601,8 @@ export default {
|
|
|
601
601
|
'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
602
602
|
'/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
|
|
603
603
|
"Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
|
|
604
|
-
'Successfully added
|
|
605
|
-
'如果存在,已成功从以下目录添加
|
|
604
|
+
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}':
|
|
605
|
+
'如果存在,已成功从以下目录添加 QWEN.md 文件:\n- {{directories}}',
|
|
606
606
|
'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
|
|
607
607
|
'Successfully added directories:\n- {{directories}}':
|
|
608
608
|
'成功添加目录:\n- {{directories}}',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-nightly.20251217.0a39c912",
|
|
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.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.1-nightly.20251217.0a39c912"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|