Getting error and cursor doesnt work

I keep getting this error on cursor and it doesnt work at all on any project i have: Request ID: 58185678-755a-4018-9218-17e14449d81a
{“error”:“ERROR_EXTENSION_HOST_TIMEOUT”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond in time. This may indicate the extension host is not running or is unresponsive.”,“isRetryable”:false,“shouldShowImmediateError”:true,“additionalInfo”:{},“buttons”:[{“label”:“Reload Window”,“reloadWindow”:{}}],“planChoices”:}}
Agent Execution Timed Out [deadline_exceeded]
ConnectError: [deadline_exceeded] Agent Execution Timed Out
at mVv (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:38759:25077)
at Mph.waitForProviderRegistration (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:38759:29583)
at async Jkh._waitForPushRequestContextProviderRegistration (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:41760:4218)
at async Jkh.streamFromAgentBackend (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:41760:7804)
at async Jkh.getAgentStreamResponse (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:41760:19638)
at async nyt.submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29474:17002)
at async zd (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:40747:4226)

I tried restarting it and also deleting the app and installing again and it opens on the same thing.

This is the “about” of my cursor:

Version: 3.3.27
VSCode Version: 1.105.1
Commit: 80b138a7a0a948e1a798e9ed7867d76a1ba9a310
Date: 2026-05-08T02:26:22.498Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.4.0

Can someone help me fix it ASAP? Thanks ALOT in advance!

Hi there! This is a known bug that our team is actively investigating. The extension host becomes unresponsive, which prevents agent mode from working. Reinstalling won’t help since the issue is in the application code itself, not user-specific state.

A few things to try:

  1. Check your state.vscdb file size — go to ~/Library/Application Support/Cursor/User/globalStorage/ and check the size of state.vscdb. If it’s over 1-2 GB, that can contribute to the problem. Back up the file first, then delete it and restart Cursor.

  2. Disable all extensions — launch Cursor from the terminal with cursor --disable-extensions, then re-enable extensions one at a time to see if a specific one triggers it.

  3. Restart the Extension Host — press Cmd+Shift+P > type Developer: Restart Extension Host and run it. This sometimes clears the stuck state without a full reload.

A fix is in progress. You should see improvements in an upcoming stable release.