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:
-
Check your workspace for heavy directories. Move them out or add them to
.cursorignore. -
Disable HTTP/2. Add this to
settings.jsonviaCtrl+Shift+Pthen Preferences: Open User Settings (JSON):"cursor.general.disableHttp2": true -
Reindex the project: File → Preferences → Cursor Settings → Indexing & Docs → Reindex.
-
Keep chats short. Long threads with 100+ messages can trigger hangs, so start a new chat more often with
Ctrl+N. -
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.