@rdmind/rdmind 0.2.5 → 0.2.6-alpha.1
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 +4416 -2928
- package/locales/en.js +33 -2
- package/locales/zh.js +32 -2
- package/package.json +10 -3
package/locales/en.js
CHANGED
|
@@ -11,6 +11,12 @@ export default {
|
|
|
11
11
|
// ============================================================================
|
|
12
12
|
// Help / UI Components
|
|
13
13
|
// ============================================================================
|
|
14
|
+
// Attachment hints
|
|
15
|
+
'↑ to manage attachments': '↑ to manage attachments',
|
|
16
|
+
'← → select, Delete to remove, ↓ to exit':
|
|
17
|
+
'← → select, Delete to remove, ↓ to exit',
|
|
18
|
+
'Attachments: ': 'Attachments: ',
|
|
19
|
+
|
|
14
20
|
'Basics:': 'Basics:',
|
|
15
21
|
'Add context': 'Add context',
|
|
16
22
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
|
@@ -1033,8 +1039,8 @@ export default {
|
|
|
1033
1039
|
'(not set)': '(not set)',
|
|
1034
1040
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1035
1041
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
|
1036
|
-
'
|
|
1037
|
-
'
|
|
1042
|
+
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
|
1043
|
+
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance',
|
|
1038
1044
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1039
1045
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
|
|
1040
1046
|
|
|
@@ -1423,6 +1429,13 @@ export default {
|
|
|
1423
1429
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1424
1430
|
'Failed to open browser. Check out the extensions gallery at {{url}}',
|
|
1425
1431
|
|
|
1432
|
+
// ============================================================================
|
|
1433
|
+
// Retry / Rate Limit
|
|
1434
|
+
// ============================================================================
|
|
1435
|
+
'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
|
|
1436
|
+
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
|
|
1437
|
+
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
|
|
1438
|
+
|
|
1426
1439
|
// ============================================================================
|
|
1427
1440
|
// Coding Plan Authentication
|
|
1428
1441
|
// ============================================================================
|
|
@@ -1464,8 +1477,12 @@ export default {
|
|
|
1464
1477
|
// Auth Dialog - View Titles and Labels
|
|
1465
1478
|
// ============================================================================
|
|
1466
1479
|
'Coding Plan': 'Coding Plan',
|
|
1480
|
+
'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
|
|
1481
|
+
'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
|
|
1467
1482
|
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1468
1483
|
"Paste your api key of Bailian Coding Plan and you're all set!",
|
|
1484
|
+
"Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
|
|
1485
|
+
"Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!",
|
|
1469
1486
|
Custom: 'Custom',
|
|
1470
1487
|
'More instructions about configuring `modelProviders` manually.':
|
|
1471
1488
|
'More instructions about configuring `modelProviders` manually.',
|
|
@@ -1473,4 +1490,18 @@ export default {
|
|
|
1473
1490
|
'(Press Escape to go back)': '(Press Escape to go back)',
|
|
1474
1491
|
'(Press Enter to submit, Escape to cancel)':
|
|
1475
1492
|
'(Press Enter to submit, Escape to cancel)',
|
|
1493
|
+
|
|
1494
|
+
// ============================================================================
|
|
1495
|
+
// Coding Plan International Updates
|
|
1496
|
+
// ============================================================================
|
|
1497
|
+
'New model configurations are available for {{region}}. Update now?':
|
|
1498
|
+
'New model configurations are available for {{region}}. Update now?',
|
|
1499
|
+
'New model configurations are available for Bailian Coding Plan (China). Update now?':
|
|
1500
|
+
'New model configurations are available for Bailian Coding Plan (China). Update now?',
|
|
1501
|
+
'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
|
|
1502
|
+
'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?',
|
|
1503
|
+
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1504
|
+
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1505
|
+
'Authenticated successfully with {{region}}. API key is stored in settings.env.':
|
|
1506
|
+
'Authenticated successfully with {{region}}. API key is stored in settings.env.',
|
|
1476
1507
|
};
|
package/locales/zh.js
CHANGED
|
@@ -10,6 +10,11 @@ export default {
|
|
|
10
10
|
// ============================================================================
|
|
11
11
|
// Help / UI Components
|
|
12
12
|
// ============================================================================
|
|
13
|
+
// Attachment hints
|
|
14
|
+
'↑ to manage attachments': '↑ 管理附件',
|
|
15
|
+
'← → select, Delete to remove, ↓ to exit': '← → 选择,Delete 删除,↓ 退出',
|
|
16
|
+
'Attachments: ': '附件:',
|
|
17
|
+
|
|
13
18
|
'Basics:': '基础功能:',
|
|
14
19
|
'Add context': '添加上下文',
|
|
15
20
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
|
@@ -972,8 +977,8 @@ export default {
|
|
|
972
977
|
'(not set)': '(未设置)',
|
|
973
978
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
974
979
|
"无法切换到模型 '{{modelId}}'.\n\n{{error}}",
|
|
975
|
-
'
|
|
976
|
-
'
|
|
980
|
+
'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
|
|
981
|
+
'Qwen 3.5 Plus — 高效混合架构,编程性能业界领先',
|
|
977
982
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
978
983
|
'来自阿里云 ModelStudio 的最新 Qwen Vision 模型(版本:qwen3-vl-plus-2025-09-23)',
|
|
979
984
|
|
|
@@ -1306,6 +1311,13 @@ export default {
|
|
|
1306
1311
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1307
1312
|
'打开浏览器失败。请访问扩展市场:{{url}}',
|
|
1308
1313
|
|
|
1314
|
+
// ============================================================================
|
|
1315
|
+
// Retry / Rate Limit
|
|
1316
|
+
// ============================================================================
|
|
1317
|
+
'Rate limit error: {{reason}}': '触发限流:{{reason}}',
|
|
1318
|
+
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
|
|
1319
|
+
'将于 {{seconds}} 秒后重试…(第 {{attempt}}/{{maxRetries}} 次)',
|
|
1320
|
+
|
|
1309
1321
|
// ============================================================================
|
|
1310
1322
|
// Coding Plan Authentication
|
|
1311
1323
|
// ============================================================================
|
|
@@ -1348,12 +1360,30 @@ export default {
|
|
|
1348
1360
|
// ============================================================================
|
|
1349
1361
|
'API-KEY': 'API-KEY',
|
|
1350
1362
|
'Coding Plan': 'Coding Plan',
|
|
1363
|
+
'Coding Plan (Bailian, China)': 'Coding Plan (百炼, 中国)',
|
|
1364
|
+
'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (百炼, 全球/国际)',
|
|
1351
1365
|
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1352
1366
|
'粘贴您的百炼 Coding Plan API Key,即可完成设置!',
|
|
1367
|
+
"Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
|
|
1368
|
+
'粘贴您的 Coding Plan (百炼, 全球/国际) API Key,即可完成设置!',
|
|
1353
1369
|
Custom: '自定义',
|
|
1354
1370
|
'More instructions about configuring `modelProviders` manually.':
|
|
1355
1371
|
'关于手动配置 `modelProviders` 的更多说明。',
|
|
1356
1372
|
'Select API-KEY configuration mode:': '选择 API-KEY 配置模式:',
|
|
1357
1373
|
'(Press Escape to go back)': '(按 Escape 键返回)',
|
|
1358
1374
|
'(Press Enter to submit, Escape to cancel)': '(按 Enter 提交,Escape 取消)',
|
|
1375
|
+
|
|
1376
|
+
// ============================================================================
|
|
1377
|
+
// Coding Plan International Updates
|
|
1378
|
+
// ============================================================================
|
|
1379
|
+
'New model configurations are available for {{region}}. Update now?':
|
|
1380
|
+
'{{region}} 有新的模型配置可用。是否立即更新?',
|
|
1381
|
+
'New model configurations are available for Bailian Coding Plan (China). Update now?':
|
|
1382
|
+
'百炼 Coding Plan (中国) 有新的模型配置可用。是否立即更新?',
|
|
1383
|
+
'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
|
|
1384
|
+
'Coding Plan (百炼, 全球/国际) 有新的模型配置可用。是否立即更新?',
|
|
1385
|
+
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1386
|
+
'{{region}} 配置更新成功。模型已切换至 "{{model}}"。',
|
|
1387
|
+
'Authenticated successfully with {{region}}. API key is stored in settings.env.':
|
|
1388
|
+
'成功通过 {{region}} 认证。API Key 已存储在 settings.env 中。',
|
|
1359
1389
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6-alpha.1",
|
|
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.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.6-alpha.1"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
@@ -31,7 +31,14 @@
|
|
|
31
31
|
"@lydell/node-pty-darwin-x64": "1.1.0",
|
|
32
32
|
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
33
33
|
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
34
|
-
"@lydell/node-pty-win32-x64": "1.1.0"
|
|
34
|
+
"@lydell/node-pty-win32-x64": "1.1.0",
|
|
35
|
+
"@teddyzhu/clipboard": "0.0.5",
|
|
36
|
+
"@teddyzhu/clipboard-darwin-arm64": "0.0.5",
|
|
37
|
+
"@teddyzhu/clipboard-darwin-x64": "0.0.5",
|
|
38
|
+
"@teddyzhu/clipboard-linux-x64-gnu": "0.0.5",
|
|
39
|
+
"@teddyzhu/clipboard-linux-arm64-gnu": "0.0.5",
|
|
40
|
+
"@teddyzhu/clipboard-win32-x64-msvc": "0.0.5",
|
|
41
|
+
"@teddyzhu/clipboard-win32-arm64-msvc": "0.0.5"
|
|
35
42
|
},
|
|
36
43
|
"engines": {
|
|
37
44
|
"node": ">=20.0.0"
|