@qwen-code/qwen-code 0.10.6 → 0.11.0-nightly.20260228.e93b2873
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 +5750 -4353
- package/locales/de.js +8 -2
- package/locales/en.js +8 -2
- package/locales/ja.js +2 -2
- package/locales/pt.js +2 -2
- package/locales/ru.js +8 -2
- package/locales/zh.js +7 -2
- 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.':
|
|
@@ -1444,6 +1450,6 @@ export default {
|
|
|
1444
1450
|
'Neue Modellkonfigurationen sind für Coding Plan (Bailian, Global/Intl) verfügbar. Jetzt aktualisieren?',
|
|
1445
1451
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1446
1452
|
'{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
|
|
1447
|
-
'Authenticated successfully with {{region}}. API key
|
|
1448
|
-
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel
|
|
1453
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1454
|
+
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert (gesichert).',
|
|
1449
1455
|
};
|
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.':
|
|
@@ -1443,6 +1449,6 @@ export default {
|
|
|
1443
1449
|
'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?',
|
|
1444
1450
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1445
1451
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1446
|
-
'Authenticated successfully with {{region}}. API key
|
|
1447
|
-
'Authenticated successfully with {{region}}. API key
|
|
1452
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1453
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1448
1454
|
};
|
package/locales/ja.js
CHANGED
|
@@ -955,6 +955,6 @@ export default {
|
|
|
955
955
|
'Coding Plan (Bailian, グローバル/国際) の新しいモデル設定が利用可能です。今すぐ更新しますか?',
|
|
956
956
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
957
957
|
'{{region}} の設定が正常に更新されました。モデルが "{{model}}" に切り替わりました。',
|
|
958
|
-
'Authenticated successfully with {{region}}. API key
|
|
959
|
-
'{{region}} での認証に成功しました。API
|
|
958
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
959
|
+
'{{region}} での認証に成功しました。APIキーとモデル設定が settings.json に保存されました(バックアップ済み)。',
|
|
960
960
|
};
|
package/locales/pt.js
CHANGED
|
@@ -1458,6 +1458,6 @@ export default {
|
|
|
1458
1458
|
'Novas configurações de modelo estão disponíveis para o Coding Plan (Bailian, Global/Intl). Atualizar agora?',
|
|
1459
1459
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1460
1460
|
'Configuração do {{region}} atualizada com sucesso. Modelo alterado para "{{model}}".',
|
|
1461
|
-
'Authenticated successfully with {{region}}. API key
|
|
1462
|
-
'Autenticado com sucesso com {{region}}.
|
|
1461
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1462
|
+
'Autenticado com sucesso com {{region}}. Chave de API e configurações de modelo salvas em settings.json (com backup).',
|
|
1463
1463
|
};
|
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.':
|
|
@@ -1448,6 +1454,6 @@ export default {
|
|
|
1448
1454
|
'Доступны новые конфигурации моделей для Coding Plan (Bailian, Глобальный/Международный). Обновить сейчас?',
|
|
1449
1455
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1450
1456
|
'Конфигурация {{region}} успешно обновлена. Модель переключена на "{{model}}".',
|
|
1451
|
-
'Authenticated successfully with {{region}}. API key
|
|
1452
|
-
'Успешная аутентификация с {{region}}. API-ключ
|
|
1457
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1458
|
+
'Успешная аутентификация с {{region}}. API-ключ и конфигурации моделей сохранены в settings.json (резервная копия создана).',
|
|
1453
1459
|
};
|
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.':
|
|
@@ -1277,6 +1282,6 @@ export default {
|
|
|
1277
1282
|
'Coding Plan (百炼, 全球/国际) 有新的模型配置可用。是否立即更新?',
|
|
1278
1283
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1279
1284
|
'{{region}} 配置更新成功。模型已切换至 "{{model}}"。',
|
|
1280
|
-
'Authenticated successfully with {{region}}. API key
|
|
1281
|
-
'成功通过 {{region}} 认证。API Key
|
|
1285
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1286
|
+
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json(已备份)。',
|
|
1282
1287
|
};
|
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-nightly.20260228.e93b2873",
|
|
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-nightly.20260228.e93b2873"
|
|
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"
|