@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/cli.js +653 -643
- package/locales/en.js +1 -1
- package/locales/zh.js +1 -1
- package/package.json +2 -2
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
|
-
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.28-alpha.
|
|
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.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.12"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|