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
This commit is contained in:
5
.changeset/fix-active-agent-glow-soft-pause.md
Normal file
5
.changeset/fix-active-agent-glow-soft-pause.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Fix active agent glow disappearing when scheduling is soft-paused
|
||||
Reference in New Issue
Block a user