@rdmind/rdmind 0.0.28-alpha.15 → 0.0.28-alpha.17
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 +2160 -1799
- package/locales/en.js +4 -0
- package/locales/zh.js +5 -1
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1150,4 +1150,8 @@ export default {
|
|
|
1150
1150
|
'Have you tried turning it off and on again? (The loading screen, not me.)':
|
|
1151
1151
|
'Have you tried turning it off and on again? (The loading screen, not me.)',
|
|
1152
1152
|
'Constructing additional pylons...': 'Constructing additional pylons...',
|
|
1153
|
+
'Initialize OpenSpec in a project with RDMind integration':
|
|
1154
|
+
'Initialize OpenSpec in a project with RDMind integration',
|
|
1155
|
+
'Initialize OpenSpec in the current directory':
|
|
1156
|
+
'Initialize OpenSpec in the current directory',
|
|
1153
1157
|
};
|
package/locales/zh.js
CHANGED
|
@@ -838,7 +838,7 @@ export default {
|
|
|
838
838
|
'to customize your interactions with RDMind':
|
|
839
839
|
'自定义你与 RDMind 的交互方式',
|
|
840
840
|
Press: '按',
|
|
841
|
-
'twice to clear input,': '
|
|
841
|
+
'twice to clear input,': '两次清空输入框,',
|
|
842
842
|
'for new line,': '换行,',
|
|
843
843
|
'to exit RDMind': '退出RDMind',
|
|
844
844
|
'Tips for getting started:': '入门提示:',
|
|
@@ -1072,4 +1072,8 @@ export default {
|
|
|
1072
1072
|
'Have you tried turning it off and on again? (The loading screen, not me.)':
|
|
1073
1073
|
'你试过把它关掉再打开吗?(加载屏幕,不是我。)',
|
|
1074
1074
|
'Constructing additional pylons...': '正在建造额外的能量塔...',
|
|
1075
|
+
'Initialize OpenSpec in a project with RDMind integration':
|
|
1076
|
+
'在项目中初始化 OpenSpec(集成 RDMind)',
|
|
1077
|
+
'Initialize OpenSpec in the current directory':
|
|
1078
|
+
'在当前目录初始化 OpenSpec',
|
|
1075
1079
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.28-alpha.
|
|
3
|
+
"version": "0.0.28-alpha.17",
|
|
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.0.28-alpha.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.17"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|