Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Hello,
After upgrading Cursor, the Agent stopped working completely. Every prompt stays in “Reconnecting” for about 20 seconds and then fails.
The issue started immediately after upgrading to Cursor 3.9.16. The previous version was working correctly in the same environment.
Environment
- Cursor 3.9.16 (Stable)
- Windows 11 25H2 (Build 26200.8655)
Cursor version
Version: 3.9.16 (user setup)
VS Code Extension API: 1.105.1
Commit: 042b3c1a4c53f2c3808067f519fbfc67b72cad80
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
Symptoms
Every Agent request remains in Reconnecting and eventually fails with:
Request ID: <id>
Network disconnected
RetriableError: [unknown] Network disconnected
The Developer Console also shows multiple ConnectRPC errors such as:
Failed to refresh authentication
Failed to fetch usage limits
Failed to fetch plan information
ConnectError: [unavailable]
Network diagnostics
Cursor’s built-in Network Diagnostics reports:
FAILED:
- API
- Ping
- Chat
- Agent
SUCCESS:
- DNS
- Authentication
- Marketplace
- Downloads
- CDN
- Agent Endpoint DNS
Authentication succeeds with HTTP 200.
Marketplace also succeeds.
Only API/Chat/Agent/ConnectRPC operations fail.
DNS works correctly
api2.cursor.sh
Resolved successfully
agent.api5.cursor.sh
Resolved successfully
api3.cursor.sh
Resolved successfully
The same is true for Cursor endpoints.
Important observation
The following Cursor services work correctly:
- Authentication
- Marketplace
- Downloads
- CDN
- DNS resolution
Only these fail:
- API
- Ping
- Chat
- Agent
All failures return:
ConnectError: [unavailable]
This suggests that normal HTTPS communication is working, but ConnectRPC (or the protocol used by the Agent) is failing.
Why I believe this may be a regression
The problem started immediately after updating Cursor.
Nothing changed in the network configuration.
The previous Cursor version worked correctly behind the same corporate proxy.
Since Authentication and Marketplace continue to work, this does not appear to be a general connectivity issue.
It seems specific to the Agent/ConnectRPC communication.
Could you please advise whether this is a known issue with Cursor 3.9.16 or whether there are any additional proxy settings required for the Agent backend?
If needed, I can also provide the Developer Tools Network logs and Console output.
I can also reproduce this consistently. It fails 100% of the time on every Agent request.
Steps to Reproduce
-
Use a Windows 11 machine
-
Install Cursor 3.9.16 (the previous version worked correctly in the same environment).
-
Sign in successfully to Cursor.
-
Open any workspace.
-
Open the Agent chat and send a simple prompt such as:
Hello -
The request remains in “Reconnecting” for about 20–25 seconds and then fails with:
ConnectError: [unavailable]or
Network disconnected
Additional observations
- Authentication succeeds.
- Marketplace requests succeed.
- Downloads succeed.
- DNS resolution succeeds.
https://api2.cursor.shis reachable through the proxy.- Only Agent/API/Chat/Ping requests fail.
The issue is 100% reproducible in our environment
Expected Behavior
The agent should respond something to the promtp “Hello”
Operating System
Windows 10/11
Version Information
Version: 3.9.16 (system setup)
VS Code Extension API: 1.105.1
Commit: 042b3c1a4c53f2c3808067f519fbfc67b72cad80
Date: 2026-06-27T06:41:01.941Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
Yes - Cursor is unusable