Agent takes forever to do anything

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The cursor agent on local take forever to do any task. Be it planning, agent mode or ask mode.

It’s across models - Auto, Composer 1 or Sonnet 4

Steps to Reproduce

Try talking to the agent.

Expected Behavior

It replying and doing tasks fast.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.1.50
VSCode Version: 1.105.1
Commit: 56f0a83df8e9eb48585fcc4858a9440db4cc7770
Date: 2025-12-06T23:39:52.834Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0

For AI issues: which model did you use?

Auto, Composer 1 and Sonnet 4

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. The Agent is getting stuck - it looks like a network or extensions issue.

Quick checks:

  1. Extensions check:

    • Run cursor --disable-extensions in the terminal
    • A new Cursor window will open
    • Don’t open a repo, just try the Agent in an empty window
    • If it works, the issue is with extensions
  2. HTTP/2:

    • Cursor Settings CMD+, > search “HTTP/2”
    • Enable “Disable HTTP/2”
    • Restart Cursor
  3. Network diagnostics:

    • Cursor Settings > Network > Run Diagnostics
    • Share the results

If this doesn’t help, please share:

  • The Request ID of the stuck request (chat menu on the right > Copy Request ID) - Getting a Request ID | Cursor Docs
  • A screenshot of the console during the hang (Help > Toggle Developer Tools > Console) - look for “ETIMEDOUT” or “unavailable” errors
  • Your list of installed extensions

Similar ticket (resolved via extensions): SLOW or NO response from the agent

Let me know how it goes.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.