qwen-code/packages/core
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
..
scripts Fix: Improve ripgrep binary detection and cross-platform compatibility (#1060) 2025-11-18 19:38:30 +08:00
src feat(cli): live stats and list/detail polish for background agents 2026-04-23 15:06:34 +08:00
vendor feat test tool permissions 2026-03-10 16:30:22 +08:00
index.ts fix: Remove remaining ClearcutLogger export from packages/core/index.ts 2026-02-01 14:52:14 +08:00
package.json chore(release): bump version to 0.15.0 (#3526) 2026-04-22 19:26:13 +08:00
test-setup.ts feat(memory): managed auto-memory and auto-dream system (#3087) 2026-04-16 20:05:45 +08:00
tsconfig.json fix: upgrade @lydell/node-pty to 1.2.0-beta.10 to fix PTY FD leak 2026-04-01 07:55:56 +08:00
vitest.config.ts Sync upstream Gemini-CLI v0.8.2 (#838) 2025-10-23 09:27:04 +08:00