@rdmind/rdmind 0.2.1-alpha.1 → 0.2.1-alpha.3

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 +3460 -3365
  2. package/locales/en.js +73 -20
  3. package/locales/zh.js +72 -20
  4. package/package.json +3 -5
package/locales/en.js CHANGED
@@ -33,6 +33,25 @@ export default {
33
33
  'Model Context Protocol command (from external servers)':
34
34
  'Model Context Protocol command (from external servers)',
35
35
  'Keyboard Shortcuts:': 'Keyboard Shortcuts:',
36
+ 'Toggle this help display': 'Toggle this help display',
37
+ 'Toggle shell mode': 'Toggle shell mode',
38
+ 'Open command menu': 'Open command menu',
39
+ 'Add file context': 'Add file context',
40
+ 'Accept suggestion / Autocomplete': 'Accept suggestion / Autocomplete',
41
+ 'Reverse search history': 'Reverse search history',
42
+ 'Press ? again to close': 'Press ? again to close',
43
+ // Keyboard shortcuts panel descriptions
44
+ 'for shell mode': 'for shell mode',
45
+ 'for commands': 'for commands',
46
+ 'for file paths': 'for file paths',
47
+ 'to clear input': 'to clear input',
48
+ 'to cycle approvals': 'to cycle approvals',
49
+ 'to quit': 'to quit',
50
+ 'for newline': 'for newline',
51
+ 'to clear screen': 'to clear screen',
52
+ 'to search history': 'to search history',
53
+ 'to paste images': 'to paste images',
54
+ 'for external editor': 'for external editor',
36
55
  'Jump through words in the input': 'Jump through words in the input',
37
56
  'Close dialogs, cancel requests, or quit application':
38
57
  'Close dialogs, cancel requests, or quit application',
@@ -46,6 +65,7 @@ export default {
46
65
  'Connecting to MCP servers... ({{connected}}/{{total}})':
47
66
  'Connecting to MCP servers... ({{connected}}/{{total}})',
48
67
  'Type your message or @path/to/file': 'Type your message or @path/to/file',
68
+ '? for shortcuts': '? for shortcuts',
49
69
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
50
70
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.",
51
71
  'Cancel operation / Clear input (double press)':
@@ -59,10 +79,15 @@ export default {
59
79
  'show version info': 'show version info',
60
80
  'submit a bug report': 'submit a bug report',
61
81
  'About RDMind': 'About RDMind',
82
+ Status: 'Status',
62
83
 
63
84
  // ============================================================================
64
85
  // System Information Fields
65
86
  // ============================================================================
87
+ 'RDMind': 'RDMind',
88
+ Runtime: 'Runtime',
89
+ OS: 'OS',
90
+ Auth: 'Auth',
66
91
  'CLI Version': 'CLI Version',
67
92
  'Git Commit': 'Git Commit',
68
93
  Model: 'Model',
@@ -75,6 +100,7 @@ export default {
75
100
  'Session ID': 'Session ID',
76
101
  'Auth Method': 'Auth Method',
77
102
  'Base URL': 'Base URL',
103
+ Proxy: 'Proxy',
78
104
  'Memory Usage': 'Memory Usage',
79
105
  'IDE Client': 'IDE Client',
80
106
 
@@ -98,8 +124,8 @@ export default {
98
124
  Preview: 'Preview',
99
125
  '(Use Enter to select, Tab to configure scope)':
100
126
  '(Use Enter to select, Tab to configure scope)',
101
- '(Use Enter to apply scope, Tab to select theme)':
102
- '(Use Enter to apply scope, Tab to select theme)',
127
+ '(Use Enter to apply scope, Tab to go back)':
128
+ '(Use Enter to apply scope, Tab to go back)',
103
129
  'Theme configuration unavailable due to NO_COLOR env variable.':
104
130
  'Theme configuration unavailable due to NO_COLOR env variable.',
105
131
  'Theme "{{themeName}}" not found.': 'Theme "{{themeName}}" not found.',
@@ -264,8 +290,6 @@ export default {
264
290
  // ============================================================================
265
291
  'View and edit RDMind settings': 'View and edit RDMind settings',
266
292
  Settings: 'Settings',
267
- '(Use Enter to select{{tabText}})': '(Use Enter to select{{tabText}})',
268
- ', Tab to change focus': ', Tab to change focus',
269
293
  'To see changes, RDMind must be restarted. Press r to exit and apply changes now.':
270
294
  'To see changes, RDMind must be restarted. Press r to exit and apply changes now.',
271
295
  'The command "/{{command}}" is not supported in non-interactive mode.':
@@ -275,24 +299,24 @@ export default {
275
299
  // ============================================================================
276
300
  'Vim Mode': 'Vim Mode',
277
301
  'Disable Auto Update': 'Disable Auto Update',
302
+ 'Attribution: commit': 'Attribution: commit',
303
+ 'Terminal Bell Notification': 'Terminal Bell Notification',
304
+ 'Enable Usage Statistics': 'Enable Usage Statistics',
305
+ Theme: 'Theme',
306
+ 'Preferred Editor': 'Preferred Editor',
307
+ 'Auto-connect to IDE': 'Auto-connect to IDE',
278
308
  'Enable Prompt Completion': 'Enable Prompt Completion',
279
309
  'Debug Keystroke Logging': 'Debug Keystroke Logging',
280
- Language: 'Language',
310
+ 'Language: UI': 'Language: UI',
311
+ 'Language: Model': 'Language: Model',
281
312
  'Output Format': 'Output Format',
282
313
  'Hide Window Title': 'Hide Window Title',
283
314
  'Show Status in Title': 'Show Status in Title',
284
315
  'Hide Tips': 'Hide Tips',
285
- 'Hide Banner': 'Hide Banner',
286
- 'Hide Context Summary': 'Hide Context Summary',
287
- 'Hide CWD': 'Hide CWD',
288
- 'Hide Sandbox Status': 'Hide Sandbox Status',
289
- 'Hide Model Info': 'Hide Model Info',
290
- 'Hide Footer': 'Hide Footer',
291
- 'Show Memory Usage': 'Show Memory Usage',
292
- 'Show Line Numbers': 'Show Line Numbers',
316
+ 'Show Line Numbers in Code': 'Show Line Numbers in Code',
293
317
  'Show Citations': 'Show Citations',
294
318
  'Custom Witty Phrases': 'Custom Witty Phrases',
295
- 'Enable Welcome Back': 'Enable Welcome Back',
319
+ 'Show Welcome Back Dialog': 'Show Welcome Back Dialog',
296
320
  'Enable User Feedback': 'Enable User Feedback',
297
321
  'How is Qwen doing this session? (optional)':
298
322
  'How is Qwen doing this session? (optional)',
@@ -319,7 +343,7 @@ export default {
319
343
  'Respect .rdmindignore': 'Respect .rdmindignore',
320
344
  'Enable Recursive File Search': 'Enable Recursive File Search',
321
345
  'Disable Fuzzy Search': 'Disable Fuzzy Search',
322
- 'Enable Interactive Shell': 'Enable Interactive Shell',
346
+ 'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
323
347
  'Show Color': 'Show Color',
324
348
  'Auto Accept': 'Auto Accept',
325
349
  'Use Ripgrep': 'Use Ripgrep',
@@ -329,6 +353,8 @@ export default {
329
353
  'Tool Output Truncation Lines': 'Tool Output Truncation Lines',
330
354
  'Folder Trust': 'Folder Trust',
331
355
  'Vision Model Preview': 'Vision Model Preview',
356
+ 'Tool Schema Compliance': 'Tool Schema Compliance',
357
+ 'Experimental: Skills': 'Experimental: Skills',
332
358
  // Settings enum options
333
359
  'Auto (detect from system)': 'Auto (detect from system)',
334
360
  Text: 'Text',
@@ -353,6 +379,11 @@ export default {
353
379
  'Show all directories in the workspace':
354
380
  'Show all directories in the workspace',
355
381
  'set external editor preference': 'set external editor preference',
382
+ 'Select Editor': 'Select Editor',
383
+ 'Editor Preference': 'Editor Preference',
384
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
385
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
386
+ 'Your preferred editor is:': 'Your preferred editor is:',
356
387
  'Manage extensions': 'Manage extensions',
357
388
  'List active extensions': 'List active extensions',
358
389
  'Update extensions. Usage: update <extension-names>|--all':
@@ -419,6 +450,7 @@ export default {
419
450
  'Example: /language output English': 'Example: /language output English',
420
451
  'Example: /language output 日本語': 'Example: /language output 日本語',
421
452
  'UI language changed to {{lang}}': 'UI language changed to {{lang}}',
453
+ 'LLM output language set to {{lang}}': 'LLM output language set to {{lang}}',
422
454
  'LLM output language rule file generated at {{path}}':
423
455
  'LLM output language rule file generated at {{path}}',
424
456
  'Please restart the application for the changes to take effect.':
@@ -440,7 +472,7 @@ export default {
440
472
  // ============================================================================
441
473
  // Commands - Approval Mode
442
474
  // ============================================================================
443
- 'Approval Mode': 'Approval Mode',
475
+ 'Tool Approval Mode': 'Tool Approval Mode',
444
476
  'Current approval mode: {{mode}}': 'Current approval mode: {{mode}}',
445
477
  'Available approval modes:': 'Available approval modes:',
446
478
  'Approval mode changed to: {{mode}}': 'Approval mode changed to: {{mode}}',
@@ -479,8 +511,6 @@ export default {
479
511
  'Automatically approve all tools': 'Automatically approve all tools',
480
512
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
481
513
  'Workspace approval mode exists and takes priority. User-level change will have no effect.',
482
- '(Use Enter to select, Tab to change focus)':
483
- '(Use Enter to select, Tab to change focus)',
484
514
  'Apply To': 'Apply To',
485
515
  'User Settings': 'User Settings',
486
516
  'Workspace Settings': 'Workspace Settings',
@@ -661,8 +691,8 @@ export default {
661
691
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
662
692
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.',
663
693
  "Error adding '{{path}}': {{error}}": "Error adding '{{path}}': {{error}}",
664
- 'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}':
665
- 'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}',
694
+ 'Successfully added RDMind.md files from the following directories if there are:\n- {{directories}}':
695
+ 'Successfully added RDMind.md files from the following directories if there are:\n- {{directories}}',
666
696
  'Error refreshing memory: {{error}}': 'Error refreshing memory: {{error}}',
667
697
  'Successfully added directories:\n- {{directories}}':
668
698
  'Successfully added directories:\n- {{directories}}',
@@ -938,6 +968,29 @@ export default {
938
968
  'files to customize your interactions with RDMind.':
939
969
  'files to customize your interactions with RDMind.',
940
970
  'for more information.': 'for more information.',
971
+ 'Tips:': 'Tips:',
972
+ 'Use /compress when the conversation gets long to summarize history and free up context.':
973
+ 'Use /compress when the conversation gets long to summarize history and free up context.',
974
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.':
975
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.',
976
+ 'Use /doc to view documentation, changelog and practice sharing.':
977
+ 'Use /doc to view documentation, changelog and practice sharing.',
978
+ 'Switch auth type quickly with /auth.':
979
+ 'Switch auth type quickly with /auth.',
980
+ 'You can run any shell commands from RDMind using ! (e.g. !ls).':
981
+ 'You can run any shell commands from RDMind using ! (e.g. !ls).',
982
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
983
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.',
984
+ 'You can resume a previous conversation by running rdmind --continue or rdmind --resume.':
985
+ 'You can resume a previous conversation by running rdmind --continue or rdmind --resume.',
986
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
987
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.',
988
+ 'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.':
989
+ 'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.',
990
+ 'Try asking RDMind to help you commit code.':
991
+ 'Try asking RDMind to help you commit code.',
992
+ 'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
993
+ 'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.',
941
994
 
942
995
  // ============================================================================
943
996
  // Exit Screen / Stats
package/locales/zh.js CHANGED
@@ -32,6 +32,25 @@ export default {
32
32
  'Model Context Protocol command (from external servers)':
33
33
  '模型上下文协议命令(来自外部服务器)',
34
34
  'Keyboard Shortcuts:': '键盘快捷键:',
35
+ 'Toggle this help display': '切换此帮助显示',
36
+ 'Toggle shell mode': '切换命令行模式',
37
+ 'Open command menu': '打开命令菜单',
38
+ 'Add file context': '添加文件上下文',
39
+ 'Accept suggestion / Autocomplete': '接受建议 / 自动补全',
40
+ 'Reverse search history': '反向搜索历史',
41
+ 'Press ? again to close': '再次按 ? 关闭',
42
+ // Keyboard shortcuts panel descriptions
43
+ 'for shell mode': '命令行模式',
44
+ 'for commands': '命令菜单',
45
+ 'for file paths': '文件路径',
46
+ 'to clear input': '清空输入',
47
+ 'to cycle approvals': '切换审批模式',
48
+ 'to quit': '退出',
49
+ 'for newline': '换行',
50
+ 'to clear screen': '清屏',
51
+ 'to search history': '搜索历史',
52
+ 'to paste images': '粘贴图片',
53
+ 'for external editor': '外部编辑器',
35
54
  'Jump through words in the input': '在输入中按单词跳转',
36
55
  'Close dialogs, cancel requests, or quit application':
37
56
  '关闭对话框、取消请求或退出应用程序',
@@ -45,6 +64,7 @@ export default {
45
64
  'Connecting to MCP servers... ({{connected}}/{{total}})':
46
65
  '正在连接到 MCP 服务器... ({{connected}}/{{total}})',
47
66
  'Type your message or @path/to/file': '输入您的消息或 @ 文件路径',
67
+ '? for shortcuts': '按 ? 查看快捷键',
48
68
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
49
69
  "按 'i' 进入插入模式,按 'Esc' 进入普通模式",
50
70
  'Cancel operation / Clear input (double press)':
@@ -58,10 +78,15 @@ export default {
58
78
  'show version info': '显示版本信息',
59
79
  'submit a bug report': '提交错误报告',
60
80
  'About RDMind': '关于 RDMind',
81
+ Status: '状态',
61
82
 
62
83
  // ============================================================================
63
84
  // System Information Fields
64
85
  // ============================================================================
86
+ 'RDMind': 'RDMind',
87
+ Runtime: '运行环境',
88
+ OS: '操作系统',
89
+ Auth: '认证',
65
90
  'CLI Version': 'CLI 版本',
66
91
  'Git Commit': 'Git 提交',
67
92
  Model: '模型',
@@ -74,6 +99,7 @@ export default {
74
99
  'Session ID': '会话 ID',
75
100
  'Auth Method': '认证方式',
76
101
  'Base URL': '基础 URL',
102
+ Proxy: '代理',
77
103
  'Memory Usage': '内存使用',
78
104
  'IDE Client': 'IDE 客户端',
79
105
 
@@ -97,8 +123,8 @@ export default {
97
123
  Preview: '预览',
98
124
  '(Use Enter to select, Tab to configure scope)':
99
125
  '(使用 Enter 选择,Tab 配置作用域)',
100
- '(Use Enter to apply scope, Tab to select theme)':
101
- '(使用 Enter 应用作用域,Tab 选择主题)',
126
+ '(Use Enter to apply scope, Tab to go back)':
127
+ '(使用 Enter 应用作用域,Tab 返回)',
102
128
  'Theme configuration unavailable due to NO_COLOR env variable.':
103
129
  '由于 NO_COLOR 环境变量,主题配置不可用。',
104
130
  'Theme "{{themeName}}" not found.': '未找到主题 "{{themeName}}"。',
@@ -255,8 +281,6 @@ export default {
255
281
  // ============================================================================
256
282
  'View and edit RDMind settings': '查看和编辑 RDMind 设置',
257
283
  Settings: '设置',
258
- '(Use Enter to select{{tabText}})': '(使用 Enter 选择{{tabText}})',
259
- ', Tab to change focus': ',Tab 切换焦点',
260
284
  'To see changes, RDMind must be restarted. Press r to exit and apply changes now.':
261
285
  '要查看更改,必须重启 RDMind。按 r 退出并立即应用更改。',
262
286
  'The command "/{{command}}" is not supported in non-interactive mode.':
@@ -266,24 +290,24 @@ export default {
266
290
  // ============================================================================
267
291
  'Vim Mode': 'Vim 模式',
268
292
  'Disable Auto Update': '禁用自动更新',
293
+ 'Attribution: commit': '署名:提交',
294
+ 'Terminal Bell Notification': '终端响铃通知',
295
+ 'Enable Usage Statistics': '启用使用统计',
296
+ Theme: '主题',
297
+ 'Preferred Editor': '首选编辑器',
298
+ 'Auto-connect to IDE': '自动连接到 IDE',
269
299
  'Enable Prompt Completion': '启用提示补全',
270
300
  'Debug Keystroke Logging': '调试按键记录',
271
- Language: '语言',
301
+ 'Language: UI': '语言:界面',
302
+ 'Language: Model': '语言:模型',
272
303
  'Output Format': '输出格式',
273
304
  'Hide Window Title': '隐藏窗口标题',
274
305
  'Show Status in Title': '在标题中显示状态',
275
306
  'Hide Tips': '隐藏提示',
276
- 'Hide Banner': '隐藏横幅',
277
- 'Hide Context Summary': '隐藏上下文摘要',
278
- 'Hide CWD': '隐藏当前工作目录',
279
- 'Hide Sandbox Status': '隐藏沙箱状态',
280
- 'Hide Model Info': '隐藏模型信息',
281
- 'Hide Footer': '隐藏页脚',
282
- 'Show Memory Usage': '显示内存使用',
283
- 'Show Line Numbers': '显示行号',
307
+ 'Show Line Numbers in Code': '在代码中显示行号',
284
308
  'Show Citations': '显示引用',
285
309
  'Custom Witty Phrases': '自定义诙谐短语',
286
- 'Enable Welcome Back': '启用欢迎回来',
310
+ 'Show Welcome Back Dialog': '显示欢迎回来对话框',
287
311
  'Enable User Feedback': '启用用户反馈',
288
312
  'How is Qwen doing this session? (optional)': 'Qwen 这次表现如何?(可选)',
289
313
  Bad: '不满意',
@@ -308,7 +332,7 @@ export default {
308
332
  'Respect .rdmindignore': '遵守 .rdmindignore',
309
333
  'Enable Recursive File Search': '启用递归文件搜索',
310
334
  'Disable Fuzzy Search': '禁用模糊搜索',
311
- 'Enable Interactive Shell': '启用交互式 Shell',
335
+ 'Interactive Shell (PTY)': '交互式 Shell (PTY)',
312
336
  'Show Color': '显示颜色',
313
337
  'Auto Accept': '自动接受',
314
338
  'Use Ripgrep': '使用 Ripgrep',
@@ -318,6 +342,8 @@ export default {
318
342
  'Tool Output Truncation Lines': '工具输出截断行数',
319
343
  'Folder Trust': '文件夹信任',
320
344
  'Vision Model Preview': '视觉模型预览',
345
+ 'Tool Schema Compliance': '工具 Schema 兼容性',
346
+ 'Experimental: Skills': '实验性: 技能',
321
347
  // Settings enum options
322
348
  'Auto (detect from system)': '自动(从系统检测)',
323
349
  Text: '文本',
@@ -339,6 +365,11 @@ export default {
339
365
  '将目录添加到工作区。使用逗号分隔多个路径',
340
366
  'Show all directories in the workspace': '显示工作区中的所有目录',
341
367
  'set external editor preference': '设置外部编辑器首选项',
368
+ 'Select Editor': '选择编辑器',
369
+ 'Editor Preference': '编辑器首选项',
370
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
371
+ '当前支持以下编辑器。请注意,某些编辑器无法在沙箱模式下使用。',
372
+ 'Your preferred editor is:': '您的首选编辑器是:',
342
373
  'Manage extensions': '管理扩展',
343
374
  'List active extensions': '列出活动扩展',
344
375
  'Update extensions. Usage: update <extension-names>|--all':
@@ -402,6 +433,7 @@ export default {
402
433
  'Example: /language output English': '示例:/language output English',
403
434
  'Example: /language output 日本語': '示例:/language output 日本語',
404
435
  'UI language changed to {{lang}}': 'UI 语言已更改为 {{lang}}',
436
+ 'LLM output language set to {{lang}}': 'LLM 输出语言已设置为 {{lang}}',
405
437
  'LLM output language rule file generated at {{path}}':
406
438
  'LLM 输出语言规则文件已生成于 {{path}}',
407
439
  'Please restart the application for the changes to take effect.':
@@ -422,7 +454,7 @@ export default {
422
454
  // ============================================================================
423
455
  // Commands - Approval Mode
424
456
  // ============================================================================
425
- 'Approval Mode': '审批模式',
457
+ 'Tool Approval Mode': '工具审批模式',
426
458
  'Current approval mode: {{mode}}': '当前审批模式:{{mode}}',
427
459
  'Available approval modes:': '可用的审批模式:',
428
460
  'Approval mode changed to: {{mode}}': '审批模式已更改为:{{mode}}',
@@ -456,8 +488,6 @@ export default {
456
488
  'Automatically approve all tools': '自动批准所有工具',
457
489
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
458
490
  '工作区审批模式已存在并具有优先级。用户级别的更改将无效。',
459
- '(Use Enter to select, Tab to change focus)':
460
- '(使用 Enter 选择,Tab 切换焦点)',
461
491
  'Apply To': '应用于',
462
492
  'User Settings': '用户设置',
463
493
  'Workspace Settings': '工作区设置',
@@ -626,8 +656,8 @@ export default {
626
656
  'The /directory add command is not supported in restrictive sandbox profiles. Please use --include-directories when starting the session instead.':
627
657
  '/directory add 命令在限制性沙箱配置文件中不受支持。请改为在启动会话时使用 --include-directories。',
628
658
  "Error adding '{{path}}': {{error}}": "添加 '{{path}}' 时出错:{{error}}",
629
- 'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}':
630
- '如果存在,已成功从以下目录添加 GEMINI.md 文件:\n- {{directories}}',
659
+ 'Successfully added RDMind.md files from the following directories if there are:\n- {{directories}}':
660
+ '如果存在,已成功从以下目录添加 RDMind.md 文件:\n- {{directories}}',
631
661
  'Error refreshing memory: {{error}}': '刷新内存时出错:{{error}}',
632
662
  'Successfully added directories:\n- {{directories}}':
633
663
  '成功添加目录:\n- {{directories}}',
@@ -887,6 +917,28 @@ export default {
887
917
  'files to customize your interactions with RDMind.':
888
918
  '文件以自定义您与 RDMind 的交互',
889
919
  'for more information.': '获取更多信息',
920
+ 'Tips:': '提示:',
921
+ 'Use /compress when the conversation gets long to summarize history and free up context.':
922
+ '对话变长时用 /compress,总结历史并释放上下文。',
923
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.':
924
+ '用 /clear 或 /new 开启新思路;之前的会话会保留在历史记录中。',
925
+ 'Use /doc to view documentation, changelog and practice sharing.':
926
+ '用 /doc 查看使用文档、更新日志及实践分享。',
927
+ 'Switch auth type quickly with /auth.': '用 /auth 快速切换认证方式。',
928
+ 'You can run any shell commands from RDMind using ! (e.g. !ls).':
929
+ '在 RDMind 中使用 ! 可运行任意 shell 命令(例如 !ls)。',
930
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
931
+ '输入 / 打开命令弹窗;按 Tab 自动补全斜杠命令和保存的提示词。',
932
+ 'You can resume a previous conversation by running rdmind --continue or rdmind --resume.':
933
+ '运行 rdmind --continue 或 rdmind --resume 可继续之前的会话。',
934
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
935
+ '按 Shift+Tab 或输入 /approval-mode 可快速切换权限模式。',
936
+ 'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.':
937
+ 'RDMind 现已支持自定义命令、子代理、技能等特性,查阅文档获得使用帮助。',
938
+ 'Try asking RDMind to help you commit code.':
939
+ '试试让 RDMind 帮你提交代码。',
940
+ 'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
941
+ 'RDMind 可以读懂 REDoc,注意不要上传涉及用户隐私和核心算法的文档。',
890
942
 
891
943
  // ============================================================================
892
944
  // Exit Screen / Stats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.1-alpha.1",
3
+ "version": "0.2.1-alpha.3",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -20,14 +20,12 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.1-alpha.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.1-alpha.3"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "dependencies": {
29
- "tiktoken": "^1.0.21"
30
- },
28
+ "dependencies": {},
31
29
  "optionalDependencies": {
32
30
  "@lydell/node-pty": "1.1.0",
33
31
  "@lydell/node-pty-darwin-arm64": "1.1.0",