qwen-code/packages/cli
Dragon 2e669c0697
fix(cli): drop /effort tier autocompletion for an argument-hint placeholder (#6179)
Bare /effort now reliably opens the picker dialog instead of letting Enter auto-select the first completed tier. The tiers are surfaced as a placeholder via argumentHint ([low|medium|high|xhigh|max]) rather than as submenu-like completion entries; typing /effort <tier> still sets one directly.
2026-07-02 20:55:57 +08:00
..
src fix(cli): drop /effort tier autocompletion for an argument-hint placeholder (#6179) 2026-07-02 20:55:57 +08:00
index.ts perf(cli): Optimize serve daemon startup (#5785) 2026-06-24 17:50:31 +08:00
package.json chore(release): v0.19.4 (#6132) 2026-07-01 13:13:47 +00: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 feat(cli): Add daemon-managed channel worker for serve --channel (#6031) 2026-07-01 01:40:54 +00:00
vitest.config.ts feat(cli): add credential redaction for worker stderr forwarding (#6146) 2026-07-02 20:55:38 +08:00