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