@rdmind/rdmind 0.1.3-alpha.1 → 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.
package/locales/en.js CHANGED
@@ -104,6 +104,8 @@ export default {
104
104
  'Theme "{{themeName}}" not found in selected scope.',
105
105
  'clear the screen and conversation history':
106
106
  'clear the screen and conversation history',
107
+ 'Clear conversation history and free up context':
108
+ 'Clear conversation history and free up context',
107
109
  'Compresses the context by replacing it with a summary.':
108
110
  'Compresses the context by replacing it with a summary.',
109
111
  'open full RDMind documentation in your browser':
package/locales/zh.js CHANGED
@@ -102,6 +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
106
  'Compresses the context by replacing it with a summary.':
106
107
  '通过用摘要替换来压缩上下文',
107
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.1",
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.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-alpha.3"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"