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
Root cause: gateway-context had a 30-second timeout on ALL sendRequest calls.
Agent responses taking >30s would reject the promise, terminal showed 'Send failed',
and any streaming events arriving after were orphaned.
Changes:
- gateway-context: chat.send timeout extended to 5 minutes (300s)
- terminal: don't clear sending state if streaming already started via events
- terminal: 3-minute safety timeout as backstop (was 2min, separate from RPC timeout)
- terminal: status-agnostic response handling (checks for inline reply text first)
- Added debug logging ([GW-Terminal]) for diagnosing event flow
0 commit comments