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
fix(agentex): don't close a live task's stream when its idle key expires
Address review: the fallback vanished-topic check closed the SSE stream for a
still-running task whose sliding-TTL stream key was reclaimed after an idle
period, even though a later XADD would recreate the key. Only treat a vanished
topic as terminal when the task's status could not be confirmed (lookup failed
/ hard delete); a confirmed non-terminal task stays live.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments