@mmmbuto/qwen-code-termux 0.14.1-termux → 0.15.5-termux

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.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/bundled/batch/SKILL.md +304 -0
  3. package/bundled/loop/SKILL.md +1 -0
  4. package/bundled/qc-helper/SKILL.md +1 -0
  5. package/bundled/qc-helper/docs/configuration/auth.md +13 -6
  6. package/bundled/qc-helper/docs/configuration/settings.md +173 -108
  7. package/bundled/qc-helper/docs/features/_meta.ts +6 -0
  8. package/bundled/qc-helper/docs/features/approval-mode.md +16 -8
  9. package/bundled/qc-helper/docs/features/arena.md +3 -2
  10. package/bundled/qc-helper/docs/features/code-review.md +279 -0
  11. package/bundled/qc-helper/docs/features/commands.md +96 -26
  12. package/bundled/qc-helper/docs/features/dual-output.md +593 -0
  13. package/bundled/qc-helper/docs/features/followup-suggestions.md +6 -6
  14. package/bundled/qc-helper/docs/features/headless.md +61 -0
  15. package/bundled/qc-helper/docs/features/hooks.md +408 -120
  16. package/bundled/qc-helper/docs/features/mcp.md +100 -14
  17. package/bundled/qc-helper/docs/features/memory.md +168 -0
  18. package/bundled/qc-helper/docs/features/sandbox.md +9 -1
  19. package/bundled/qc-helper/docs/features/status-line.md +261 -0
  20. package/bundled/qc-helper/docs/features/sub-agents.md +126 -7
  21. package/bundled/qc-helper/docs/features/tips.md +54 -0
  22. package/bundled/qc-helper/docs/features/tool-use-summaries.md +178 -0
  23. package/bundled/qc-helper/docs/overview.md +4 -4
  24. package/bundled/qc-helper/docs/quickstart.md +15 -9
  25. package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +1 -1
  26. package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
  27. package/bundled/qc-helper/docs/support/troubleshooting.md +9 -3
  28. package/bundled/review/DESIGN.md +165 -0
  29. package/bundled/review/SKILL.md +359 -88
  30. package/cli.js +296184 -260145
  31. package/locales/ca.js +2143 -0
  32. package/locales/de.js +104 -14
  33. package/locales/en.js +113 -13
  34. package/locales/fr.js +2099 -0
  35. package/locales/ja.js +103 -14
  36. package/locales/pt.js +105 -14
  37. package/locales/ru.js +103 -14
  38. package/locales/zh-TW.js +1678 -0
  39. package/locales/zh.js +110 -13
  40. package/package.json +2 -2
  41. package/bundled/qc-helper/docs/configuration/memory.md +0 -0
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
  '关闭对话框、取消请求或退出应用程序',
@@ -412,6 +413,8 @@ export default {
412
413
  'Tool Schema Compliance': '工具 Schema 兼容性',
413
414
  // Settings enum options
414
415
  'Auto (detect from system)': '自动(从系统检测)',
416
+ 'Auto (detect terminal theme)': '自动(检测终端主题)',
417
+ Auto: '自动',
415
418
  Text: '文本',
416
419
  JSON: 'JSON',
417
420
  Plan: '规划',
@@ -575,6 +578,7 @@ export default {
575
578
  '(user)': '(用户)',
576
579
  '[not set]': '[未设置]',
577
580
  '[value stored in keychain]': '[值存储在钥匙串中]',
581
+ 'Value:': '值:',
578
582
  'Manage extension settings.': '管理扩展设置。',
579
583
  'You need to specify a command (set or list).':
580
584
  '您需要指定命令(set 或 list)。',
@@ -686,6 +690,7 @@ export default {
686
690
  'User Settings': '用户设置',
687
691
  'System Settings': '系统设置',
688
692
  Extensions: '扩展',
693
+ 'Session (temporary)': '会话(临时)',
689
694
  // Hooks - Status
690
695
  '✓ Enabled': '✓ 已启用',
691
696
  '✗ Disabled': '✗ 已禁用',
@@ -897,6 +902,41 @@ export default {
897
902
  '用法:/memory add [--global|--project] <要记住的文本>',
898
903
  'Attempting to save to memory {{scope}}: "{{fact}}"':
899
904
  '正在尝试保存到记忆 {{scope}}:"{{fact}}"',
905
+ 'Open auto-memory folder': '打开自动记忆文件夹',
906
+ 'Auto-memory: {{status}}': '自动记忆:{{status}}',
907
+ 'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
908
+ '自动整理:{{status}} · {{lastDream}} · /dream 立即运行',
909
+ never: '从未',
910
+ on: '开',
911
+ off: '关',
912
+ '✦ dreaming': '✦ 整理中',
913
+ 'Remove matching entries from managed auto-memory.':
914
+ '从托管自动记忆中删除匹配的条目。',
915
+ 'Usage: /forget <memory text to remove>': '用法:/forget <要删除的记忆文本>',
916
+ 'No managed auto-memory entries matched: {{query}}':
917
+ '没有匹配的托管自动记忆条目:{{query}}',
918
+ 'Show managed auto-memory status.': '显示托管自动记忆状态',
919
+ 'Run managed auto-memory extraction for the current session.':
920
+ '为当前会话运行托管自动记忆提炼',
921
+ 'Managed auto-memory root: {{root}}': '托管自动记忆根目录:{{root}}',
922
+ 'Managed auto-memory topics:': '托管自动记忆主题:',
923
+ 'No extraction cursor found yet.': '尚未找到提炼游标。',
924
+ 'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
925
+ '游标:session={{sessionId}},offset={{offset}},updated={{updatedAt}}',
926
+ 'No chat client available to extract memory.':
927
+ '没有可用于提炼记忆的聊天客户端。',
928
+ 'Managed auto-memory extraction is already running.':
929
+ '托管自动记忆提炼已在运行中。',
930
+ 'Managed auto-memory extraction found no new durable memories.':
931
+ '托管自动记忆提炼未发现新的持久记忆。',
932
+ 'Consolidate managed auto-memory topic files.': '整理托管自动记忆主题文件',
933
+ 'Managed auto-memory dream found nothing to improve.':
934
+ '托管自动记忆 dream 未发现可改进内容。',
935
+ 'Deduplicated entries: {{count}}': '去重条目数:{{count}}',
936
+ 'Save a durable memory using the save_memory tool.':
937
+ '使用 save_memory 工具保存一条持久记忆',
938
+ 'Usage: /remember [--global|--project] <text to remember>':
939
+ '用法:/remember [--global|--project] <要记住的文本>',
900
940
 
901
941
  // ============================================================================
902
942
  // Commands - MCP
@@ -986,12 +1026,20 @@ export default {
986
1026
  '按 Enter 开始认证,Esc 返回',
987
1027
  'Authenticating... Please complete the login in your browser.':
988
1028
  '认证中... 请在浏览器中完成登录。',
1029
+ 'Press c to copy the authorization URL to your clipboard.':
1030
+ '按 c 复制授权 URL 到剪贴板。',
1031
+ 'Copy request sent to your terminal. If paste is empty, copy the URL above manually.':
1032
+ '已向终端发送复制请求;若粘贴为空,请手动复制上方 URL。',
1033
+ 'Cannot write to terminal — copy the URL above manually.':
1034
+ '无法写入终端,请手动复制上方 URL。',
989
1035
  'Press Enter or Esc to go back': '按 Enter 或 Esc 返回',
990
1036
 
991
1037
  // MCP Server Detail
992
1038
  'Command:': '命令:',
993
1039
  'Working Directory:': '工作目录:',
994
1040
  'Capabilities:': '功能:',
1041
+ 'No server selected': '未选择服务器',
1042
+ prompts: '提示',
995
1043
 
996
1044
  // MCP Tool List
997
1045
  'No tools available for this server.': '此服务器没有可用工具。',
@@ -1004,7 +1052,9 @@ export default {
1004
1052
  '{{current}}/{{total}}': '{{current}}/{{total}}',
1005
1053
 
1006
1054
  // MCP Tool Detail
1055
+ required: '必需',
1007
1056
  Type: '类型',
1057
+ Enum: '枚举',
1008
1058
  Parameters: '参数',
1009
1059
  'No tool selected': '未选择工具',
1010
1060
  Annotations: '注解',
@@ -1092,8 +1142,10 @@ export default {
1092
1142
  // ============================================================================
1093
1143
  // Commands - Model
1094
1144
  // ============================================================================
1095
- 'Switch the model for this session': '切换此会话的模型',
1096
- 'Set fast model for background tasks': '设置后台任务的快速模型',
1145
+ 'Switch the model for this session (--fast for suggestion model)':
1146
+ '切换此会话的模型(--fast 可设置建议模型)',
1147
+ 'Set a lighter model for prompt suggestions and speculative execution':
1148
+ '设置用于输入建议和推测执行的轻量模型',
1097
1149
  'Content generator configuration not available.': '内容生成器配置不可用',
1098
1150
  'Authentication type not available.': '认证类型不可用',
1099
1151
  'No models available for the current authentication type ({{authType}}).':
@@ -1170,6 +1222,7 @@ export default {
1170
1222
  'Always allow {{action}} in this project': '在本项目中总是允许{{action}}',
1171
1223
  'Always allow for this user': '对该用户总是允许',
1172
1224
  'Always allow {{action}} for this user': '对该用户总是允许{{action}}',
1225
+ 'Yes, restore previous mode ({{mode}})': '是,恢复之前的模式 ({{mode}})',
1173
1226
  'Yes, and auto-accept edits': '是,并自动接受编辑',
1174
1227
  'Yes, and manually approve edits': '是,并手动批准编辑',
1175
1228
  'No, keep planning (esc)': '否,继续规划 (esc)',
@@ -1224,14 +1277,22 @@ export default {
1224
1277
  '您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
1225
1278
  'Terms of Services and Privacy Notice': '服务条款和隐私声明',
1226
1279
  'Qwen OAuth': 'Qwen OAuth (免费)',
1227
- 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
1228
- '免费 \u00B7 每天最多 1,000 次请求 \u00B7 Qwen 最新模型',
1229
- 'Login with QwenChat account to use daily free quota.':
1230
- '使用 QwenChat 账号登录,享受每日免费额度。',
1280
+ 'Discontinued switch to Coding Plan or API Key':
1281
+ '已停用 请切换到 Coding Plan API Key',
1282
+ 'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
1283
+ 'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换服务商。',
1284
+ 'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
1285
+ 'Qwen OAuth 免费额度已于 2026-04-15 停用。请选择 Coding Plan 或 API Key。',
1286
+ 'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
1287
+ 'Qwen OAuth免费层已于2026-04-15停止服务。请选择其他提供商的模型或运行 /auth 切换。',
1288
+ '\n⚠ Qwen OAuth free tier was discontinued on 2026-04-15. Please select another option.\n':
1289
+ '\n⚠ Qwen OAuth 免费额度已于 2026-04-15 停用。请选择其他选项。\n',
1231
1290
  'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
1232
1291
  '付费 \u00B7 每 5 小时最多 6,000 次请求 \u00B7 支持阿里云百炼 Coding Plan 全部模型',
1233
1292
  'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
1234
1293
  'Bring your own API key': '使用自己的 API 密钥',
1294
+ 'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
1295
+ '基于浏览器的第三方提供商认证(例如 OpenRouter、ModelScope)',
1235
1296
  'Use coding plan credentials or your own api-keys/providers.':
1236
1297
  '使用 Coding Plan 凭证或您自己的 API 密钥/提供商。',
1237
1298
  OpenAI: 'OpenAI',
@@ -1406,6 +1467,7 @@ export default {
1406
1467
  'Press Ctrl+C again to exit.': '再次按 Ctrl+C 退出',
1407
1468
  'Press Ctrl+D again to exit.': '再次按 Ctrl+D 退出',
1408
1469
  'Press Esc again to clear.': '再次按 Esc 清除',
1470
+ 'Press ↑ to edit queued messages': '按 ↑ 编辑排队消息',
1409
1471
 
1410
1472
  // ============================================================================
1411
1473
  // MCP Status
@@ -1470,6 +1532,18 @@ export default {
1470
1532
  '按 Tab 或输入 /approval-mode 可快速切换权限模式。',
1471
1533
  'Try /insight to generate personalized insights from your chat history.':
1472
1534
  '试试 /insight,从聊天记录中生成个性化洞察。',
1535
+ 'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
1536
+ '按 Ctrl+O 切换紧凑模式 ── 隐藏工具输出和思考过程,界面更简洁。',
1537
+ 'Add a QWEN.md file to give Qwen Code persistent project context.':
1538
+ '添加 QWEN.md 文件,为 Qwen Code 提供持久的项目上下文。',
1539
+ 'Use /btw to ask a quick side question without disrupting the conversation.':
1540
+ '用 /btw 快速问一个小问题,不会打断当前对话。',
1541
+ 'Context is almost full! Run /compress now or start /new to continue.':
1542
+ '上下文即将用满!请立即执行 /compress 或使用 /new 开启新会话。',
1543
+ 'Context is getting full. Use /compress to free up space.':
1544
+ '上下文空间不足,用 /compress 释放空间。',
1545
+ 'Long conversation? /compress summarizes history to free context.':
1546
+ '对话太长?用 /compress 总结历史,释放上下文。',
1473
1547
 
1474
1548
  // ============================================================================
1475
1549
  // Exit Screen / Stats
@@ -1695,6 +1769,11 @@ export default {
1695
1769
  // Context Usage
1696
1770
  // ============================================================================
1697
1771
  'Context Usage': '上下文使用情况',
1772
+ '% used': '% 已用',
1773
+ '% context used': '% 上下文已用',
1774
+ 'Context exceeds limit! Use /compress or /clear to reduce.':
1775
+ '上下文超出限制!请使用 /compress 或 /clear 来减少上下文。',
1776
+ 'Use /compress or /clear': '使用 /compress 或 /clear',
1698
1777
  'Context window': '上下文窗口',
1699
1778
  Used: '已用',
1700
1779
  Free: '空闲',
@@ -1713,6 +1792,8 @@ export default {
1713
1792
  'Show context window usage breakdown.': '显示上下文窗口使用情况分解。',
1714
1793
  'Run /context detail for per-item breakdown.':
1715
1794
  '运行 /context detail 查看详细分解。',
1795
+ 'Show context window usage breakdown. Use "/context detail" for per-item breakdown.':
1796
+ '显示上下文窗口使用情况分解。输入 "/context detail" 查看详细分解。',
1716
1797
  'body loaded': '内容已加载',
1717
1798
  memory: '记忆',
1718
1799
  '{{region}} configuration updated successfully.': '{{region}} 配置更新成功。',
@@ -1779,16 +1860,19 @@ export default {
1779
1860
  '⚠️ No authentication method configured.\n': '⚠️ 未配置认证方式。\n',
1780
1861
  'Run one of the following commands to get started:\n':
1781
1862
  '运行以下命令之一开始配置:\n',
1782
- ' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
1783
- ' qwen auth qwen-oauth - 使用 Qwen OAuth 认证(免费)',
1863
+ ' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
1864
+ ' qwen auth qwen-oauth - 使用 Qwen OAuth 登录(已停用)',
1784
1865
  ' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
1785
1866
  ' qwen auth coding-plan - 使用阿里云百炼 Coding Plan 认证\n',
1786
1867
  'Or simply run:': '或者直接运行:',
1787
1868
  ' qwen auth - Interactive authentication setup\n':
1788
1869
  ' qwen auth - 交互式认证配置\n',
1789
1870
  '✓ Authentication Method: Qwen OAuth': '✓ 认证方式:Qwen OAuth',
1790
- ' Type: Free tier': ' 类型:免费版',
1791
- ' Limit: Up to 1,000 requests/day': ' 限额:每天最多 1,000 次请求',
1871
+ ' Type: Free tier (discontinued 2026-04-15)':
1872
+ ' 类型:免费额度(2026-04-15 已停用)',
1873
+ ' Limit: No longer available': ' 限额:已不可用',
1874
+ 'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
1875
+ 'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换到 Coding Plan、OpenRouter、Fireworks AI 或其他服务商。',
1792
1876
  ' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
1793
1877
  '✓ Authentication Method: Alibaba Cloud Coding Plan':
1794
1878
  '✓ 认证方式:阿里云百炼 Coding Plan',
@@ -1813,8 +1897,21 @@ export default {
1813
1897
  '原始模式不可用。请在交互式终端中运行。',
1814
1898
  '(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
1815
1899
  '(使用 ↑ ↓ 箭头导航,Enter 选择,Ctrl+C 退出)\n',
1816
- verbose: '详细',
1817
- 'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
1818
- '详细模式下显示完整工具输出和思考过程(Ctrl+O 切换)。',
1900
+ compact: '紧凑',
1901
+ 'compact mode: on (Ctrl+O off)': '紧凑模式:开(Ctrl+O 关闭)',
1902
+ 'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
1903
+ '紧凑模式下隐藏工具输出和思考过程,界面更简洁(Ctrl+O 切换)。',
1819
1904
  'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
1905
+
1906
+ 'Switch to plan mode or exit plan mode': '切换到计划模式或退出计划模式',
1907
+ 'Exited plan mode. Previous approval mode restored.':
1908
+ '已退出计划模式,已恢复之前的审批模式。',
1909
+ 'Enabled plan mode. The agent will analyze and plan without executing tools.':
1910
+ '启用计划模式。智能体将只分析和规划,而不执行工具。',
1911
+ 'Already in plan mode. Use "/plan exit" to exit plan mode.':
1912
+ '已处于计划模式。使用 "/plan exit" 退出计划模式。',
1913
+ 'Not in plan mode. Use "/plan" to enter plan mode first.':
1914
+ '未处于计划模式。请先使用 "/plan" 进入计划模式。',
1915
+
1916
+ "Set up Qwen Code's status line UI": '配置 Qwen Code 的状态栏',
1820
1917
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/qwen-code-termux",
3
- "version": "0.14.1-termux",
3
+ "version": "0.15.5-termux",
4
4
  "description": "Qwen Code - AI-powered coding assistant (Termux Edition for Android)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "scripts/postinstall.cjs"
26
26
  ],
27
27
  "config": {
28
- "sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.14.1-termux"
28
+ "sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.15.5-termux"
29
29
  },
30
30
  "dependencies": {},
31
31
  "optionalDependencies": {
File without changes