@rdmind/rdmind 0.2.4-alpha.1 → 0.2.4-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.
package/locales/en.js CHANGED
@@ -358,7 +358,6 @@ export default {
358
358
  'Folder Trust': 'Folder Trust',
359
359
  'Vision Model Preview': 'Vision Model Preview',
360
360
  'Tool Schema Compliance': 'Tool Schema Compliance',
361
- 'Experimental: Skills': 'Experimental: Skills',
362
361
  // Settings enum options
363
362
  'Auto (detect from system)': 'Auto (detect from system)',
364
363
  Text: 'Text',
@@ -446,8 +445,8 @@ export default {
446
445
  'This extension will install the following subagents:',
447
446
  'Installation cancelled for "{{name}}".':
448
447
  'Installation cancelled for "{{name}}".',
449
- 'You are installing an extension from {{originSource}}. Some features may not work perfectly with Qwen Code.':
450
- 'You are installing an extension from {{originSource}}. Some features may not work perfectly with Qwen Code.',
448
+ 'You are installing an extension from {{originSource}}. Some features may not work perfectly with RDMind.':
449
+ 'You are installing an extension from {{originSource}}. Some features may not work perfectly with RDMind.',
451
450
  '--ref and --auto-update are not applicable for marketplace extensions.':
452
451
  '--ref and --auto-update are not applicable for marketplace extensions.',
453
452
  'Extension "{{name}}" installed successfully and enabled.':
package/locales/zh.js CHANGED
@@ -347,7 +347,6 @@ export default {
347
347
  'Folder Trust': '文件夹信任',
348
348
  'Vision Model Preview': '视觉模型预览',
349
349
  'Tool Schema Compliance': '工具 Schema 兼容性',
350
- 'Experimental: Skills': '实验性: 技能',
351
350
  // Settings enum options
352
351
  'Auto (detect from system)': '自动(从系统检测)',
353
352
  Text: '文本',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.4-alpha.1",
3
+ "version": "0.2.4-alpha.3",
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.4-alpha.1"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.4-alpha.3"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"