From f15f844ad196327ac46d1501d038af6bcd6e9ef0 Mon Sep 17 00:00:00 2001 From: Dmitrii Balabanov Date: Mon, 23 Mar 2026 10:07:08 +0200 Subject: [PATCH] Fix lint warning in steering delivery flow --- pkg/agent/loop.go | 1 - 1 file changed, 1 deletion(-) 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 {