@qwen-code/qwen-code 0.10.6 → 0.11.0-preview.0
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 +5592 -3937
- package/locales/de.js +6 -0
- package/locales/en.js +6 -0
- package/locales/ru.js +6 -0
- package/locales/zh.js +5 -0
- package/package.json +10 -3
package/locales/de.js
CHANGED
|
@@ -11,6 +11,12 @@ export default {
|
|
|
11
11
|
// ============================================================================
|
|
12
12
|
// Help / UI Components
|
|
13
13
|
// ============================================================================
|
|
14
|
+
// Attachment hints
|
|
15
|
+
'↑ to manage attachments': '↑ Anhänge verwalten',
|
|
16
|
+
'← → select, Delete to remove, ↓ to exit':
|
|
17
|
+
'← → auswählen, Entf zum Löschen, ↓ beenden',
|
|
18
|
+
'Attachments: ': 'Anhänge: ',
|
|
19
|
+
|
|
14
20
|
'Basics:': 'Grundlagen:',
|
|
15
21
|
'Add context': 'Kontext hinzufügen',
|
|
16
22
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
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.':
|
package/locales/ru.js
CHANGED
|
@@ -11,6 +11,12 @@ export default {
|
|
|
11
11
|
// ============================================================================
|
|
12
12
|
// Справка / Компоненты интерфейса
|
|
13
13
|
// ============================================================================
|
|
14
|
+
// Attachment hints
|
|
15
|
+
'↑ to manage attachments': '↑ управление вложениями',
|
|
16
|
+
'← → select, Delete to remove, ↓ to exit':
|
|
17
|
+
'← → выбрать, Delete удалить, ↓ выйти',
|
|
18
|
+
'Attachments: ': 'Вложения: ',
|
|
19
|
+
|
|
14
20
|
'Basics:': 'Основы:',
|
|
15
21
|
'Add context': 'Добавить контекст',
|
|
16
22
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
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.':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0-preview.0",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.11.0-preview.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|
|
@@ -29,7 +29,14 @@
|
|
|
29
29
|
"@lydell/node-pty-darwin-x64": "1.1.0",
|
|
30
30
|
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
31
31
|
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
32
|
-
"@lydell/node-pty-win32-x64": "1.1.0"
|
|
32
|
+
"@lydell/node-pty-win32-x64": "1.1.0",
|
|
33
|
+
"@teddyzhu/clipboard": "0.0.5",
|
|
34
|
+
"@teddyzhu/clipboard-darwin-arm64": "0.0.5",
|
|
35
|
+
"@teddyzhu/clipboard-darwin-x64": "0.0.5",
|
|
36
|
+
"@teddyzhu/clipboard-linux-x64-gnu": "0.0.5",
|
|
37
|
+
"@teddyzhu/clipboard-linux-arm64-gnu": "0.0.5",
|
|
38
|
+
"@teddyzhu/clipboard-win32-x64-msvc": "0.0.5",
|
|
39
|
+
"@teddyzhu/clipboard-win32-arm64-msvc": "0.0.5"
|
|
33
40
|
},
|
|
34
41
|
"engines": {
|
|
35
42
|
"node": ">=20.0.0"
|