qwen-code/packages/cli
tanzhenxin e7ffeb84f0 refactor(cli): format progress rows as Shell(detail) and reverse order
Render each activity with its tool display name and single-line
description, collapsing embedded newlines so a heredoc body no longer
spills across the Progress block. Keep the registry's newest-last order
so the live row sits at the bottom with the accent marker, and switch
that marker to an ASCII `>` for unambiguous single-cell alignment with
history rows.
2026-04-23 12:02:30 +08:00
..
src refactor(cli): format progress rows as Shell(detail) and reverse order 2026-04-23 12:02:30 +08:00
index.ts feat(core): detect tool validation retry loops and inject stop directive (#3178) 2026-04-18 10:24:46 +08:00
package.json chore(release): bump version to 0.15.0 (#3526) 2026-04-22 19:26:13 +08:00
test-setup.ts fix: prevent bogus shell permission rules in tests 2026-03-20 17:55:33 +08:00
tsconfig.json Merge pull request #2428 from qqqys/feat/mcp_reconnect_error 2026-04-01 16:53:36 +08:00
vitest.config.ts