Hey, this is a known issue. On Windows, the extension host sometimes doesn’t start or gets stuck, so any request to the agent fails with ERROR_EXTENSION_HOST_TIMEOUT. We’re tracking the bug, but I can’t share an ETA for a fix yet.
For now, please go through this checklist. It helped in a few recent similar reports:
- Fully close Cursor. In Task Manager, make sure there are no
Cursorprocesses left, then start it again. Don’t just use Reload Window. - Start Cursor from a terminal with
cursor --classicso it opens the classic layout. If you see the dialog “Do you trust the authors of the files in this folder?” click Trust. In the Glass layout this dialog isn’t visible, and it can block the extension host. This was the cause in this thread Failed to start new Agent chat - If that doesn’t help, in classic mode open the Command Palette with
Ctrl+Shift+P, then runStart Extension Bisectand go through your extensions to rule out a conflicting one, especially if you recently installed anything Node.js-related. - Run Cursor Settings > Network > Run Diagnostics and send the result if the steps above don’t help.
Also, can you tell me:
- Your Cursor version from Help > About or Cursor > About Cursor. In the report form, the version got replaced with an error JSON.
- Which layout you’re using, Glass or classic.
Let me know how it goes.