Update pkg/agent/loop.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Kristjan Kruus 2026-03-24 20:51:28 +02:00 committed by GitHub
parent 932e907f3c
commit cc6a026624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1236,7 +1236,7 @@ func (al *AgentLoop) ProcessHeartbeat(
map[string]any{
"active_session": ts.sessionKey,
})
return "HEARTBEAT_OK", nil
return "HEARTBEAT_SKIPPED", nil
}
if err := al.ensureHooksInitialized(ctx); err != nil {