@mmmbuto/qwen-code-termux 0.14.3-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.
- package/README.md +1 -1
- package/bundled/batch/SKILL.md +304 -0
- package/bundled/loop/SKILL.md +1 -0
- package/bundled/qc-helper/SKILL.md +1 -0
- package/bundled/qc-helper/docs/configuration/auth.md +13 -6
- package/bundled/qc-helper/docs/configuration/settings.md +158 -109
- package/bundled/qc-helper/docs/features/_meta.ts +4 -0
- package/bundled/qc-helper/docs/features/arena.md +3 -2
- package/bundled/qc-helper/docs/features/commands.md +67 -11
- package/bundled/qc-helper/docs/features/dual-output.md +593 -0
- package/bundled/qc-helper/docs/features/headless.md +61 -0
- package/bundled/qc-helper/docs/features/hooks.md +408 -120
- package/bundled/qc-helper/docs/features/mcp.md +100 -14
- package/bundled/qc-helper/docs/features/memory.md +168 -0
- package/bundled/qc-helper/docs/features/sandbox.md +9 -1
- package/bundled/qc-helper/docs/features/status-line.md +36 -10
- package/bundled/qc-helper/docs/features/sub-agents.md +126 -7
- package/bundled/qc-helper/docs/features/tips.md +54 -0
- package/bundled/qc-helper/docs/features/tool-use-summaries.md +178 -0
- package/bundled/qc-helper/docs/overview.md +4 -4
- package/bundled/qc-helper/docs/quickstart.md +15 -9
- package/bundled/qc-helper/docs/support/tos-privacy.md +1 -1
- package/bundled/qc-helper/docs/support/troubleshooting.md +9 -3
- package/bundled/review/SKILL.md +3 -2
- package/cli.js +241845 -206771
- package/locales/ca.js +2143 -0
- package/locales/de.js +82 -8
- package/locales/en.js +91 -8
- package/locales/fr.js +2099 -0
- package/locales/ja.js +81 -8
- package/locales/pt.js +83 -8
- package/locales/ru.js +81 -8
- package/locales/zh-TW.js +1678 -0
- package/locales/zh.js +88 -8
- package/package.json +2 -2
- 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: '注解',
|
|
@@ -1227,14 +1277,22 @@ export default {
|
|
|
1227
1277
|
'您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
|
|
1228
1278
|
'Terms of Services and Privacy Notice': '服务条款和隐私声明',
|
|
1229
1279
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
1230
|
-
'
|
|
1231
|
-
'
|
|
1232
|
-
'
|
|
1233
|
-
'
|
|
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',
|
|
1234
1290
|
'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
|
|
1235
1291
|
'付费 \u00B7 每 5 小时最多 6,000 次请求 \u00B7 支持阿里云百炼 Coding Plan 全部模型',
|
|
1236
1292
|
'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
|
|
1237
1293
|
'Bring your own API key': '使用自己的 API 密钥',
|
|
1294
|
+
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
|
|
1295
|
+
'基于浏览器的第三方提供商认证(例如 OpenRouter、ModelScope)',
|
|
1238
1296
|
'Use coding plan credentials or your own api-keys/providers.':
|
|
1239
1297
|
'使用 Coding Plan 凭证或您自己的 API 密钥/提供商。',
|
|
1240
1298
|
OpenAI: 'OpenAI',
|
|
@@ -1409,6 +1467,7 @@ export default {
|
|
|
1409
1467
|
'Press Ctrl+C again to exit.': '再次按 Ctrl+C 退出',
|
|
1410
1468
|
'Press Ctrl+D again to exit.': '再次按 Ctrl+D 退出',
|
|
1411
1469
|
'Press Esc again to clear.': '再次按 Esc 清除',
|
|
1470
|
+
'Press ↑ to edit queued messages': '按 ↑ 编辑排队消息',
|
|
1412
1471
|
|
|
1413
1472
|
// ============================================================================
|
|
1414
1473
|
// MCP Status
|
|
@@ -1473,6 +1532,18 @@ export default {
|
|
|
1473
1532
|
'按 Tab 或输入 /approval-mode 可快速切换权限模式。',
|
|
1474
1533
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1475
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 总结历史,释放上下文。',
|
|
1476
1547
|
|
|
1477
1548
|
// ============================================================================
|
|
1478
1549
|
// Exit Screen / Stats
|
|
@@ -1698,6 +1769,11 @@ export default {
|
|
|
1698
1769
|
// Context Usage
|
|
1699
1770
|
// ============================================================================
|
|
1700
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',
|
|
1701
1777
|
'Context window': '上下文窗口',
|
|
1702
1778
|
Used: '已用',
|
|
1703
1779
|
Free: '空闲',
|
|
@@ -1784,16 +1860,19 @@ export default {
|
|
|
1784
1860
|
'⚠️ No authentication method configured.\n': '⚠️ 未配置认证方式。\n',
|
|
1785
1861
|
'Run one of the following commands to get started:\n':
|
|
1786
1862
|
'运行以下命令之一开始配置:\n',
|
|
1787
|
-
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (
|
|
1788
|
-
' qwen auth qwen-oauth - 使用 Qwen OAuth
|
|
1863
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1864
|
+
' qwen auth qwen-oauth - 使用 Qwen OAuth 登录(已停用)',
|
|
1789
1865
|
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1790
1866
|
' qwen auth coding-plan - 使用阿里云百炼 Coding Plan 认证\n',
|
|
1791
1867
|
'Or simply run:': '或者直接运行:',
|
|
1792
1868
|
' qwen auth - Interactive authentication setup\n':
|
|
1793
1869
|
' qwen auth - 交互式认证配置\n',
|
|
1794
1870
|
'✓ Authentication Method: Qwen OAuth': '✓ 认证方式:Qwen OAuth',
|
|
1795
|
-
' Type: Free tier':
|
|
1796
|
-
|
|
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 或其他服务商。',
|
|
1797
1876
|
' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
|
|
1798
1877
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1799
1878
|
'✓ 认证方式:阿里云百炼 Coding Plan',
|
|
@@ -1819,6 +1898,7 @@ export default {
|
|
|
1819
1898
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1820
1899
|
'(使用 ↑ ↓ 箭头导航,Enter 选择,Ctrl+C 退出)\n',
|
|
1821
1900
|
compact: '紧凑',
|
|
1901
|
+
'compact mode: on (Ctrl+O off)': '紧凑模式:开(Ctrl+O 关闭)',
|
|
1822
1902
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1823
1903
|
'紧凑模式下隐藏工具输出和思考过程,界面更简洁(Ctrl+O 切换)。',
|
|
1824
1904
|
'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/qwen-code-termux",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
28
|
+
"sandboxImageUri": "ghcr.io/mmmbuto/qwen-code-termux:0.15.5-termux"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {},
|
|
31
31
|
"optionalDependencies": {
|
|
File without changes
|