feat: display background task count in status bar (#421)

This commit is contained in:
Mimo
2026-04-09 20:17:12 +08:00
committed by GitHub
parent 2eae161139
commit 0e1b653d43
11 changed files with 150 additions and 8 deletions
+1
View File
@@ -379,6 +379,7 @@ export function SessionChat(props: {
allowSendWhenInactive
thinking={props.session.thinking}
agentState={props.session.agentState}
backgroundTaskCount={props.session.backgroundTaskCount}
contextSize={reduced.latestUsage?.contextSize}
controlledByUser={controlledByUser}
onCollaborationModeChange={