Files
fusion/.changeset/dashboard-performance-fixes.md
gsxdsm 50cd478f2e feat(KB-129): dashboard performance optimizations
- Fix SSE hook cleanup to prevent memory leaks and stale connections
- Cap agent log memory and optimize batch log processing
- Memoize Board, Column, and TaskCard with custom comparator to reduce re-renders
- Stabilize column task arrays and preserve pagination across live updates
- Add TaskCardBadge component for PR/issue state display
- Remove deprecated GitHub polling code and archive functionality from core store
2026-03-30 11:26:55 -07:00

173 B

@dustinbyrne/kb
@dustinbyrne/kb
patch

Improve dashboard responsiveness by limiting in-memory agent logs, reducing unnecessary rerenders, and paginating very large task columns.