Run Command often freezes

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Can you guys finally fix the issue when the terminal hangs?

Steps to Reproduce

LLM (e.g. sonnet4 or sonnet4 thinking) tries to run any terminal command and hangs forever.

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.4.5
VSCode Version: 1.99.3
Commit: af58d92614edb1f72bdd756615d131bf8dfa5290
Date: 2025-08-13T02:08:56.371Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.14.0-28-generic

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report here!

We’ve been working hard on the reliably of terminal command execution recently, and I’ve passed this to the team to look into - I’d expect significant improvements here in our upcoming version.

Here for my weekly complaint on cursor agent and terminal bugs. Really hoping you guys finally figure this out for 1.6 as it renders cursor useless for any semi-complex work.

Version: 1.5.11 (user setup)
VSCode Version: 1.99.3
Commit: 2f2737de9aa376933d975ae30290447c910fdf40
Date: 2025-09-05T03:48:32.332Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.19045

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I am working on Windows in WSL terminal with Python venv or docker/docker compose.

Cursor agent (any model) in 50% of the cases cannot recognize the completion of command it is executing via terminal. For example:

```

ubuntu@user:/path/$ docker compose ps
results

ubuntu@user:/path/$
```

At this point the agent is stuck still waiting for a response…
Clicking on skip sometimes helps (after a few times), but many times it is just trying to run the same command again.

It feels like the agent is unable to recognize the command line.

Most of the times it is trying to cd into project internal directory, even though it is already in this directory.

Steps to Reproduce

Any request involving execution of multiple cli commands gets stuck

Expected Behavior

Recognize that a simple immediate command ends, when cli prompt appears.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.4.5 (system setup)
VSCode Version: 1.99.3
Commit: af58d92614edb1f72bdd756615d131bf8dfa5290
Date: 2025-08-13T02:08:56.371Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.22631

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

How do I permanently tell Cursor to stop running foreground commands that stall the chat, and use the text tools instead? It persists in using foreground commands that never complete, such as: “chmod +x scripts/troubleshoot-production.sh”

Is there something I need to put in a cursor rule or change a setting? This is maddening behavior. I have to cancel all these commands and can never prompt cursor to run the text tools instead.