agent-orchestrator/packages
Harsh Batheja 4e93bc1458
perf: reduce dashboard SSE refresh and render churn (#451)
* perf: coalesce dashboard session refreshes

Batch membership-driven refreshes behind a short cadence and keep low-frequency steady-state refreshes so pause and PR data stay current without hammering /api/sessions during SSE churn.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

* perf: memoize dashboard session views

Keep unchanged zones and cards cold during same-membership SSE updates by stabilizing dashboard callbacks, caching project groupings, and memoizing the session view tree with a render-cadence regression test.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

* fix: prevent stale refresh scheduling after project switch

Abort in-flight refreshes and ignore late completions from disposed effects so old project fetches cannot re-arm timers or reset the new project state.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

---------

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-13 09:26:07 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli feat: add doctor and update maintenance tooling (#437) 2026-03-12 20:59:22 +05:30
core fix: use tmux metadata handle for reliable active session status (#449) 2026-03-12 22:31:31 +05:30
integration-tests fix: make opencode bootstrap exit before attach (#427) 2026-03-11 20:02:15 +05:30
mobile fix: enable cleartext traffic on Android for local/Tailscale HTTP 2026-03-03 05:17:03 +05:30
plugins fix: fetch automated PR comments via explicit GET pagination (#447) 2026-03-12 21:00:52 +05:30
web perf: reduce dashboard SSE refresh and render churn (#451) 2026-03-13 09:26:07 +05:30