mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
d1f76982ec
- Sync UserNote, AcknowledgedAt, SnoozedUntil, DismissedReason, Suppressed, and TimesRaised from ai.Finding to unified store in both callback and startup sync paths. Mirror note writes to unified store immediately. - Dim acknowledged findings (opacity-60), add "Acknowledged" badge, hide acknowledge button once acknowledged, sort below unacknowledged in severity mode. - Pass finding_id through frontend chat API → backend ChatRequest → ExecuteRequest. Look up full finding from unified store (mutex-guarded) and prepend structured context to the prompt.