Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When running commands with bash in Cursor (e.g., ls -la
), the output does not show the usual skip
and open
options. The result is partially displayed, but the process hangs indefinitely at this point. It feels like the command execution never finishes, leaving the panel stuck.
Steps to Reproduce
-
Open Cursor.
-
Run ls -la (or any shell command) in the command line panel.
-
Observe the output area.
Expected Behavior
- The command should execute and complete normally.
- The output should include actionable buttons:
- Skip – to ignore or skip irrelevant output.
- Open – to directly open files or directories listed in the output.
Screenshots / Screen Recordings
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
版本: 1.6.27
提交: 1.99.3
日期: d750e54bba5cffada6d7b3d18e5688ba5e944ad0
Electron: 2025-09-17T20:21:17.042Z
ElectronBuildId: 34.5.8
Chromium: undefined
Node.js: 132.0.6834.210
V8: 20.19.1
OS: 13.2.152.41-electron.0
For AI issues: which model did you use?
Auto
Additional Information
-
Output is not displayed, and no
skip
oropen
options appear. -
The command process hangs and never terminates, leaving the panel stuck until manually interrupted.
This bug breaks the workflow in two ways:
-
Users cannot interact with the output (no quick open/skip).
-
Every command execution hangs, forcing a manual reset and significantly slowing down development.
Does this stop you from using Cursor
Yes - Cursor is unusable