@rdmind/rdmind 0.2.8-alpha.3 → 0.2.8-alpha.5
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 +21835 -15044
- package/locales/en.js +2 -0
- package/locales/zh.js +2 -0
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1179,6 +1179,8 @@ export default {
|
|
|
1179
1179
|
'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.',
|
|
1180
1180
|
'Try asking RDMind to help you commit code.':
|
|
1181
1181
|
'Try asking RDMind to help you commit code.',
|
|
1182
|
+
'Based on model support, RDMind can process image, PDF, and video inputs.':
|
|
1183
|
+
'Based on model support, RDMind can process image, PDF, and video inputs.',
|
|
1182
1184
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
|
|
1183
1185
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.',
|
|
1184
1186
|
'If you find RDMind useful, feel free to recommend it to your colleagues~':
|
package/locales/zh.js
CHANGED
|
@@ -1110,6 +1110,8 @@ export default {
|
|
|
1110
1110
|
'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.':
|
|
1111
1111
|
'RDMind 现已支持自定义命令、子代理、技能等特性,查阅文档获得使用帮助。',
|
|
1112
1112
|
'Try asking RDMind to help you commit code.': '试试让 RDMind 帮你提交代码。',
|
|
1113
|
+
'Based on model support, RDMind can process image, PDF, and video inputs.':
|
|
1114
|
+
'基于模型支持能力,RDMind 支持输入图片、PDF 和视频。',
|
|
1113
1115
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
|
|
1114
1116
|
'RDMind 可以读懂 REDoc,注意不要上传涉及用户隐私和核心算法的文档。',
|
|
1115
1117
|
'If you find RDMind useful, feel free to recommend it to your colleagues~':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.8-alpha.
|
|
3
|
+
"version": "0.2.8-alpha.5",
|
|
4
4
|
"description": "RDMind - AI-powered coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"locales"
|
|
20
20
|
],
|
|
21
21
|
"config": {
|
|
22
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.8-alpha.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.8-alpha.5"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|