Frequent ERROR_EXTENSION_HOST_TIMEOUT in Agents Window on Windows.
Error toast: Agent Execution Timed Out / The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.
Opening a new Agent session inside a project does NOT recover. The only workaround is Open IDE (classic editor + sidebar Agent). While Agents Window is stuck, Canvas also cannot be opened.
Request ID: 87261ea4-d07e-40be-a2bb-9c72c53a2f99
Cursor 3.18.9 (commit 2ba48ff3f7514cc4643c52ca9f7b3173d9b66130)
Windows 11 Home China 25H2 build 26200.9168
Install path: D:\cursor\
Steps:
Open Agents Window on Windows
Start or continue a local Agent chat (project or This PC)
On Windows, open Agents Window (not the classic IDE).
Start or continue a local Agent chat in a project, or on “This PC”.
Send a message, or try to open Canvas.
Wait 30–60 seconds. The toast “Agent Execution Timed Out” appears; the spinner keeps running.
Open a new Agent session in the same project — it still times out.
Use Open IDE. Sidebar Agent works again. Canvas in Agents Window still fails while the host is stuck.
Operating System
Windows 10/11
Version Information
Cursor IDE: 3.18.9 (stable)
commit: 2ba48ff3f7514cc4643c52ca9f7b3173d9b66130
VS Code: 1.128.0
OS: Windows 11 Home China 25H2 (build 26200.9168)
Install: D:\cursor\
I checked the logs associated with your account, and the component that runs agents inside the Agents Window is hanging during startup. Every startup attempt is being routed through a local proxy at 127.0.0.1:7897 (port 7897 usually belongs to a proxy client such as Clash, Clash Verge, or Mihomo), and that proxy is resetting the connections. Each attempt stalls for roughly 30 seconds before failing which matches the timeout you’re seeing exactly. Open IDE works because that window spins up a fresh instance of the component, so it’s a workaround rather than a real fix.
Two things to try:
Fully quit Cursor (end Cursor.exe in Task Manager), then launch it once with --no-proxy-server. If agents work in the Agents Window, the proxy is confirmed as the cause.
Either make sure your proxy client is running, listening on port 7897, and not resetting local connections (if you use TUN mode, try disabling it) or, if you don’t need the proxy, disable it and clear any reference to it from Cursor settings.
These two threads cover the same situation in more detail: