qwen-code/packages/cli
胡玮文 34f7f91282
feat(cli): improve /copy command argumentHint and description (#5110)
The /copy command supports code block selection with language filtering,
LaTeX, and Mermaid — but the TUI autocomplete only showed "[N]" with a
description about copying the full AI reply. Users had no way to discover
these capabilities from the prompt.

Update argumentHint to "[N] [<lang>|code|latex|mermaid] [<index>]"
and description to mention all supported targets, noting N counts from
the last message.
2026-06-15 00:33:19 +08:00
..
src feat(cli): improve /copy command argumentHint and description (#5110) 2026-06-15 00:33:19 +08:00
index.ts feat(cli): add CPU profiling support for Chrome DevTools analysis (#4620) 2026-06-03 03:01:29 +00:00
package.json chore(release): v0.18.0 [skip ci] 2026-06-12 22:59:56 +08:00
test-setup.ts perf(cli): code-split lowlight to cut startup V8 parse cost (#4070) 2026-05-15 17:26:18 +08:00
tsconfig.json fix(cli): fix vim mode Esc leak, Enter submit, render lag and implement missing VIM commands (#4677) 2026-06-08 14:38:06 +08:00
vitest.config.ts feat(daemon): merge daemon-mode feature batch into main (#4490) 2026-06-12 00:34:49 +08:00