Network connection failed retry doesn't work

If you get disconnected while running a query, the IDE tells you the connection failed. The problem is that when you retry, Cursor stays permanently stuck in connection failed mode and just never retries, even if your connection is back.

The only solution is to reload literally everything, and then you’ve lost the entire prompt and have to pull everything into context again. Very annoying!

My first guess is that some sort of retry logic isnt happening