No running commands keeps timing out

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Request ID: 4bc9ae0f-9011-4691-b965-7d72c6a955a8
{“error”:“ERROR_USER_ABORTED_REQUEST”,“details”:{“title”:“User aborted request.”,“detail”:“Tool call ended before result was received”,“isRetryable”:false,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}

Steps to Reproduce

cd /Users/mynamw/Projects/widget1 && sleep 3 && curl -s http://localhost:3000 | head -20

Expected Behavior

It should run the command cd, sleep, curl, head.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

For AI issues: which model did you use?

Claude 4.5 Thinker

For AI issues: add Request ID with privacy disabled

Request ID: 4bc9ae0f-9011-4691-b965-7d72c6a955a8
{“error”:“ERROR_USER_ABORTED_REQUEST”,“details”:{“title”:“User aborted request.”,“detail”:“Tool call ended before result was received”,“isRetryable”:false,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report.

Could you confirm which model you were using when this happened?

Also, could you share:

  • Does the command work if you run it manually in a regular terminal?
  • Do simpler commands (without sleep 3) complete successfully in Agent?
  • Which shell are you using (zsh, bash, etc.)?

Claude 4.5 also not running other commands for me like works if i run them. z shell.

1 Like

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