All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 30s
The AgentActivityFeed showed a spinner with "הסוכנים התחילו לעבוד, ממתין לדיווח ראשון..." whenever the case had any issues but no comments — including cases where all issues had ended in 'done' or 'cancelled' (like 1130-25 after archive). The widget mistook a finished case for an in-flight workflow. Now compute hasActiveIssue = some(issues, status !== done && cancelled) and pick the message accordingly: spinner only while there's still real work; otherwise a quiet "אין משימות פעילות בתיק. כל המשימות הסתיימו או בוטלו." with the static MessageSquare icon. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>