@rdmind/rdmind 0.2.8 → 0.2.9-alpha.0

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/locales/en.js CHANGED
@@ -118,6 +118,7 @@ export default {
118
118
  'Analyzes the project and creates a tailored RDMind.md file.',
119
119
  'list available RDMind tools. Usage: /tools [desc]':
120
120
  'list available RDMind tools. Usage: /tools [desc]',
121
+ 'List available skills.': 'List available skills.',
121
122
  'Available RDMind CLI tools:': 'Available RDMind CLI tools:',
122
123
  'No tools available': 'No tools available',
123
124
  'View or change the approval mode for tool usage':
@@ -466,6 +467,7 @@ export default {
466
467
  'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
467
468
  'Your preferred editor is:': 'Your preferred editor is:',
468
469
  'Manage extensions': 'Manage extensions',
470
+ 'Manage installed extensions': 'Manage installed extensions',
469
471
  'List active extensions': 'List active extensions',
470
472
  'Update extensions. Usage: update <extension-names>|--all':
471
473
  'Update extensions. Usage: update <extension-names>|--all',
@@ -666,6 +668,36 @@ export default {
666
668
  'Failed to configure {{terminalName}}.',
667
669
  'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
668
670
  'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).',
671
+ // ============================================================================
672
+ // Commands - Hooks
673
+ // ============================================================================
674
+ 'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
675
+ 'List all configured hooks': 'List all configured hooks',
676
+ 'Enable a disabled hook': 'Enable a disabled hook',
677
+ 'Disable an active hook': 'Disable an active hook',
678
+
679
+ // ============================================================================
680
+ // Commands - Session Export
681
+ // ============================================================================
682
+ 'Export current session message history to a file':
683
+ 'Export current session message history to a file',
684
+ 'Export session to HTML format': 'Export session to HTML format',
685
+ 'Export session to JSON format': 'Export session to JSON format',
686
+ 'Export session to JSONL format (one message per line)':
687
+ 'Export session to JSONL format (one message per line)',
688
+ 'Export session to markdown format': 'Export session to markdown format',
689
+
690
+ // ============================================================================
691
+ // Commands - Insights
692
+ // ============================================================================
693
+ 'generate personalized programming insights from your chat history':
694
+ 'generate personalized programming insights from your chat history',
695
+
696
+ // ============================================================================
697
+ // Commands - Session History
698
+ // ============================================================================
699
+ 'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
700
+ 'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
669
701
  'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
670
702
  'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.',
671
703
  'Terminal "{{terminal}}" is not supported yet.':
@@ -818,6 +850,15 @@ export default {
818
850
  "Failed to authenticate with MCP server '{{name}}': {{error}}",
819
851
  "Re-discovering tools from '{{name}}'...":
820
852
  "Re-discovering tools from '{{name}}'...",
853
+ "Discovered {{count}} tool(s) from '{{name}}'.":
854
+ "Discovered {{count}} tool(s) from '{{name}}'.",
855
+ 'Authentication complete. Returning to server details...':
856
+ 'Authentication complete. Returning to server details...',
857
+ 'Authentication successful.': 'Authentication successful.',
858
+ 'If the browser does not open, copy and paste this URL into your browser:':
859
+ 'If the browser does not open, copy and paste this URL into your browser:',
860
+ 'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
861
+ 'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.',
821
862
 
822
863
  // ============================================================================
823
864
  // MCP Management Dialog
@@ -850,6 +891,8 @@ export default {
850
891
  Enable: 'Enable',
851
892
  Disable: 'Disable',
852
893
  Authenticate: 'Authenticate',
894
+ 'Re-authenticate': 'Re-authenticate',
895
+ 'Clear Authentication': 'Clear Authentication',
853
896
  'Server:': 'Server:',
854
897
  'Command:': 'Command:',
855
898
  'Working Directory:': 'Working Directory:',
package/locales/zh.js CHANGED
@@ -116,6 +116,7 @@ export default {
116
116
  '分析项目并创建定制的 RDMind.md 文件',
117
117
  'list available RDMind tools. Usage: /tools [desc]':
118
118
  '列出可用的 RDMind 工具。用法:/tools [desc]',
119
+ 'List available skills.': '列出可用技能。',
119
120
  'Available RDMind CLI tools:': '可用的 RDMind CLI 工具:',
120
121
  'No tools available': '没有可用工具',
121
122
  'View or change the approval mode for tool usage':
@@ -444,6 +445,7 @@ export default {
444
445
  '当前支持以下编辑器。请注意,某些编辑器无法在沙箱模式下使用。',
445
446
  'Your preferred editor is:': '您的首选编辑器是:',
446
447
  'Manage extensions': '管理扩展',
448
+ 'Manage installed extensions': '管理已安装的扩展',
447
449
  'List active extensions': '列出活动扩展',
448
450
  'Update extensions. Usage: update <extension-names>|--all':
449
451
  '更新扩展。用法:update <extension-names>|--all',
@@ -630,6 +632,36 @@ export default {
630
632
  'Failed to configure {{terminalName}}.': '配置 {{terminalName}} 失败。',
631
633
  'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
632
634
  '您的终端已配置为支持多行输入(Shift+Enter 和 Ctrl+Enter)的最佳体验。',
635
+ // ============================================================================
636
+ // Commands - Hooks
637
+ // ============================================================================
638
+ 'Manage Qwen Code hooks': '管理 Qwen Code Hook',
639
+ 'List all configured hooks': '列出所有已配置的 Hook',
640
+ 'Enable a disabled hook': '启用已禁用的 Hook',
641
+ 'Disable an active hook': '禁用已启用的 Hook',
642
+
643
+ // ============================================================================
644
+ // Commands - Session Export
645
+ // ============================================================================
646
+ 'Export current session message history to a file':
647
+ '将当前会话的消息记录导出到文件',
648
+ 'Export session to HTML format': '将会话导出为 HTML 文件',
649
+ 'Export session to JSON format': '将会话导出为 JSON 文件',
650
+ 'Export session to JSONL format (one message per line)':
651
+ '将会话导出为 JSONL 文件(每行一条消息)',
652
+ 'Export session to markdown format': '将会话导出为 Markdown 文件',
653
+
654
+ // ============================================================================
655
+ // Commands - Insights
656
+ // ============================================================================
657
+ 'generate personalized programming insights from your chat history':
658
+ '根据你的聊天记录生成个性化编程洞察',
659
+
660
+ // ============================================================================
661
+ // Commands - Session History
662
+ // ============================================================================
663
+ 'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
664
+ '恢复某次工具调用。这将把对话与文件历史重置到提出该工具调用建议时的状态',
633
665
  'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
634
666
  '无法检测终端类型。支持的终端:VS Code、Cursor、Windsurf 和 Trae。',
635
667
  'Terminal "{{terminal}}" is not supported yet.':
@@ -770,6 +802,15 @@ export default {
770
802
  "认证 MCP 服务器 '{{name}}' 失败:{{error}}",
771
803
  "Re-discovering tools from '{{name}}'...":
772
804
  "正在重新发现 '{{name}}' 的工具...",
805
+ "Discovered {{count}} tool(s) from '{{name}}'.":
806
+ "从 '{{name}}' 发现了 {{count}} 个工具。",
807
+ 'Authentication complete. Returning to server details...':
808
+ '认证完成,正在返回服务器详情...',
809
+ 'Authentication successful.': '认证成功。',
810
+ 'If the browser does not open, copy and paste this URL into your browser:':
811
+ '如果浏览器未自动打开,请复制以下 URL 并粘贴到浏览器中:',
812
+ 'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
813
+ '⚠️ 请确保复制完整的 URL —— 它可能跨越多行。',
773
814
 
774
815
  // ============================================================================
775
816
  // MCP Management Dialog
@@ -800,6 +841,8 @@ export default {
800
841
  Enable: '启用',
801
842
  Disable: '禁用',
802
843
  Authenticate: '认证',
844
+ 'Re-authenticate': '重新认证',
845
+ 'Clear Authentication': '清空认证',
803
846
  disabled: '已禁用',
804
847
  'Server:': '服务器:',
805
848
  '(disabled)': '(已禁用)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.8",
3
+ "version": "0.2.9-alpha.0",
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"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.9-alpha.0"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"
@@ -22,4 +22,6 @@
22
22
  (literal "/dev/stdout")
23
23
  (literal "/dev/stderr")
24
24
  (literal "/dev/null")
25
- )
25
+ (literal "/dev/ptmx")
26
+ (regex #"^/dev/ttys[0-9]*$")
27
+ )