@rdmind/rdmind 0.1.3-alpha.2 → 0.1.3-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 (3) hide show
  1. package/cli.js +848 -438
  2. package/locales/zh.js +1 -1
  3. package/package.json +2 -2
package/locales/zh.js CHANGED
@@ -102,7 +102,7 @@ export default {
102
102
  'Theme "{{themeName}}" not found in selected scope.':
103
103
  '在所选作用域中未找到主题 "{{themeName}}"。',
104
104
  'clear the screen and conversation history': '清屏并清除对话历史',
105
- 'Clear conversation history and free up context': '清除对话历史并释放上下文',
105
+ 'Clear conversation history and free up context': '清除对话历史',
106
106
  'Compresses the context by replacing it with a summary.':
107
107
  '通过用摘要替换来压缩上下文',
108
108
  'open full RDMind documentation in your browser':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.3-alpha.2",
3
+ "version": "0.1.3-alpha.3",
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.3-alpha.2"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-alpha.3"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"