@rdmind/rdmind 0.1.9 → 0.2.0-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
@@ -786,6 +786,21 @@ export default {
786
786
  'Authentication timed out. Please try again.',
787
787
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
788
788
  'Waiting for auth... (Press ESC or CTRL+C to cancel)',
789
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
790
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.',
791
+ '{{envKeyHint}} environment variable not found.':
792
+ '{{envKeyHint}} environment variable not found.',
793
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
794
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.',
795
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
796
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.',
797
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
798
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.',
799
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
800
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.',
801
+ 'ANTHROPIC_BASE_URL environment variable not found.':
802
+ 'ANTHROPIC_BASE_URL environment variable not found.',
803
+ 'Invalid auth method selected.': 'Invalid auth method selected.',
789
804
  'Failed to authenticate. Message: {{message}}':
790
805
  'Failed to authenticate. Message: {{message}}',
791
806
  'Authenticated successfully with {{authType}} credentials.':
@@ -807,6 +822,15 @@ export default {
807
822
  // ============================================================================
808
823
  'Select Model': 'Select Model',
809
824
  '(Press Esc to close)': '(Press Esc to close)',
825
+ 'Current (effective) configuration': 'Current (effective) configuration',
826
+ AuthType: 'AuthType',
827
+ 'API Key': 'API Key',
828
+ unset: 'unset',
829
+ '(default)': '(default)',
830
+ '(set)': '(set)',
831
+ '(not set)': '(not set)',
832
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
833
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
810
834
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
811
835
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)',
812
836
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/locales/zh.js CHANGED
@@ -742,6 +742,21 @@ export default {
742
742
  'Authentication timed out. Please try again.': '认证超时。请重试。',
743
743
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
744
744
  '正在等待认证...(按 ESC 或 CTRL+C 取消)',
745
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
746
+ '缺少 OpenAI 兼容认证的 API 密钥。请设置 settings.security.auth.apiKey 或设置 {{envKeyHint}} 环境变量。',
747
+ '{{envKeyHint}} environment variable not found.':
748
+ '未找到 {{envKeyHint}} 环境变量。',
749
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
750
+ '未找到 {{envKeyHint}} 环境变量。请在 .env 文件或系统环境变量中进行设置。',
751
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
752
+ '未找到 {{envKeyHint}} 环境变量(或设置 settings.security.auth.apiKey)。请在 .env 文件或系统环境变量中进行设置。',
753
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
754
+ '缺少 OpenAI 兼容认证的 API 密钥。请设置 {{envKeyHint}} 环境变量。',
755
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
756
+ 'Anthropic 提供商缺少必需的 baseUrl,请在 modelProviders[].baseUrl 中配置。',
757
+ 'ANTHROPIC_BASE_URL environment variable not found.':
758
+ '未找到 ANTHROPIC_BASE_URL 环境变量。',
759
+ 'Invalid auth method selected.': '选择了无效的认证方式。',
745
760
  'Failed to authenticate. Message: {{message}}': '认证失败。消息:{{message}}',
746
761
  'Authenticated successfully with {{authType}} credentials.':
747
762
  '使用 {{authType}} 凭据成功认证。',
@@ -761,6 +776,15 @@ export default {
761
776
  // ============================================================================
762
777
  'Select Model': '选择模型',
763
778
  '(Press Esc to close)': '(按 Esc 关闭)',
779
+ 'Current (effective) configuration': '当前(实际生效)配置',
780
+ AuthType: '认证方式',
781
+ 'API Key': 'API 密钥',
782
+ unset: '未设置',
783
+ '(default)': '(默认)',
784
+ '(set)': '(已设置)',
785
+ '(not set)': '(未设置)',
786
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
787
+ "无法切换到模型 '{{modelId}}'.\n\n{{error}}",
764
788
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
765
789
  '来自阿里云 ModelStudio 的最新 Qwen Coder 模型(版本:qwen3-coder-plus-2025-09-23)',
766
790
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.9",
3
+ "version": "0.2.0-alpha.0",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -20,7 +20,7 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.9"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.0-alpha.0"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
package/README.md DELETED
@@ -1 +0,0 @@
1
- RDMind