@rdmind/rdmind 0.0.28-alpha.13 → 0.0.28-alpha.15
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 +3186 -2461
- package/locales/en.js +2 -2
- package/locales/zh.js +2 -2
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -867,7 +867,7 @@ export default {
|
|
|
867
867
|
'to hide descriptions': 'to hide descriptions',
|
|
868
868
|
'to authenticate with OAuth-enabled servers':
|
|
869
869
|
'to authenticate with OAuth-enabled servers',
|
|
870
|
-
Press: 'Press',
|
|
870
|
+
'Press key': 'Press key',
|
|
871
871
|
'to toggle tool descriptions on/off': 'to toggle tool descriptions on/off',
|
|
872
872
|
"Starting OAuth authentication for MCP server '{{name}}'...":
|
|
873
873
|
"Starting OAuth authentication for MCP server '{{name}}'...",
|
|
@@ -887,7 +887,7 @@ export default {
|
|
|
887
887
|
Create: 'Create',
|
|
888
888
|
'to customize your interactions with RDMind':
|
|
889
889
|
'to customize your interactions with RDMind',
|
|
890
|
-
|
|
890
|
+
Press: 'Press',
|
|
891
891
|
'twice to clear input,': 'twice to clear input,',
|
|
892
892
|
'for new line,': 'for new line,',
|
|
893
893
|
'to exit RDMind': 'to exit RDMind',
|
package/locales/zh.js
CHANGED
|
@@ -817,7 +817,7 @@ export default {
|
|
|
817
817
|
'to hide descriptions': '隐藏描述',
|
|
818
818
|
'to authenticate with OAuth-enabled servers':
|
|
819
819
|
'使用支持 OAuth 的服务器进行认证',
|
|
820
|
-
Press: '按',
|
|
820
|
+
'Press key': '按',
|
|
821
821
|
'to toggle tool descriptions on/off': '切换工具描述开关',
|
|
822
822
|
"Starting OAuth authentication for MCP server '{{name}}'...":
|
|
823
823
|
"正在为 MCP 服务器 '{{name}}' 启动 OAuth 认证...",
|
|
@@ -837,7 +837,7 @@ export default {
|
|
|
837
837
|
Create: '创建',
|
|
838
838
|
'to customize your interactions with RDMind':
|
|
839
839
|
'自定义你与 RDMind 的交互方式',
|
|
840
|
-
|
|
840
|
+
Press: '按',
|
|
841
841
|
'twice to clear input,': '清空输入框,',
|
|
842
842
|
'for new line,': '换行,',
|
|
843
843
|
'to exit RDMind': '退出RDMind',
|
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.15",
|
|
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.15"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|