diff --git a/pkg/agent/loop.go b/pkg/agent/loop.go index 0b7102c11..4ba5368c6 100644 --- a/pkg/agent/loop.go +++ b/pkg/agent/loop.go @@ -553,7 +553,6 @@ func (al *AgentLoop) Run(ctx context.Context) error { if al.pendingSteeringCountForScope(target.SessionKey) > 0 && !responsePersisted && response.Content != "" && response.OnDelivered != nil { response.OnDelivered(nil) - responsePersisted = true } for al.pendingSteeringCountForScope(target.SessionKey) > 0 {