@qwen-code/qwen-code 0.14.3 → 0.14.4
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/README.md +3 -1
- package/bundled/qc-helper/docs/configuration/auth.md +2 -2
- package/bundled/qc-helper/docs/configuration/settings.md +20 -12
- package/bundled/qc-helper/docs/features/_meta.ts +1 -0
- package/bundled/qc-helper/docs/features/hooks.md +113 -0
- package/bundled/qc-helper/docs/features/sandbox.md +9 -1
- package/bundled/qc-helper/docs/features/sub-agents.md +89 -5
- package/bundled/qc-helper/docs/features/tips.md +54 -0
- package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
- package/cli.js +259069 -254984
- package/locales/de.js +17 -4
- package/locales/en.js +16 -4
- package/locales/fr.js +2087 -0
- package/locales/ja.js +16 -4
- package/locales/pt.js +17 -4
- package/locales/ru.js +17 -4
- package/locales/zh.js +16 -4
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -1245,8 +1245,8 @@ export default {
|
|
|
1245
1245
|
'Terms of Services and Privacy Notice':
|
|
1246
1246
|
'Nutzungsbedingungen und Datenschutzhinweis',
|
|
1247
1247
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1248
|
-
'Free \u00B7
|
|
1249
|
-
'Kostenlos \u00B7
|
|
1248
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1249
|
+
'Kostenlos \u00B7 100 Anfragen/Tag \u00B7 Endet am 2026-04-15',
|
|
1250
1250
|
'Login with QwenChat account to use daily free quota.':
|
|
1251
1251
|
'Melden Sie sich mit Ihrem QwenChat-Konto an, um das tägliche kostenlose Kontingent zu nutzen.',
|
|
1252
1252
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1442,6 +1442,8 @@ export default {
|
|
|
1442
1442
|
'Press Ctrl+C again to exit.': 'Drücken Sie erneut Strg+C zum Beenden.',
|
|
1443
1443
|
'Press Ctrl+D again to exit.': 'Drücken Sie erneut Strg+D zum Beenden.',
|
|
1444
1444
|
'Press Esc again to clear.': 'Drücken Sie erneut Esc zum Löschen.',
|
|
1445
|
+
'Press ↑ to edit queued messages':
|
|
1446
|
+
'Drücken Sie ↑, um Nachrichten in der Warteschlange zu bearbeiten',
|
|
1445
1447
|
|
|
1446
1448
|
// ============================================================================
|
|
1447
1449
|
// MCP Status
|
|
@@ -1779,6 +1781,16 @@ export default {
|
|
|
1779
1781
|
'Sie können den Berechtigungsmodus schnell mit Tab oder /approval-mode wechseln.',
|
|
1780
1782
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1781
1783
|
'Probieren Sie /insight, um personalisierte Erkenntnisse aus Ihrem Chatverlauf zu erstellen.',
|
|
1784
|
+
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1785
|
+
'Fügen Sie eine QWEN.md-Datei hinzu, um Qwen Code dauerhaften Projektkontext zu geben.',
|
|
1786
|
+
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1787
|
+
'Verwenden Sie /btw, um eine kurze Nebenfrage zu stellen, ohne die Unterhaltung zu unterbrechen.',
|
|
1788
|
+
'Context is almost full! Run /compress now or start /new to continue.':
|
|
1789
|
+
'Der Kontext ist fast voll! Führen Sie jetzt /compress aus oder starten Sie /new, um fortzufahren.',
|
|
1790
|
+
'Context is getting full. Use /compress to free up space.':
|
|
1791
|
+
'Der Kontext füllt sich. Verwenden Sie /compress, um Platz freizugeben.',
|
|
1792
|
+
'Long conversation? /compress summarizes history to free context.':
|
|
1793
|
+
'Lange Unterhaltung? /compress fasst den Verlauf zusammen, um Kontext freizugeben.',
|
|
1782
1794
|
|
|
1783
1795
|
// ============================================================================
|
|
1784
1796
|
// Custom API Key Configuration
|
|
@@ -1945,8 +1957,9 @@ export default {
|
|
|
1945
1957
|
' qwen auth - Interaktive Authentifizierungseinrichtung\n',
|
|
1946
1958
|
'✓ Authentication Method: Qwen OAuth':
|
|
1947
1959
|
'✓ Authentifizierungsmethode: Qwen OAuth',
|
|
1948
|
-
' Type: Free tier
|
|
1949
|
-
|
|
1960
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
1961
|
+
' Typ: Kostenlos (endet am 2026-04-15)',
|
|
1962
|
+
' Limit: 100 requests/day': ' Limit: 100 Anfragen/Tag',
|
|
1950
1963
|
' Models: Qwen latest models\n': ' Modelle: Qwen neueste Modelle\n',
|
|
1951
1964
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1952
1965
|
'✓ Authentifizierungsmethode: Alibaba Cloud Coding Plan',
|
package/locales/en.js
CHANGED
|
@@ -1298,8 +1298,8 @@ export default {
|
|
|
1298
1298
|
'Terms of Services and Privacy Notice':
|
|
1299
1299
|
'Terms of Services and Privacy Notice',
|
|
1300
1300
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1301
|
-
'Free \u00B7
|
|
1302
|
-
'Free \u00B7
|
|
1301
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15':
|
|
1302
|
+
'Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15',
|
|
1303
1303
|
'Login with QwenChat account to use daily free quota.':
|
|
1304
1304
|
'Login with QwenChat account to use daily free quota.',
|
|
1305
1305
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
@@ -1489,6 +1489,7 @@ export default {
|
|
|
1489
1489
|
'Press Ctrl+C again to exit.': 'Press Ctrl+C again to exit.',
|
|
1490
1490
|
'Press Ctrl+D again to exit.': 'Press Ctrl+D again to exit.',
|
|
1491
1491
|
'Press Esc again to clear.': 'Press Esc again to clear.',
|
|
1492
|
+
'Press ↑ to edit queued messages': 'Press ↑ to edit queued messages',
|
|
1492
1493
|
|
|
1493
1494
|
// ============================================================================
|
|
1494
1495
|
// MCP Status
|
|
@@ -1556,6 +1557,16 @@ export default {
|
|
|
1556
1557
|
'You can switch permission mode quickly with Tab or /approval-mode.',
|
|
1557
1558
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1558
1559
|
'Try /insight to generate personalized insights from your chat history.',
|
|
1560
|
+
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1561
|
+
'Add a QWEN.md file to give Qwen Code persistent project context.',
|
|
1562
|
+
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
1563
|
+
'Use /btw to ask a quick side question without disrupting the conversation.',
|
|
1564
|
+
'Context is almost full! Run /compress now or start /new to continue.':
|
|
1565
|
+
'Context is almost full! Run /compress now or start /new to continue.',
|
|
1566
|
+
'Context is getting full. Use /compress to free up space.':
|
|
1567
|
+
'Context is getting full. Use /compress to free up space.',
|
|
1568
|
+
'Long conversation? /compress summarizes history to free context.':
|
|
1569
|
+
'Long conversation? /compress summarizes history to free context.',
|
|
1559
1570
|
|
|
1560
1571
|
// ============================================================================
|
|
1561
1572
|
// Exit Screen / Stats
|
|
@@ -1986,8 +1997,9 @@ export default {
|
|
|
1986
1997
|
' qwen auth - Interactive authentication setup\n':
|
|
1987
1998
|
' qwen auth - Interactive authentication setup\n',
|
|
1988
1999
|
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
1989
|
-
' Type: Free tier
|
|
1990
|
-
|
|
2000
|
+
' Type: Free tier (ending 2026-04-15)':
|
|
2001
|
+
' Type: Free tier (ending 2026-04-15)',
|
|
2002
|
+
' Limit: 100 requests/day': ' Limit: 100 requests/day',
|
|
1991
2003
|
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
1992
2004
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1993
2005
|
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|