Files
fusion/.changeset/fix-active-agent-glow-soft-pause.md
Dustin Byrne 864bf6ca78 fix(KB-181): preserve active-agent glow during soft-pause
- Replace combined engineStopped prop with globalPaused to decouple hard stop from soft pause
- Thread globalPaused through Board, Column, WorktreeGroup, and TaskCard components
- Active-agent glow now only suppressed on hard pause (globalPaused), not soft pause (enginePaused)
- Update tests to verify soft-pause preserves glow and hard-pause suppresses it
- Add changeset for patch release
2026-03-28 17:26:49 -04:00

100 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Fix active agent glow disappearing when scheduling is soft-paused