Describe the Bug
Any command I run in the Cursor terminal (even simple ones like ls -lh or echo hello) is immediately interrupted.
The shell returns exit code 130, which corresponds to a SIGINT (interrupt signal).
No output is shown for the command, and the prompt returns almost instantly.
This issue did not occur before the update—the terminal worked perfectly for all commands, including long-running builds and tests.
The problem is isolated to the Cursor terminal. All commands work as expected in my regular terminal (Terminal.app/iTerm2).
Steps to Reproduce
Open the integrated terminal in Cursor.
Run any command, e.g.:
The command is immediately interrupted, with no output.
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.3.0
VSCode Version: 1.99.3
Commit: 410000a83355c025daba0c6156955bf08687d080
Date: 2025-07-23T05:46:59.221Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin x64 24.5.0
Does this stop you from using Cursor
Yes - Cursor is unusable