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(message-v2): narrow SSE_STALL_MESSAGE_RE to the emitted format
The fallback regex previously allowed 'chunk timeout' / 'timeout'
variants that no caller ever emits. The only producer is wrapSSE()
in provider/provider.ts, which always emits the exact string
'SSE read timed out after Nms'. Anchors the regex and pins it to that
format with a test, so any future change to wrapSSE() format forces
a corresponding update here.
Addresses audit finding F4 (Opus diamond review, 2026-04-22).
0 commit comments