You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: connect input stream tail lazily from listener side
Instead of relying on an INPUT_STREAM_CREATED IPC message from the
platform (which was never wired up), the worker now connects the SSE
tail automatically when task code first calls .on() or .once() on an
input stream. The worker receives the run ID via setRunId() at
execution start, and #ensureTailConnected() opens the tail on demand.
This eliminates the need for platform→coordinator→executor→worker IPC
signaling and ensures no race conditions since the SSE tail reads from
the beginning of the __input stream.
https://claude.ai/code/session_01SJHJts7r2yAxmoKLLz8vpc
0 commit comments