@qwen-code/qwen-code 0.12.6 → 0.13.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 +159287 -152037
- package/locales/de.js +30 -0
- package/locales/en.js +28 -0
- package/locales/ja.js +29 -0
- package/locales/pt.js +29 -0
- package/locales/ru.js +26 -0
- package/locales/zh.js +27 -0
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -1620,6 +1620,36 @@ export default {
|
|
|
1620
1620
|
'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
|
|
1621
1621
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1622
1622
|
'{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
|
|
1623
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1624
|
+
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert (gesichert).',
|
|
1625
|
+
|
|
1626
|
+
// ============================================================================
|
|
1627
|
+
// Context Usage Component
|
|
1628
|
+
// ============================================================================
|
|
1629
|
+
'Context Usage': 'Kontextnutzung',
|
|
1630
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1631
|
+
'Noch keine API-Antwort. Senden Sie eine Nachricht, um die tatsächliche Nutzung anzuzeigen.',
|
|
1632
|
+
'Estimated pre-conversation overhead':
|
|
1633
|
+
'Geschätzte Vorabkosten vor der Unterhaltung',
|
|
1634
|
+
'Context window': 'Kontextfenster',
|
|
1635
|
+
tokens: 'Tokens',
|
|
1636
|
+
Used: 'Verwendet',
|
|
1637
|
+
Free: 'Frei',
|
|
1638
|
+
'Autocompact buffer': 'Autokomprimierungs-Puffer',
|
|
1639
|
+
'Usage by category': 'Verwendung nach Kategorie',
|
|
1640
|
+
'System prompt': 'System-Prompt',
|
|
1641
|
+
'Built-in tools': 'Integrierte Tools',
|
|
1642
|
+
'MCP tools': 'MCP-Tools',
|
|
1643
|
+
'Memory files': 'Speicherdateien',
|
|
1644
|
+
Skills: 'Fähigkeiten',
|
|
1645
|
+
Messages: 'Nachrichten',
|
|
1646
|
+
'Show context window usage breakdown.':
|
|
1647
|
+
'Zeigt die Aufschlüsselung der Kontextfenster-Nutzung an.',
|
|
1648
|
+
'Run /context detail for per-item breakdown.':
|
|
1649
|
+
'Führen Sie /context detail für eine Aufschlüsselung nach Elementen aus.',
|
|
1650
|
+
active: 'aktiv',
|
|
1651
|
+
'body loaded': 'Inhalt geladen',
|
|
1652
|
+
memory: 'Speicher',
|
|
1623
1653
|
'{{region}} configuration updated successfully.':
|
|
1624
1654
|
'{{region}}-Konfiguration erfolgreich aktualisiert.',
|
|
1625
1655
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
package/locales/en.js
CHANGED
|
@@ -1672,6 +1672,34 @@ export default {
|
|
|
1672
1672
|
'New model configurations are available for {{region}}. Update now?',
|
|
1673
1673
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1674
1674
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1675
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1676
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1677
|
+
|
|
1678
|
+
// ============================================================================
|
|
1679
|
+
// Context Usage Component
|
|
1680
|
+
// ============================================================================
|
|
1681
|
+
'Context Usage': 'Context Usage',
|
|
1682
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1683
|
+
'No API response yet. Send a message to see actual usage.',
|
|
1684
|
+
'Estimated pre-conversation overhead': 'Estimated pre-conversation overhead',
|
|
1685
|
+
'Context window': 'Context window',
|
|
1686
|
+
tokens: 'tokens',
|
|
1687
|
+
Used: 'Used',
|
|
1688
|
+
Free: 'Free',
|
|
1689
|
+
'Autocompact buffer': 'Autocompact buffer',
|
|
1690
|
+
'Usage by category': 'Usage by category',
|
|
1691
|
+
'System prompt': 'System prompt',
|
|
1692
|
+
'Built-in tools': 'Built-in tools',
|
|
1693
|
+
'MCP tools': 'MCP tools',
|
|
1694
|
+
'Memory files': 'Memory files',
|
|
1695
|
+
Skills: 'Skills',
|
|
1696
|
+
Messages: 'Messages',
|
|
1697
|
+
'Show context window usage breakdown.':
|
|
1698
|
+
'Show context window usage breakdown.',
|
|
1699
|
+
'Run /context detail for per-item breakdown.':
|
|
1700
|
+
'Run /context detail for per-item breakdown.',
|
|
1701
|
+
'body loaded': 'body loaded',
|
|
1702
|
+
memory: 'memory',
|
|
1675
1703
|
'{{region}} configuration updated successfully.':
|
|
1676
1704
|
'{{region}} configuration updated successfully.',
|
|
1677
1705
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
package/locales/ja.js
CHANGED
|
@@ -1126,6 +1126,35 @@ export default {
|
|
|
1126
1126
|
'{{region}} の新しいモデル設定が利用可能です。今すぐ更新しますか?',
|
|
1127
1127
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1128
1128
|
'{{region}} の設定が正常に更新されました。モデルが "{{model}}" に切り替わりました。',
|
|
1129
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1130
|
+
'{{region}} での認証に成功しました。API キーとモデル設定が settings.json に保存されました(バックアップ済み)。',
|
|
1131
|
+
|
|
1132
|
+
// ============================================================================
|
|
1133
|
+
// Context Usage Component
|
|
1134
|
+
// ============================================================================
|
|
1135
|
+
'Context Usage': 'コンテキスト使用量',
|
|
1136
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1137
|
+
'API応答はありません。メッセージを送信して実際の使用量を確認してください。',
|
|
1138
|
+
'Estimated pre-conversation overhead': '推定事前会話オーバーヘッド',
|
|
1139
|
+
'Context window': 'コンテキストウィンドウ',
|
|
1140
|
+
tokens: 'トークン',
|
|
1141
|
+
Used: '使用済み',
|
|
1142
|
+
Free: '空き',
|
|
1143
|
+
'Autocompact buffer': '自動圧縮バッファ',
|
|
1144
|
+
'Usage by category': 'カテゴリ別の使用量',
|
|
1145
|
+
'System prompt': 'システムプロンプト',
|
|
1146
|
+
'Built-in tools': '組み込みツール',
|
|
1147
|
+
'MCP tools': 'MCPツール',
|
|
1148
|
+
'Memory files': 'メモリファイル',
|
|
1149
|
+
Skills: 'スキル',
|
|
1150
|
+
Messages: 'メッセージ',
|
|
1151
|
+
'Show context window usage breakdown.':
|
|
1152
|
+
'コンテキストウィンドウの使用状況を表示します。',
|
|
1153
|
+
'Run /context detail for per-item breakdown.':
|
|
1154
|
+
'/context detail を実行すると項目ごとの内訳を表示します。',
|
|
1155
|
+
active: '有効',
|
|
1156
|
+
'body loaded': '本文読み込み済み',
|
|
1157
|
+
memory: 'メモリ',
|
|
1129
1158
|
'{{region}} configuration updated successfully.':
|
|
1130
1159
|
'{{region}} の設定が正常に更新されました。',
|
|
1131
1160
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
package/locales/pt.js
CHANGED
|
@@ -1615,6 +1615,35 @@ export default {
|
|
|
1615
1615
|
'Novas configurações de modelo estão disponíveis para o {{region}}. Atualizar agora?',
|
|
1616
1616
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1617
1617
|
'Configuração do {{region}} atualizada com sucesso. Modelo alterado para "{{model}}".',
|
|
1618
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1619
|
+
'Autenticado com sucesso com {{region}}. Chave de API e configurações de modelo salvas em settings.json (com backup).',
|
|
1620
|
+
|
|
1621
|
+
// ============================================================================
|
|
1622
|
+
// Context Usage Component
|
|
1623
|
+
// ============================================================================
|
|
1624
|
+
'Context Usage': 'Uso do Contexto',
|
|
1625
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1626
|
+
'Ainda não há resposta da API. Envie uma mensagem para ver o uso real.',
|
|
1627
|
+
'Estimated pre-conversation overhead': 'Sobrecarga estimada pré-conversa',
|
|
1628
|
+
'Context window': 'Janela de Contexto',
|
|
1629
|
+
tokens: 'tokens',
|
|
1630
|
+
Used: 'Usado',
|
|
1631
|
+
Free: 'Livre',
|
|
1632
|
+
'Autocompact buffer': 'Buffer de autocompactação',
|
|
1633
|
+
'Usage by category': 'Uso por categoria',
|
|
1634
|
+
'System prompt': 'Prompt do sistema',
|
|
1635
|
+
'Built-in tools': 'Ferramentas integradas',
|
|
1636
|
+
'MCP tools': 'Ferramentas MCP',
|
|
1637
|
+
'Memory files': 'Arquivos de memória',
|
|
1638
|
+
Skills: 'Habilidades',
|
|
1639
|
+
Messages: 'Mensagens',
|
|
1640
|
+
'Show context window usage breakdown.':
|
|
1641
|
+
'Exibe a divisão de uso da janela de contexto.',
|
|
1642
|
+
'Run /context detail for per-item breakdown.':
|
|
1643
|
+
'Execute /context detail para detalhamento por item.',
|
|
1644
|
+
active: 'ativo',
|
|
1645
|
+
'body loaded': 'conteúdo carregado',
|
|
1646
|
+
memory: 'memória',
|
|
1618
1647
|
'{{region}} configuration updated successfully.':
|
|
1619
1648
|
'Configuração do {{region}} atualizada com sucesso.',
|
|
1620
1649
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
package/locales/ru.js
CHANGED
|
@@ -1553,6 +1553,32 @@ export default {
|
|
|
1553
1553
|
'Успешная аутентификация с {{region}}. API-ключ и конфигурации моделей сохранены в settings.json (резервная копия создана).',
|
|
1554
1554
|
|
|
1555
1555
|
// ============================================================================
|
|
1556
|
+
// Context Usage Component
|
|
1557
|
+
// ============================================================================
|
|
1558
|
+
'Context Usage': 'Использование контекста',
|
|
1559
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1560
|
+
'Пока нет ответа от API. Отправьте сообщение, чтобы увидеть фактическое использование.',
|
|
1561
|
+
'Estimated pre-conversation overhead':
|
|
1562
|
+
'Оценочные накладные расходы перед беседой',
|
|
1563
|
+
'Context window': 'Контекстное окно',
|
|
1564
|
+
tokens: 'токенов',
|
|
1565
|
+
Used: 'Использовано',
|
|
1566
|
+
Free: 'Свободно',
|
|
1567
|
+
'Autocompact buffer': 'Буфер автоупаковки',
|
|
1568
|
+
'Usage by category': 'Использование по категориям',
|
|
1569
|
+
'System prompt': 'Системная подсказка',
|
|
1570
|
+
'Built-in tools': 'Встроенные инструменты',
|
|
1571
|
+
'MCP tools': 'Инструменты MCP',
|
|
1572
|
+
'Memory files': 'Файлы памяти',
|
|
1573
|
+
Skills: 'Навыки',
|
|
1574
|
+
Messages: 'Сообщения',
|
|
1575
|
+
'Show context window usage breakdown.':
|
|
1576
|
+
'Показать разбивку использования контекстного окна.',
|
|
1577
|
+
'Run /context detail for per-item breakdown.':
|
|
1578
|
+
'Выполните /context detail для детализации по элементам.',
|
|
1579
|
+
active: 'активно',
|
|
1580
|
+
'body loaded': 'содержимое загружено',
|
|
1581
|
+
memory: 'память',
|
|
1556
1582
|
// MCP Management Dialog
|
|
1557
1583
|
// ============================================================================
|
|
1558
1584
|
'MCP Management': 'Управление MCP',
|
package/locales/zh.js
CHANGED
|
@@ -1496,6 +1496,33 @@ export default {
|
|
|
1496
1496
|
'{{region}} 有新的模型配置可用。是否立即更新?',
|
|
1497
1497
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1498
1498
|
'{{region}} 配置更新成功。模型已切换至 "{{model}}"。',
|
|
1499
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1500
|
+
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json(已备份)。',
|
|
1501
|
+
|
|
1502
|
+
// ============================================================================
|
|
1503
|
+
// Context Usage
|
|
1504
|
+
// ============================================================================
|
|
1505
|
+
'Context Usage': '上下文使用情况',
|
|
1506
|
+
'Context window': '上下文窗口',
|
|
1507
|
+
Used: '已用',
|
|
1508
|
+
Free: '空闲',
|
|
1509
|
+
'Autocompact buffer': '自动压缩缓冲区',
|
|
1510
|
+
'Usage by category': '分类用量',
|
|
1511
|
+
'System prompt': '系统提示',
|
|
1512
|
+
'Built-in tools': '内置工具',
|
|
1513
|
+
'MCP tools': 'MCP 工具',
|
|
1514
|
+
'Memory files': '记忆文件',
|
|
1515
|
+
Skills: '技能',
|
|
1516
|
+
Messages: '消息',
|
|
1517
|
+
tokens: 'tokens',
|
|
1518
|
+
'Estimated pre-conversation overhead': '预估对话前开销',
|
|
1519
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1520
|
+
'暂无 API 响应。发送消息以查看实际使用情况。',
|
|
1521
|
+
'Show context window usage breakdown.': '显示上下文窗口使用情况分解。',
|
|
1522
|
+
'Run /context detail for per-item breakdown.':
|
|
1523
|
+
'运行 /context detail 查看详细分解。',
|
|
1524
|
+
'body loaded': '内容已加载',
|
|
1525
|
+
memory: '记忆',
|
|
1499
1526
|
'{{region}} configuration updated successfully.': '{{region}} 配置更新成功。',
|
|
1500
1527
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
1501
1528
|
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json。',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.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.13.0-preview.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|