@rdmind/rdmind 0.0.28-alpha.14 → 0.0.28-alpha.16

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 +3118 -2092
  2. package/locales/zh.js +1 -1
  3. package/package.json +2 -2
package/locales/zh.js CHANGED
@@ -838,7 +838,7 @@ export default {
838
838
  'to customize your interactions with RDMind':
839
839
  '自定义你与 RDMind 的交互方式',
840
840
  Press: '按',
841
- 'twice to clear input,': '清空输入框,',
841
+ 'twice to clear input,': '两次清空输入框,',
842
842
  'for new line,': '换行,',
843
843
  'to exit RDMind': '退出RDMind',
844
844
  'Tips for getting started:': '入门提示:',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.28-alpha.14",
3
+ "version": "0.0.28-alpha.16",
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.0.28-alpha.14"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.16"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"