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
Auto-reconnect with exponential backoff is implemented on the RN agent side. The browser UI currently shows a connection status indicator but does not attempt to reconnect if the WebSocket drops mid-session.
Acceptance criteria
Browser UI attempts reconnection with exponential backoff when the WebSocket closes unexpectedly
Connection status indicator reflects reconnecting state (distinct from disconnected)
Snapshot history is preserved across reconnections (not cleared on disconnect)
React error boundaries prevent a WebSocket failure from crashing the UI
Context
Auto-reconnect with exponential backoff is implemented on the RN agent side. The browser UI currently shows a connection status indicator but does not attempt to reconnect if the WebSocket drops mid-session.
Acceptance criteria