agent-orchestrator/packages
Gaurav Bhola faa1bfa8d6 fix(web): isolate subscriber callbacks in pty.onData with try-catch
A throwing callback (e.g. ws.send on a closed socket) would abort the
for-of loop, causing remaining subscribers to miss the data chunk and
skipping the ring buffer update — corrupting replay history for future
reconnections. Wrapping each call in try-catch keeps all subscribers
independent and ensures the buffer update always runs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 22:46:29 -07:00
..
ao chore: version packages 2026-03-29 09:21:26 +00:00
cli fix: resolve prompt delivery persistence and false warnings 2026-04-06 22:46:29 -07:00
core fix: resolve prompt delivery persistence and false warnings 2026-04-06 22:46:29 -07:00
integration-tests extend opencode discovery timeout, include integration tests in pnpm test 2026-03-29 16:44:53 +05:30
plugins feat: standardize agent plugins — shared hooks, activity JSONL, backfill aider/opencode (#755) 2026-04-01 21:50:07 +05:30
web fix(web): isolate subscriber callbacks in pty.onData with try-catch 2026-04-06 22:46:29 -07:00