@rdmind/rdmind 0.2.4-alpha.3 → 0.2.4-alpha.4
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 +1852 -1116
- package/locales/en.js +0 -3
- package/locales/zh.js +0 -3
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1059,9 +1059,6 @@ export default {
|
|
|
1059
1059
|
// MCP Status
|
|
1060
1060
|
// ============================================================================
|
|
1061
1061
|
'No MCP servers configured.': 'No MCP servers configured.',
|
|
1062
|
-
'Please view MCP documentation in your browser:':
|
|
1063
|
-
'Please view MCP documentation in your browser:',
|
|
1064
|
-
'or use the cli /docs command': 'or use the cli /docs command',
|
|
1065
1062
|
'⏳ MCP servers are starting up ({{count}} initializing)...':
|
|
1066
1063
|
'⏳ MCP servers are starting up ({{count}} initializing)...',
|
|
1067
1064
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
package/locales/zh.js
CHANGED
|
@@ -1000,9 +1000,6 @@ export default {
|
|
|
1000
1000
|
// MCP Status
|
|
1001
1001
|
// ============================================================================
|
|
1002
1002
|
'No MCP servers configured.': '未配置 MCP 服务器',
|
|
1003
|
-
'Please view MCP documentation in your browser:':
|
|
1004
|
-
'请在浏览器中查看 MCP 文档:',
|
|
1005
|
-
'or use the cli /docs command': '或使用 cli /docs 命令',
|
|
1006
1003
|
'⏳ MCP servers are starting up ({{count}} initializing)...':
|
|
1007
1004
|
'⏳ MCP 服务器正在启动({{count}} 个正在初始化)...',
|
|
1008
1005
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.4-alpha.
|
|
3
|
+
"version": "0.2.4-alpha.4",
|
|
4
4
|
"description": "RDMind - AI-powered coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"locales"
|
|
20
20
|
],
|
|
21
21
|
"config": {
|
|
22
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.4-alpha.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.4-alpha.4"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|