agent-orchestrator/packages
Prateek 9e78ec6c2b fix: plug visibilitychange listener memory leak, add cleanup tests
The visibilitychange handler was registered with an anonymous arrow
function, making it impossible to remove via removeEventListener.
Extracted it to a named variable (onVisibilityChange) and added proper
cleanup, matching the pattern already used for onError / onRejection /
onUnload.

Added two new tests in the cleanup suite:
- removes visibilitychange event listener
- no longer flushes on visibilitychange after cleanup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 19:34:33 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: resolve webpack build error and eliminate mock duplication in tests 2026-02-20 19:34:33 +05:30
core refactor: move computeApiStats to core, eliminate route-grouping duplication 2026-02-20 19:34:33 +05:30
integration-tests feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
plugins feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
web fix: plug visibilitychange listener memory leak, add cleanup tests 2026-02-20 19:34:33 +05:30