@rdmind/rdmind 0.2.2-alpha.5 → 0.2.2
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 +395 -417
- package/locales/en.js +3 -1
- package/locales/zh.js +4 -3
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -84,7 +84,7 @@ export default {
|
|
|
84
84
|
// ============================================================================
|
|
85
85
|
// System Information Fields
|
|
86
86
|
// ============================================================================
|
|
87
|
-
|
|
87
|
+
RDMind: 'RDMind',
|
|
88
88
|
Runtime: 'Runtime',
|
|
89
89
|
OS: 'OS',
|
|
90
90
|
Auth: 'Auth',
|
|
@@ -1148,6 +1148,8 @@ export default {
|
|
|
1148
1148
|
'Try asking RDMind to help you commit code.',
|
|
1149
1149
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
|
|
1150
1150
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.',
|
|
1151
|
+
'If you find RDMind useful, feel free to recommend it to your colleagues~':
|
|
1152
|
+
'If you find RDMind useful, feel free to recommend it to your colleagues~',
|
|
1151
1153
|
|
|
1152
1154
|
// ============================================================================
|
|
1153
1155
|
// Exit Screen / Stats
|
package/locales/zh.js
CHANGED
|
@@ -83,7 +83,7 @@ export default {
|
|
|
83
83
|
// ============================================================================
|
|
84
84
|
// System Information Fields
|
|
85
85
|
// ============================================================================
|
|
86
|
-
|
|
86
|
+
RDMind: 'RDMind',
|
|
87
87
|
Runtime: '运行环境',
|
|
88
88
|
OS: '操作系统',
|
|
89
89
|
Auth: '认证',
|
|
@@ -1080,10 +1080,11 @@ export default {
|
|
|
1080
1080
|
'按 Shift+Tab 或输入 /approval-mode 可快速切换权限模式。',
|
|
1081
1081
|
'RDMind now supports custom commands, sub-agents, skills and other features. Check the documentation for usage help.':
|
|
1082
1082
|
'RDMind 现已支持自定义命令、子代理、技能等特性,查阅文档获得使用帮助。',
|
|
1083
|
-
'Try asking RDMind to help you commit code.':
|
|
1084
|
-
'试试让 RDMind 帮你提交代码。',
|
|
1083
|
+
'Try asking RDMind to help you commit code.': '试试让 RDMind 帮你提交代码。',
|
|
1085
1084
|
'RDMind can read REDoc. Please do not upload documents involving user privacy and core algorithms.':
|
|
1086
1085
|
'RDMind 可以读懂 REDoc,注意不要上传涉及用户隐私和核心算法的文档。',
|
|
1086
|
+
'If you find RDMind useful, feel free to recommend it to your colleagues~':
|
|
1087
|
+
'如果觉得 RDMind 好用,欢迎向同事推荐~',
|
|
1087
1088
|
|
|
1088
1089
|
// ============================================================================
|
|
1089
1090
|
// Exit Screen / Stats
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.2
|
|
3
|
+
"version": "0.2.2",
|
|
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.2.2
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|