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: treat dropped connection as success in restart handler
The Supervisor kills our process while the restart request is in
flight, causing httpx to throw ReadError/RemoteProtocolError. That's
actually the SUCCESS path — the restart is happening. Catch those
specifically and return success.
Also surface the real Supervisor error message in the browser when a
real failure occurs (was showing generic "Restart failed" before).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments