@rdmind/rdmind 0.1.1 → 0.1.3-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 +13125 -11457
- package/locales/en.js +3 -3
- package/locales/zh.js +2 -4
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -193,8 +193,7 @@ export default {
|
|
|
193
193
|
'Step {{n}}: Choose Location': 'Step {{n}}: Choose Location',
|
|
194
194
|
'Step {{n}}: Choose Generation Method':
|
|
195
195
|
'Step {{n}}: Choose Generation Method',
|
|
196
|
-
'Generate with RDMind (Recommended)':
|
|
197
|
-
'Generate with RDMind (Recommended)',
|
|
196
|
+
'Generate with RDMind (Recommended)': 'Generate with RDMind (Recommended)',
|
|
198
197
|
'Manual Creation': 'Manual Creation',
|
|
199
198
|
'Describe what this subagent should do and when it should be used. (Be comprehensive for best results)':
|
|
200
199
|
'Describe what this subagent should do and when it should be used. (Be comprehensive for best results)',
|
|
@@ -649,7 +648,8 @@ export default {
|
|
|
649
648
|
'Please provide at least one path to remove.',
|
|
650
649
|
'The /directory remove command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
|
|
651
650
|
'The /directory remove command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
|
|
652
|
-
"Error removing '{{path}}': {{error}}":
|
|
651
|
+
"Error removing '{{path}}': {{error}}":
|
|
652
|
+
"Error removing '{{path}}': {{error}}",
|
|
653
653
|
'Successfully removed directories:\n- {{directories}}':
|
|
654
654
|
'Successfully removed directories:\n- {{directories}}',
|
|
655
655
|
|
package/locales/zh.js
CHANGED
|
@@ -835,8 +835,7 @@ export default {
|
|
|
835
835
|
'for help,': '获取帮助,',
|
|
836
836
|
'open documentation': '打开文档',
|
|
837
837
|
Create: '创建',
|
|
838
|
-
'to customize your interactions with RDMind':
|
|
839
|
-
'自定义你与 RDMind 的交互方式',
|
|
838
|
+
'to customize your interactions with RDMind': '自定义你与 RDMind 的交互方式',
|
|
840
839
|
Press: '按',
|
|
841
840
|
'twice to clear input,': '两次清空输入框,',
|
|
842
841
|
'for new line,': '换行,',
|
|
@@ -1074,8 +1073,7 @@ export default {
|
|
|
1074
1073
|
'Constructing additional pylons...': '正在建造额外的能量塔...',
|
|
1075
1074
|
'Initialize OpenSpec in a project with RDMind integration':
|
|
1076
1075
|
'在项目中初始化 OpenSpec(集成 RDMind)',
|
|
1077
|
-
'Initialize OpenSpec in the current directory':
|
|
1078
|
-
'在当前目录初始化 OpenSpec',
|
|
1076
|
+
'Initialize OpenSpec in the current directory': '在当前目录初始化 OpenSpec',
|
|
1079
1077
|
'Scaffold a new OpenSpec change and validate strictly.':
|
|
1080
1078
|
'搭建新的 OpenSpec 变更并严格验证。',
|
|
1081
1079
|
'Implement an approved OpenSpec change and keep tasks in sync.':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-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.3-alpha.0"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|