@rdmind/rdmind 0.2.8-alpha.7 → 0.2.8-alpha.9
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 +1359 -1248
- package/locales/en.js +12 -1
- package/locales/zh.js +15 -6
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -849,6 +849,8 @@ export default {
|
|
|
849
849
|
Reconnect: 'Reconnect',
|
|
850
850
|
Enable: 'Enable',
|
|
851
851
|
Disable: 'Disable',
|
|
852
|
+
Authenticate: 'Authenticate',
|
|
853
|
+
'Server:': 'Server:',
|
|
852
854
|
'Command:': 'Command:',
|
|
853
855
|
'Working Directory:': 'Working Directory:',
|
|
854
856
|
'Capabilities:': 'Capabilities:',
|
|
@@ -871,7 +873,15 @@ export default {
|
|
|
871
873
|
servers: 'servers',
|
|
872
874
|
'Add MCP servers to your settings to get started.':
|
|
873
875
|
'Add MCP servers to your settings to get started.',
|
|
874
|
-
'Run
|
|
876
|
+
'Run rdmind --debug to see error logs': 'Run rdmind --debug to see error logs',
|
|
877
|
+
|
|
878
|
+
// MCP OAuth Authentication
|
|
879
|
+
'OAuth Authentication': 'OAuth Authentication',
|
|
880
|
+
'Press Enter to start authentication, Esc to go back':
|
|
881
|
+
'Press Enter to start authentication, Esc to go back',
|
|
882
|
+
'Authenticating... Please complete the login in your browser.':
|
|
883
|
+
'Authenticating... Please complete the login in your browser.',
|
|
884
|
+
'Press Enter or Esc to go back': 'Press Enter or Esc to go back',
|
|
875
885
|
|
|
876
886
|
// MCP Tool List
|
|
877
887
|
'No tools available for this server.': 'No tools available for this server.',
|
|
@@ -880,6 +890,7 @@ export default {
|
|
|
880
890
|
'open-world': 'open-world',
|
|
881
891
|
idempotent: 'idempotent',
|
|
882
892
|
'Tools for {{name}}': 'Tools for {{name}}',
|
|
893
|
+
'Tools for {{serverName}}': 'Tools for {{serverName}}',
|
|
883
894
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
884
895
|
|
|
885
896
|
// MCP Tool Detail
|
package/locales/zh.js
CHANGED
|
@@ -145,7 +145,7 @@ export default {
|
|
|
145
145
|
'未发现 ID 为 {{sessionId}} 的已保存会话。请运行不带 ID 的 `rdmind --resume` 以从现有会话中选择。',
|
|
146
146
|
'Clear conversation history and free up context': '清除对话历史并释放上下文',
|
|
147
147
|
'Compresses the context by replacing it with a summary.':
|
|
148
|
-
'
|
|
148
|
+
'通过摘要替换来压缩上下文',
|
|
149
149
|
'open full RDMind documentation in your browser':
|
|
150
150
|
'在浏览器中打开完整的 RDMind 文档',
|
|
151
151
|
'Configuration not available.': '配置不可用',
|
|
@@ -325,7 +325,6 @@ export default {
|
|
|
325
325
|
'MCP Servers:': 'MCP 服务器:',
|
|
326
326
|
'Settings:': '设置:',
|
|
327
327
|
active: '已启用',
|
|
328
|
-
disabled: '已禁用',
|
|
329
328
|
'View Details': '查看详情',
|
|
330
329
|
'Update failed:': '更新失败:',
|
|
331
330
|
'Updating {{name}}...': '正在更新 {{name}}...',
|
|
@@ -800,9 +799,13 @@ export default {
|
|
|
800
799
|
Reconnect: '重新连接',
|
|
801
800
|
Enable: '启用',
|
|
802
801
|
Disable: '禁用',
|
|
802
|
+
Authenticate: '认证',
|
|
803
|
+
disabled: '已禁用',
|
|
804
|
+
'Server:': '服务器:',
|
|
803
805
|
'(disabled)': '(已禁用)',
|
|
804
806
|
'Error:': '错误:',
|
|
805
807
|
Extension: '扩展',
|
|
808
|
+
prompts: '提示词',
|
|
806
809
|
tool: '工具',
|
|
807
810
|
tools: '个工具',
|
|
808
811
|
connected: '已连接',
|
|
@@ -817,7 +820,15 @@ export default {
|
|
|
817
820
|
servers: '个服务器',
|
|
818
821
|
'Add MCP servers to your settings to get started.':
|
|
819
822
|
'请在设置中添加 MCP 服务器以开始使用。',
|
|
820
|
-
'Run
|
|
823
|
+
'Run rdmind --debug to see error logs': '运行 rdmind --debug 查看错误日志',
|
|
824
|
+
|
|
825
|
+
// MCP OAuth Authentication
|
|
826
|
+
'OAuth Authentication': 'OAuth 认证',
|
|
827
|
+
'Press Enter to start authentication, Esc to go back':
|
|
828
|
+
'按 Enter 开始认证,Esc 返回',
|
|
829
|
+
'Authenticating... Please complete the login in your browser.':
|
|
830
|
+
'认证中... 请在浏览器中完成登录。',
|
|
831
|
+
'Press Enter or Esc to go back': '按 Enter 或 Esc 返回',
|
|
821
832
|
|
|
822
833
|
// MCP Server Detail
|
|
823
834
|
'Command:': '命令:',
|
|
@@ -831,6 +842,7 @@ export default {
|
|
|
831
842
|
'open-world': '开放世界',
|
|
832
843
|
idempotent: '幂等',
|
|
833
844
|
'Tools for {{name}}': '{{name}} 的工具',
|
|
845
|
+
'Tools for {{serverName}}': '{{serverName}} 的工具',
|
|
834
846
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
835
847
|
|
|
836
848
|
// MCP Tool Detail
|
|
@@ -1359,11 +1371,8 @@ export default {
|
|
|
1359
1371
|
'正在尝试退出 Vim...',
|
|
1360
1372
|
'这不是一个错误,这是一个未记录的功能...',
|
|
1361
1373
|
'正在写一个永远不会触发的 else...',
|
|
1362
|
-
'正在排查是谁写的这段祖传代码...哦是我自己...',
|
|
1363
1374
|
'正在把 if-else 重构成 switch...',
|
|
1364
|
-
'正在解决依赖关系(地狱)...',
|
|
1365
1375
|
'正在将咖啡转换为代码...',
|
|
1366
|
-
'正在删库跑路...的边缘试探...',
|
|
1367
1376
|
|
|
1368
1377
|
// --- 工作/职场相关 ---
|
|
1369
1378
|
'正在等待产品经理改需求...',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.8-alpha.
|
|
3
|
+
"version": "0.2.8-alpha.9",
|
|
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.8-alpha.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.8-alpha.9"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|