@qwen-code/qwen-code 0.14.1 → 0.14.2-nightly.20260410.4d2d4432d
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/bundled/qc-helper/docs/configuration/settings.md +31 -16
- package/bundled/qc-helper/docs/features/_meta.ts +2 -0
- package/bundled/qc-helper/docs/features/approval-mode.md +16 -8
- package/bundled/qc-helper/docs/features/code-review.md +279 -0
- package/bundled/qc-helper/docs/features/commands.md +17 -4
- package/bundled/qc-helper/docs/features/followup-suggestions.md +1 -1
- package/bundled/qc-helper/docs/features/status-line.md +235 -0
- package/bundled/review/DESIGN.md +165 -0
- package/bundled/review/SKILL.md +358 -88
- package/cli.js +40917 -39990
- package/locales/de.js +15 -0
- package/locales/en.js +15 -0
- package/locales/ja.js +15 -0
- package/locales/pt.js +15 -0
- package/locales/ru.js +15 -0
- package/locales/zh.js +13 -0
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -1184,6 +1184,8 @@ export default {
|
|
|
1184
1184
|
'Always allow for this user': 'Für diesen Benutzer immer erlauben',
|
|
1185
1185
|
'Always allow {{action}} for this user':
|
|
1186
1186
|
'{{action}} für diesen Benutzer immer erlauben',
|
|
1187
|
+
'Yes, restore previous mode ({{mode}})':
|
|
1188
|
+
'Ja, vorherigen Modus wiederherstellen ({{mode}})',
|
|
1187
1189
|
'Yes, and auto-accept edits': 'Ja, und Änderungen automatisch akzeptieren',
|
|
1188
1190
|
'Yes, and manually approve edits': 'Ja, und Änderungen manuell genehmigen',
|
|
1189
1191
|
'No, keep planning (esc)': 'Nein, weiter planen (Esc)',
|
|
@@ -1973,4 +1975,17 @@ export default {
|
|
|
1973
1975
|
'Vollständige Tool-Ausgabe und Denkprozess im ausführlichen Modus anzeigen (mit Strg+O umschalten).',
|
|
1974
1976
|
'Press Ctrl+O to show full tool output':
|
|
1975
1977
|
'Strg+O für vollständige Tool-Ausgabe drücken',
|
|
1978
|
+
|
|
1979
|
+
'Switch to plan mode or exit plan mode':
|
|
1980
|
+
'Switch to plan mode or exit plan mode',
|
|
1981
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
1982
|
+
'Exited plan mode. Previous approval mode restored.',
|
|
1983
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
1984
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.',
|
|
1985
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
1986
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
1987
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1988
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
1989
|
+
|
|
1990
|
+
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
1976
1991
|
};
|
package/locales/en.js
CHANGED
|
@@ -1236,6 +1236,8 @@ export default {
|
|
|
1236
1236
|
'Always allow for this user': 'Always allow for this user',
|
|
1237
1237
|
'Always allow {{action}} for this user':
|
|
1238
1238
|
'Always allow {{action}} for this user',
|
|
1239
|
+
'Yes, restore previous mode ({{mode}})':
|
|
1240
|
+
'Yes, restore previous mode ({{mode}})',
|
|
1239
1241
|
'Yes, and auto-accept edits': 'Yes, and auto-accept edits',
|
|
1240
1242
|
'Yes, and manually approve edits': 'Yes, and manually approve edits',
|
|
1241
1243
|
'No, keep planning (esc)': 'No, keep planning (esc)',
|
|
@@ -2013,4 +2015,17 @@ export default {
|
|
|
2013
2015
|
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).',
|
|
2014
2016
|
'Press Ctrl+O to show full tool output':
|
|
2015
2017
|
'Press Ctrl+O to show full tool output',
|
|
2018
|
+
|
|
2019
|
+
'Switch to plan mode or exit plan mode':
|
|
2020
|
+
'Switch to plan mode or exit plan mode',
|
|
2021
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
2022
|
+
'Exited plan mode. Previous approval mode restored.',
|
|
2023
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
2024
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.',
|
|
2025
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
2026
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
2027
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
2028
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
2029
|
+
|
|
2030
|
+
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
2016
2031
|
};
|
package/locales/ja.js
CHANGED
|
@@ -918,6 +918,8 @@ export default {
|
|
|
918
918
|
'このプロジェクトで{{action}}を常に許可',
|
|
919
919
|
'Always allow for this user': 'このユーザーに常に許可',
|
|
920
920
|
'Always allow {{action}} for this user': 'このユーザーに{{action}}を常に許可',
|
|
921
|
+
'Yes, restore previous mode ({{mode}})':
|
|
922
|
+
'はい、以前のモードに戻す ({{mode}})',
|
|
921
923
|
'Yes, and auto-accept edits': 'はい、編集を自動承認',
|
|
922
924
|
'Yes, and manually approve edits': 'はい、編集を手動承認',
|
|
923
925
|
'No, keep planning (esc)': 'いいえ、計画を続ける (Esc)',
|
|
@@ -1464,4 +1466,17 @@ export default {
|
|
|
1464
1466
|
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
|
|
1465
1467
|
'詳細モードで完全なツール出力と思考を表示します(Ctrl+O で切り替え)。',
|
|
1466
1468
|
'Press Ctrl+O to show full tool output': 'Ctrl+O で完全なツール出力を表示',
|
|
1469
|
+
|
|
1470
|
+
'Switch to plan mode or exit plan mode':
|
|
1471
|
+
'Switch to plan mode or exit plan mode',
|
|
1472
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
1473
|
+
'Exited plan mode. Previous approval mode restored.',
|
|
1474
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
1475
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.',
|
|
1476
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
1477
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
1478
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1479
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
1480
|
+
|
|
1481
|
+
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
1467
1482
|
};
|
package/locales/pt.js
CHANGED
|
@@ -1190,6 +1190,8 @@ export default {
|
|
|
1190
1190
|
'Always allow for this user': 'Sempre permitir para este usuário',
|
|
1191
1191
|
'Always allow {{action}} for this user':
|
|
1192
1192
|
'Sempre permitir {{action}} para este usuário',
|
|
1193
|
+
'Yes, restore previous mode ({{mode}})':
|
|
1194
|
+
'Sim, restaurar modo anterior ({{mode}})',
|
|
1193
1195
|
'Yes, and auto-accept edits': 'Sim, e aceitar edições automaticamente',
|
|
1194
1196
|
'Yes, and manually approve edits': 'Sim, e aprovar edições manualmente',
|
|
1195
1197
|
'No, keep planning (esc)': 'Não, continuar planejando (esc)',
|
|
@@ -1963,4 +1965,17 @@ export default {
|
|
|
1963
1965
|
'Mostrar saída completa da ferramenta e raciocínio no modo detalhado (alternar com Ctrl+O).',
|
|
1964
1966
|
'Press Ctrl+O to show full tool output':
|
|
1965
1967
|
'Pressione Ctrl+O para exibir a saída completa da ferramenta',
|
|
1968
|
+
|
|
1969
|
+
'Switch to plan mode or exit plan mode':
|
|
1970
|
+
'Switch to plan mode or exit plan mode',
|
|
1971
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
1972
|
+
'Exited plan mode. Previous approval mode restored.',
|
|
1973
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
1974
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.',
|
|
1975
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
1976
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
1977
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1978
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
1979
|
+
|
|
1980
|
+
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
1966
1981
|
};
|
package/locales/ru.js
CHANGED
|
@@ -1114,6 +1114,8 @@ export default {
|
|
|
1114
1114
|
'Always allow for this user': 'Всегда разрешать для этого пользователя',
|
|
1115
1115
|
'Always allow {{action}} for this user':
|
|
1116
1116
|
'Всегда разрешать {{action}} для этого пользователя',
|
|
1117
|
+
'Yes, restore previous mode ({{mode}})':
|
|
1118
|
+
'Да, восстановить предыдущий режим ({{mode}})',
|
|
1117
1119
|
'Yes, and auto-accept edits': 'Да, и автоматически принимать правки',
|
|
1118
1120
|
'Yes, and manually approve edits': 'Да, и вручную подтверждать правки',
|
|
1119
1121
|
'No, keep planning (esc)': 'Нет, продолжить планирование (esc)',
|
|
@@ -1970,4 +1972,17 @@ export default {
|
|
|
1970
1972
|
'Показывать полный вывод инструментов и процесс рассуждений в подробном режиме (переключить с помощью Ctrl+O).',
|
|
1971
1973
|
'Press Ctrl+O to show full tool output':
|
|
1972
1974
|
'Нажмите Ctrl+O для показа полного вывода инструментов',
|
|
1975
|
+
|
|
1976
|
+
'Switch to plan mode or exit plan mode':
|
|
1977
|
+
'Switch to plan mode or exit plan mode',
|
|
1978
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
1979
|
+
'Exited plan mode. Previous approval mode restored.',
|
|
1980
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
1981
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.',
|
|
1982
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
1983
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
1984
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1985
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
1986
|
+
|
|
1987
|
+
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
1973
1988
|
};
|
package/locales/zh.js
CHANGED
|
@@ -1170,6 +1170,7 @@ export default {
|
|
|
1170
1170
|
'Always allow {{action}} in this project': '在本项目中总是允许{{action}}',
|
|
1171
1171
|
'Always allow for this user': '对该用户总是允许',
|
|
1172
1172
|
'Always allow {{action}} for this user': '对该用户总是允许{{action}}',
|
|
1173
|
+
'Yes, restore previous mode ({{mode}})': '是,恢复之前的模式 ({{mode}})',
|
|
1173
1174
|
'Yes, and auto-accept edits': '是,并自动接受编辑',
|
|
1174
1175
|
'Yes, and manually approve edits': '是,并手动批准编辑',
|
|
1175
1176
|
'No, keep planning (esc)': '否,继续规划 (esc)',
|
|
@@ -1817,4 +1818,16 @@ export default {
|
|
|
1817
1818
|
'Show full tool output and thinking in verbose mode (toggle with Ctrl+O).':
|
|
1818
1819
|
'详细模式下显示完整工具输出和思考过程(Ctrl+O 切换)。',
|
|
1819
1820
|
'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
|
|
1821
|
+
|
|
1822
|
+
'Switch to plan mode or exit plan mode': '切换到计划模式或退出计划模式',
|
|
1823
|
+
'Exited plan mode. Previous approval mode restored.':
|
|
1824
|
+
'已退出计划模式,已恢复之前的审批模式。',
|
|
1825
|
+
'Enabled plan mode. The agent will analyze and plan without executing tools.':
|
|
1826
|
+
'启用计划模式。智能体将只分析和规划,而不执行工具。',
|
|
1827
|
+
'Already in plan mode. Use "/plan exit" to exit plan mode.':
|
|
1828
|
+
'已处于计划模式。使用 "/plan exit" 退出计划模式。',
|
|
1829
|
+
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1830
|
+
'未处于计划模式。请先使用 "/plan" 进入计划模式。',
|
|
1831
|
+
|
|
1832
|
+
"Set up Qwen Code's status line UI": '配置 Qwen Code 的状态栏',
|
|
1820
1833
|
};
|
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.2-nightly.20260410.4d2d4432d",
|
|
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.2-nightly.20260410.4d2d4432d"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|