mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-09 07:29:51 +00:00
feat: display background task count in status bar (#421)
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user