@rdmind/rdmind 0.2.8-alpha.7 → 0.2.8-alpha.8

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.
Files changed (4) hide show
  1. package/cli.js +1174 -1164
  2. package/locales/en.js +12 -1
  3. package/locales/zh.js +14 -2
  4. 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 qwen --debug to see error logs': 'Run qwen --debug to see error logs',
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
@@ -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 qwen --debug to see error logs': '运行 qwen --debug 查看错误日志',
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.8-alpha.7",
3
+ "version": "0.2.8-alpha.8",
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.7"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.8-alpha.8"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"