@qwen-code/qwen-code 0.14.4 → 0.14.5-nightly.20260417.12b24e2d2
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 +4 -2
- package/bundled/qc-helper/docs/configuration/auth.md +7 -5
- package/bundled/qc-helper/docs/configuration/settings.md +30 -20
- package/bundled/qc-helper/docs/features/_meta.ts +1 -0
- package/bundled/qc-helper/docs/features/commands.md +4 -1
- package/bundled/qc-helper/docs/features/hooks.md +297 -122
- package/bundled/qc-helper/docs/features/memory.md +166 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +37 -1
- package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
- package/cli.js +66778 -52539
- package/locales/de.js +61 -9
- package/locales/en.js +58 -9
- package/locales/fr.js +17 -9
- package/locales/ja.js +61 -9
- package/locales/pt.js +62 -9
- package/locales/ru.js +60 -9
- package/locales/zh.js +57 -9
- package/package.json +2 -2
- package/bundled/qc-helper/docs/configuration/memory.md +0 -0
package/locales/ru.js
CHANGED
|
@@ -88,6 +88,7 @@ export default {
|
|
|
88
88
|
'to search history': 'поиск в истории',
|
|
89
89
|
'to paste images': 'вставить изображения',
|
|
90
90
|
'for external editor': 'внешний редактор',
|
|
91
|
+
'to toggle compact mode': 'переключить компактный режим',
|
|
91
92
|
|
|
92
93
|
// ============================================================================
|
|
93
94
|
// Поля системной информации
|
|
@@ -661,6 +662,7 @@ export default {
|
|
|
661
662
|
'User Settings': 'Пользовательские настройки',
|
|
662
663
|
'System Settings': 'Системные настройки',
|
|
663
664
|
Extensions: 'Расширения',
|
|
665
|
+
'Session (temporary)': 'Сессия (временно)',
|
|
664
666
|
// Hooks - Status
|
|
665
667
|
'✓ Enabled': '✓ Включен',
|
|
666
668
|
'✗ Disabled': '✗ Отключен',
|
|
@@ -894,6 +896,44 @@ export default {
|
|
|
894
896
|
'Использование: /memory add [--global|--project] <текст для запоминания>',
|
|
895
897
|
'Attempting to save to memory {{scope}}: "{{fact}}"':
|
|
896
898
|
'Попытка сохранить в память {{scope}}: "{{fact}}"',
|
|
899
|
+
'Open auto-memory folder': 'Открыть папку автопамяти',
|
|
900
|
+
'Auto-memory: {{status}}': 'Автопамять: {{status}}',
|
|
901
|
+
'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
|
|
902
|
+
'Автоконсолидация: {{status}} · {{lastDream}} · /dream для запуска',
|
|
903
|
+
never: 'никогда',
|
|
904
|
+
on: 'вкл',
|
|
905
|
+
off: 'выкл',
|
|
906
|
+
'❆ dreaming': '❆ консолидация',
|
|
907
|
+
'Remove matching entries from managed auto-memory.':
|
|
908
|
+
'Удалить совпадающие записи из управляемой автопамяти.',
|
|
909
|
+
'Usage: /forget <memory text to remove>':
|
|
910
|
+
'Использование: /forget <текст воспоминания для удаления>',
|
|
911
|
+
'No managed auto-memory entries matched: {{query}}':
|
|
912
|
+
'Не найдено совпадающих записей автопамяти: {{query}}',
|
|
913
|
+
'Show managed auto-memory status.': 'Показать статус управляемой автопамяти.',
|
|
914
|
+
'Run managed auto-memory extraction for the current session.':
|
|
915
|
+
'Запустить извлечение управляемой автопамяти для текущей сессии.',
|
|
916
|
+
'Managed auto-memory root: {{root}}':
|
|
917
|
+
'Корневая директория управляемой автопамяти: {{root}}',
|
|
918
|
+
'Managed auto-memory topics:': 'Темы управляемой автопамяти:',
|
|
919
|
+
'No extraction cursor found yet.': 'Курсор извлечения ещё не найден.',
|
|
920
|
+
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
|
|
921
|
+
'Курсор: сессия={{sessionId}}, смещение={{offset}}, обновлено={{updatedAt}}',
|
|
922
|
+
'No chat client available to extract memory.':
|
|
923
|
+
'Нет доступного чат-клиента для извлечения памяти.',
|
|
924
|
+
'Managed auto-memory extraction is already running.':
|
|
925
|
+
'Извлечение управляемой автопамяти уже выполняется.',
|
|
926
|
+
'Managed auto-memory extraction found no new durable memories.':
|
|
927
|
+
'Извлечение управляемой автопамяти не нашло новых долгосрочных воспоминаний.',
|
|
928
|
+
'Consolidate managed auto-memory topic files.':
|
|
929
|
+
'Консолидировать файлы тем управляемой автопамяти.',
|
|
930
|
+
'Managed auto-memory dream found nothing to improve.':
|
|
931
|
+
'Консолидация автопамяти не нашла чего улучшать.',
|
|
932
|
+
'Deduplicated entries: {{count}}': 'Удалено дубликатов: {{count}}',
|
|
933
|
+
'Save a durable memory using the save_memory tool.':
|
|
934
|
+
'Сохранить долгосрочную память с помощью инструмента save_memory.',
|
|
935
|
+
'Usage: /remember [--global|--project] <text to remember>':
|
|
936
|
+
'Использование: /remember [--global|--project] <текст для запоминания>',
|
|
897
937
|
|
|
898
938
|
// ============================================================================
|
|
899
939
|
// Команды - MCP
|
|
@@ -1175,10 +1215,16 @@ export default {
|
|
|
1175
1215
|
'Terms of Services and Privacy Notice':
|
|
1176
1216
|
'Условия обслуживания и уведомление о конфиденциальности',
|
|
1177
1217
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1178
|
-
'
|
|
1179
|
-
'
|
|
1180
|
-
'
|
|
1181
|
-
'
|
|
1218
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1219
|
+
'Прекращено — переключитесь на Coding Plan или API Key',
|
|
1220
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1221
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выполните /auth для смены провайдера.',
|
|
1222
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1223
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выберите Coding Plan или API Key.',
|
|
1224
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1225
|
+
'Бесплатный уровень Qwen OAuth был прекращен 2026-04-15. Пожалуйста, выберите модель от другого провайдера или выполните /auth для переключения.',
|
|
1226
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1227
|
+
'\n⚠ Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выберите другую опцию.\n',
|
|
1182
1228
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1183
1229
|
'Платно \u00B7 До 6 000 запросов/5 часов \u00B7 Все модели Alibaba Cloud Coding Plan',
|
|
1184
1230
|
'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
|
|
@@ -1708,6 +1754,8 @@ export default {
|
|
|
1708
1754
|
'Вы можете быстро переключать режим разрешений с помощью Tab или /approval-mode.',
|
|
1709
1755
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1710
1756
|
'Попробуйте /insight, чтобы получить персонализированные выводы из истории чатов.',
|
|
1757
|
+
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1758
|
+
'Нажмите Ctrl+O для переключения компактного режима — скрыть вывод инструментов и рассуждения.',
|
|
1711
1759
|
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1712
1760
|
'Добавьте файл QWEN.md, чтобы предоставить Qwen Code постоянный контекст проекта.',
|
|
1713
1761
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
@@ -1946,17 +1994,19 @@ export default {
|
|
|
1946
1994
|
'⚠️ Метод аутентификации не настроен.\n',
|
|
1947
1995
|
'Run one of the following commands to get started:\n':
|
|
1948
1996
|
'Выполните одну из следующих команд для начала:\n',
|
|
1949
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1950
|
-
' qwen auth qwen-oauth - Аутентификация через Qwen OAuth (
|
|
1997
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1998
|
+
' qwen auth qwen-oauth - Аутентификация через Qwen OAuth (прекращено)',
|
|
1951
1999
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1952
2000
|
' qwen auth coding-plan - Аутентификация через Alibaba Cloud Coding Plan\n',
|
|
1953
2001
|
'Or simply run:': 'Или просто выполните:',
|
|
1954
2002
|
' qwen auth - Interactive authentication setup\n':
|
|
1955
2003
|
' qwen auth - Интерактивная настройка аутентификации\n',
|
|
1956
2004
|
'✓ Authentication Method: Qwen OAuth': '✓ Метод аутентификации: Qwen OAuth',
|
|
1957
|
-
' Type: Free tier (
|
|
1958
|
-
' Тип: Бесплатный (
|
|
1959
|
-
' Limit:
|
|
2005
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
2006
|
+
' Тип: Бесплатный уровень (прекращено 2026-04-15)',
|
|
2007
|
+
' Limit: No longer available': ' Лимит: Больше не доступен',
|
|
2008
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
2009
|
+
'Бесплатный уровень Qwen OAuth прекращён 2026-04-15. Выполните /auth для переключения на Coding Plan, OpenRouter, Fireworks AI или другого провайдера.',
|
|
1960
2010
|
' Models: Qwen latest models\n': ' Модели: Последние модели Qwen\n',
|
|
1961
2011
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1962
2012
|
'✓ Метод аутентификации: Alibaba Cloud Coding Plan',
|
|
@@ -1982,6 +2032,7 @@ export default {
|
|
|
1982
2032
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1983
2033
|
'(↑ ↓ стрелки для навигации, Enter для выбора, Ctrl+C для выхода)\n',
|
|
1984
2034
|
compact: 'компактный',
|
|
2035
|
+
'compact mode: on (Ctrl+O off)': 'компактный режим: вкл (Ctrl+O выкл)',
|
|
1985
2036
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1986
2037
|
'Скрывать вывод инструментов и процесс рассуждений для более чистого вида (переключить с помощью Ctrl+O).',
|
|
1987
2038
|
'Press Ctrl+O to show full tool output':
|
package/locales/zh.js
CHANGED
|
@@ -57,6 +57,7 @@ export default {
|
|
|
57
57
|
'to search history': '搜索历史',
|
|
58
58
|
'to paste images': '粘贴图片',
|
|
59
59
|
'for external editor': '外部编辑器',
|
|
60
|
+
'to toggle compact mode': '切换紧凑模式',
|
|
60
61
|
'Jump through words in the input': '在输入中按单词跳转',
|
|
61
62
|
'Close dialogs, cancel requests, or quit application':
|
|
62
63
|
'关闭对话框、取消请求或退出应用程序',
|
|
@@ -686,6 +687,7 @@ export default {
|
|
|
686
687
|
'User Settings': '用户设置',
|
|
687
688
|
'System Settings': '系统设置',
|
|
688
689
|
Extensions: '扩展',
|
|
690
|
+
'Session (temporary)': '会话(临时)',
|
|
689
691
|
// Hooks - Status
|
|
690
692
|
'✓ Enabled': '✓ 已启用',
|
|
691
693
|
'✗ Disabled': '✗ 已禁用',
|
|
@@ -897,6 +899,41 @@ export default {
|
|
|
897
899
|
'用法:/memory add [--global|--project] <要记住的文本>',
|
|
898
900
|
'Attempting to save to memory {{scope}}: "{{fact}}"':
|
|
899
901
|
'正在尝试保存到记忆 {{scope}}:"{{fact}}"',
|
|
902
|
+
'Open auto-memory folder': '打开自动记忆文件夹',
|
|
903
|
+
'Auto-memory: {{status}}': '自动记忆:{{status}}',
|
|
904
|
+
'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
|
|
905
|
+
'自动整理:{{status}} · {{lastDream}} · /dream 立即运行',
|
|
906
|
+
never: '从未',
|
|
907
|
+
on: '开',
|
|
908
|
+
off: '关',
|
|
909
|
+
'✦ dreaming': '✦ 整理中',
|
|
910
|
+
'Remove matching entries from managed auto-memory.':
|
|
911
|
+
'从托管自动记忆中删除匹配的条目。',
|
|
912
|
+
'Usage: /forget <memory text to remove>': '用法:/forget <要删除的记忆文本>',
|
|
913
|
+
'No managed auto-memory entries matched: {{query}}':
|
|
914
|
+
'没有匹配的托管自动记忆条目:{{query}}',
|
|
915
|
+
'Show managed auto-memory status.': '显示托管自动记忆状态',
|
|
916
|
+
'Run managed auto-memory extraction for the current session.':
|
|
917
|
+
'为当前会话运行托管自动记忆提炼',
|
|
918
|
+
'Managed auto-memory root: {{root}}': '托管自动记忆根目录:{{root}}',
|
|
919
|
+
'Managed auto-memory topics:': '托管自动记忆主题:',
|
|
920
|
+
'No extraction cursor found yet.': '尚未找到提炼游标。',
|
|
921
|
+
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
|
|
922
|
+
'游标:session={{sessionId}},offset={{offset}},updated={{updatedAt}}',
|
|
923
|
+
'No chat client available to extract memory.':
|
|
924
|
+
'没有可用于提炼记忆的聊天客户端。',
|
|
925
|
+
'Managed auto-memory extraction is already running.':
|
|
926
|
+
'托管自动记忆提炼已在运行中。',
|
|
927
|
+
'Managed auto-memory extraction found no new durable memories.':
|
|
928
|
+
'托管自动记忆提炼未发现新的持久记忆。',
|
|
929
|
+
'Consolidate managed auto-memory topic files.': '整理托管自动记忆主题文件',
|
|
930
|
+
'Managed auto-memory dream found nothing to improve.':
|
|
931
|
+
'托管自动记忆 dream 未发现可改进内容。',
|
|
932
|
+
'Deduplicated entries: {{count}}': '去重条目数:{{count}}',
|
|
933
|
+
'Save a durable memory using the save_memory tool.':
|
|
934
|
+
'使用 save_memory 工具保存一条持久记忆',
|
|
935
|
+
'Usage: /remember [--global|--project] <text to remember>':
|
|
936
|
+
'用法:/remember [--global|--project] <要记住的文本>',
|
|
900
937
|
|
|
901
938
|
// ============================================================================
|
|
902
939
|
// Commands - MCP
|
|
@@ -1227,10 +1264,16 @@ export default {
|
|
|
1227
1264
|
'您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
|
|
1228
1265
|
'Terms of Services and Privacy Notice': '服务条款和隐私声明',
|
|
1229
1266
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
1230
|
-
'
|
|
1231
|
-
'
|
|
1232
|
-
'
|
|
1233
|
-
'
|
|
1267
|
+
'Discontinued — switch to Coding Plan or API Key':
|
|
1268
|
+
'已停用 — 请切换到 Coding Plan 或 API Key',
|
|
1269
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1270
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换服务商。',
|
|
1271
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1272
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请选择 Coding Plan 或 API Key。',
|
|
1273
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
1274
|
+
'Qwen OAuth免费层已于2026-04-15停止服务。请选择其他提供商的模型或运行 /auth 切换。',
|
|
1275
|
+
'\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
|
|
1276
|
+
'\n⚠ Qwen OAuth 免费额度已于 2026-04-15 停用。请选择其他选项。\n',
|
|
1234
1277
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1235
1278
|
'付费 \u00B7 每 5 小时最多 6,000 次请求 \u00B7 支持阿里云百炼 Coding Plan 全部模型',
|
|
1236
1279
|
'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
|
|
@@ -1474,6 +1517,8 @@ export default {
|
|
|
1474
1517
|
'按 Tab 或输入 /approval-mode 可快速切换权限模式。',
|
|
1475
1518
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1476
1519
|
'试试 /insight,从聊天记录中生成个性化洞察。',
|
|
1520
|
+
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1521
|
+
'按 Ctrl+O 切换紧凑模式 ── 隐藏工具输出和思考过程,界面更简洁。',
|
|
1477
1522
|
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1478
1523
|
'添加 QWEN.md 文件,为 Qwen Code 提供持久的项目上下文。',
|
|
1479
1524
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
@@ -1795,17 +1840,19 @@ export default {
|
|
|
1795
1840
|
'⚠️ No authentication method configured.\n': '⚠️ 未配置认证方式。\n',
|
|
1796
1841
|
'Run one of the following commands to get started:\n':
|
|
1797
1842
|
'运行以下命令之一开始配置:\n',
|
|
1798
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1799
|
-
' qwen auth qwen-oauth - 使用 Qwen OAuth
|
|
1843
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1844
|
+
' qwen auth qwen-oauth - 使用 Qwen OAuth 登录(已停用)',
|
|
1800
1845
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1801
1846
|
' qwen auth coding-plan - 使用阿里云百炼 Coding Plan 认证\n',
|
|
1802
1847
|
'Or simply run:': '或者直接运行:',
|
|
1803
1848
|
' qwen auth - Interactive authentication setup\n':
|
|
1804
1849
|
' qwen auth - 交互式认证配置\n',
|
|
1805
1850
|
'✓ Authentication Method: Qwen OAuth': '✓ 认证方式:Qwen OAuth',
|
|
1806
|
-
' Type: Free tier (
|
|
1807
|
-
'
|
|
1808
|
-
' Limit:
|
|
1851
|
+
' Type: Free tier (discontinued 2026-04-15)':
|
|
1852
|
+
' 类型:免费额度(2026-04-15 已停用)',
|
|
1853
|
+
' Limit: No longer available': ' 限额:已不可用',
|
|
1854
|
+
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1855
|
+
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换到 Coding Plan、OpenRouter、Fireworks AI 或其他服务商。',
|
|
1809
1856
|
' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
|
|
1810
1857
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1811
1858
|
'✓ 认证方式:阿里云百炼 Coding Plan',
|
|
@@ -1831,6 +1878,7 @@ export default {
|
|
|
1831
1878
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1832
1879
|
'(使用 ↑ ↓ 箭头导航,Enter 选择,Ctrl+C 退出)\n',
|
|
1833
1880
|
compact: '紧凑',
|
|
1881
|
+
'compact mode: on (Ctrl+O off)': '紧凑模式:开(Ctrl+O 关闭)',
|
|
1834
1882
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1835
1883
|
'紧凑模式下隐藏工具输出和思考过程,界面更简洁(Ctrl+O 切换)。',
|
|
1836
1884
|
'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.5-nightly.20260417.12b24e2d2",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.5-nightly.20260417.12b24e2d2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|
|
File without changes
|