@rdmind/rdmind 0.0.28-alpha.10 → 0.0.28-alpha.12

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
@@ -887,7 +887,7 @@ export default {
887
887
  Create: 'Create',
888
888
  'to customize your interactions with RDMind':
889
889
  'to customize your interactions with RDMind',
890
- Press: 'Press',
890
+ PressEsc: 'Press',
891
891
  'twice to clear input,': 'twice to clear input,',
892
892
  'for new line,': 'for new line,',
893
893
  'to exit RDMind': 'to exit RDMind',
package/locales/zh.js CHANGED
@@ -837,7 +837,7 @@ export default {
837
837
  Create: '创建',
838
838
  'to customize your interactions with RDMind':
839
839
  '自定义你与 RDMind 的交互方式',
840
- Press: '两次',
840
+ PressEsc: '两次',
841
841
  'twice to clear input,': '清空输入框,',
842
842
  'for new line,': '换行,',
843
843
  'to exit RDMind': '退出RDMind',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.28-alpha.10",
3
+ "version": "0.0.28-alpha.12",
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.10"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.12"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"