Agent Execution Time Out - Cursor 2.4.23 (system setup)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Extension host not responding and agent, plan, … modes conversations not working.

Steps to Reproduce

Install Cursor 2.4.23 (system setup) in Windows make plenty of agent/ask mode prompts and eventually problem appears.

Expected Behavior

Responding to prompts.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.4.23 (system setup)
VSCode Version: 1.105.1
Commit: 379934e04d2b3290cf7aefa14560f942e4212920
Date: 2026-01-29T21:24:23.350Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26100

For AI issues: which model did you use?

Composer 1, chatgpt 5.2

For AI issues: add Request ID with privacy disabled

Request ID: b5c335d5-bc20-4d0e-a06c-6b1637029ad8
{“error”:“ERROR_CUSTOM”,“details”:{“title”:“Agent Execution Timed Out”,“detail”:“The agent execution provider did not respond within 16 seconds. 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 vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:11431:8256
at async WHf.createExecInstance (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:11431:6308)
at async YNg (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:529:549377)
at async wW.execute (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9095:16084)
at async r1a.execute (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:11431:1205)
at async gcb.execute (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34232:14275)
at async Wpc.buildComposerRequestContext (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34242:3573)
at async Wpc.streamFromAgentBackend (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34242:5171)
at async Wpc.getAgentStreamResponse (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:34242:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)
at async Object.$i [as onSubmit] (vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32991:3808)
at async vscode-file://vscode-app/c:/Program%20Files/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32965:60145

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the detailed report with logs.

I can see two issues right away:

  1. Extension host timeout (main issue)
  2. SQL error “Invalid column name ‘is_active’” which points to a corrupted workspace database

Try this order:

  1. Clear the workspace database (this will likely fix the SQL error):
  • Fully quit Cursor
  • Delete or rename this file: C:\Users\[your username]\AppData\Roaming\Cursor\User\globalStorage\state.vscdb
  • Restart Cursor (you’ll need to log in again)
  1. If that doesn’t help, check Git:
    The extension host often crashes if Git isn’t installed:
  • Open Command Prompt and run git --version
  • If Git isn’t found, install it from Redirecting…
  • Fully restart Cursor
  1. If it still doesn’t work, try a downgrade:
    Version 2.4.14 was broken (based on other reports), and 2.4.23 may also have issues. Download a previous version from Download · Cursor (scroll to “Previous versions” at the bottom).

Let me know if any of this helps. If not, please share:

  • Your exact Windows version (from About Windows)
  • The output of git --version
  • Rough project size (file count, and whether you have large node_modules)

Thank you for your answer.
I installed some random of recommended extension then problem solved.
By the way this error “Invalid column name ‘is_active’ ” was my prompt not an error that Cursor was showed.

Thanks for the update, glad you were able to fix it!

Most likely installing the extension helped restart the extension host properly. This is a known issue, sometimes the extension host doesn’t initialize correctly on Windows after installation.

Let me know if it comes up again.