qwen-code/packages/cli/src
Qwen Code Bot 75211b4913 fix(cli): strengthen Ctrl+O toggle assertion and document non-VP redraw (#8077)
Tighten the structural M1 assertion from .toContain to a regex that
matches the (prev) => !prev updater pattern, catching mutations like
(prev) => true that the old check would miss.  Document the non-VP
scrollback redraw in keyboard-shortcuts.md per maintainer request.
2026-07-31 20:09:26 +00:00
..
acp-integration feat(core): add a host tool invocation guard (#8032) 2026-07-31 13:46:29 +00:00
commands fix(serve): isolate managed memory by selected workspace (#8056) 2026-07-31 15:06:38 +00:00
config chore: merge origin/main into fix/hide-streaming-thinking-preview 2026-07-31 14:19:53 +00:00
core perf(cli): defer startup prefetch tasks (#6303) 2026-07-07 15:31:55 +00:00
dualOutput feat(core): Route Plan-mode shell commands by safety (#7172) 2026-07-19 16:00:22 +00:00
export feat(vscode-companion): support /export session command (#2592) 2026-04-24 17:55:26 +08:00
hooks feat(hooks): add SessionDelete event (#8059) 2026-07-31 13:05:44 +00:00
i18n fix(cli): address review feedback on test isolation, dead i18n keys, and missing negative case (#8077) 2026-07-30 19:01:37 +00:00
nonInteractive fix(core): bridge tool-result images for text-only models (#7484) 2026-07-28 08:47:40 +00:00
patches adh/bugfix/1563 (#4822) 2025-07-25 16:39:37 +00:00
remoteInput fix(cli): preserve partial remote input JSONL records (#6317) 2026-07-04 22:19:58 +00:00
serve fix(serve): isolate managed memory by selected workspace (#8056) 2026-07-31 15:06:38 +00:00
services fix(cli): MCP prompt completion no longer blocks Enter for optional params (#7995) 2026-07-29 13:00:37 +00:00
startup fix(cli): soften update-check failure UX — warning instead of error, raise timeout to 5s (#7409) 2026-07-21 12:42:41 +00:00
test-utils fix(cli): default to virtualized terminal history (#5738) 2026-07-28 12:51:55 +00:00
ui fix(cli): strengthen Ctrl+O toggle assertion and document non-VP redraw (#8077) 2026-07-31 20:09:26 +00:00
utils fix(cli): prevent silent VP-mode crash by adding uncaughtException handler and error visibility (#8088) 2026-07-31 08:39:55 +00:00
cli.test.ts fix(cli): stamp QWEN_CODE_CLI at the workspace entry and publish QWEN_CODE_MODEL (#7993) 2026-07-30 02:40:18 +00:00
cli.ts fix(cli): prevent silent VP-mode crash by adding uncaughtException handler and error visibility (#8088) 2026-07-31 08:39:55 +00:00
gemini.test.tsx fix(cli): prevent silent VP-mode crash by adding uncaughtException handler and error visibility (#8088) 2026-07-31 08:39:55 +00:00
gemini.tsx fix(cli): prevent silent VP-mode crash by adding uncaughtException handler and error visibility (#8088) 2026-07-31 08:39:55 +00:00
nonInteractiveCli.test.ts fix(core): preserve active Todo context across tool turns (#7919) 2026-07-30 01:33:40 +00:00
nonInteractiveCli.ts fix(core): preserve active Todo context across tool turns (#7919) 2026-07-30 01:33:40 +00:00
nonInteractiveCliCommands.test.ts feat(cli): support stacked slash-skill invocations (#6361) 2026-07-07 06:38:04 +00:00
nonInteractiveCliCommands.ts feat(cli): support stacked slash-skill invocations (#6361) 2026-07-07 06:38:04 +00:00
validateNonInterActiveAuth.test.ts fix(cli): correct misspelled migratedInMemorScopes -> migratedInMemoryScopes (#7140) 2026-07-18 08:49:46 +00:00
validateNonInterActiveAuth.ts Merge branch 'main' into feat/debug-logging-refactor 2026-02-01 20:47:38 +08:00