Auto Agent not respond for more than one hour

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Auto Agent not respond for more than one hour

Steps to Reproduce

Ask [@TsProject/src/Logic/View/Home/Skin/SkinSlotItem.ts 根据 @Assets/Wegame/Prefab/Runtime/UI/PageRole/TabSkin.prefab 的路径完成OnInit函数]

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.6.19 (user setup)
VSCode Version: 1.105.1
Commit: 224838f96445be37e3db643a163a817c15b36060
Date: 2026-03-12T04:07:27.435Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Auto

For AI issues: add Request ID with privacy disabled

adc7a459-021f-4a38-9850-9b93706703c5

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. This is a known issue where the agent hangs on the client side after the backend has already processed the request.

You are on Windows 11 Insider build 26200. A user on the same build Waiting for extension host - blocking error had this issue and fixed it by moving heavy directories like node_modules, build artifacts, and a large .git history outside the workspace.

Please try this:

  1. Check your workspace for heavy directories. Move them out or add them to .cursorignore.

  2. Disable HTTP/2. Add this to settings.json via Ctrl+Shift+P then Preferences: Open User Settings (JSON):

    "cursor.general.disableHttp2": true
    
  3. Reindex the project: File → Preferences → Cursor Settings → Indexing & Docs → Reindex.

  4. Keep chats short. Long threads with 100+ messages can trigger hangs, so start a new chat more often with Ctrl+N.

  5. Run network diagnostics: Cursor Settings → Network → Run Diagnostics. Send a screenshot if it still does not help.

Another similar thread with workarounds: AI messages are freezing/hanging during sending

Let me know what worked.