qwen-code/packages/cli
tanzhenxin 36cb2e2dab feat(cli): live stats and list/detail polish for background agents
Surface subagent token and tool counts while the agent is still running
(previously populated only at completion) and keep the detail subtitle
in sync with the Progress rows by counting TOOL_CALL events ourselves —
executionStats.totalToolCalls only advances on TOOL_RESULT, so it would
lag the visible row count by one while a tool was in flight.

Drop terminal entries from the list so the header counts and the list
stop disagreeing, auto-fall-back from the detail view when the viewed
entry finishes or disappears, and keep the "Local agents" header
rendered in the empty state so the dialog doesn't visually collapse.

Round elapsed time to whole seconds, pre-truncate progress rows with
string-width so truncated and non-truncated rows share the same left
indent, and switch the list's selection chevron + scroll hints to
ASCII glyphs.
2026-04-23 15:06:34 +08:00
..
src feat(cli): live stats and list/detail polish for background agents 2026-04-23 15:06:34 +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 refactor(core): Unify package exports and improve dev experience 2026-02-01 11:59:05 +08:00