Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I’m not sure if this counts as a bug in Cursor. For example, when I use Cursor to write a Python program in agent mode, it usually runs the code automatically in the terminal after finishing. However, the problem is that the command Cursor enters into the terminal is often incorrect. For instance, PowerShell doesn’t support &&, but Cursor often includes it in the command, causing an error. Then Cursor corrects it, but if it fails again, it stops testing in the terminal altogether. Still, in most cases, Cursor’s second corrected command is about 80% accurate.
Under Linux—for example, when I write code using WSL2—Cursor doesn’t have this issue. Various command-line tools are called accurately and efficiently.
I have also modified Cursor’s settings to make it support older terminals, but it had no effect.
Steps to Reproduce
For example, if you are using the Windows system and ask Cursor to write a small program, it may automatically open the terminal for testing. At this point, you can check if its shell commands throw errors. Alternatively, when you use Cursor normally, observe whether it ever has issues with incorrect shell command syntax.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
版本: 2.0.43 (user setup)
提交: 1.99.3
日期: 8e4da76ad196925accaa169efcae28c45454cce0
Electron: 2025-10-30T18:49:27.589Z
ElectronBuildId: 34.5.8
Chromium: undefined
Node.js: 132.0.6834.210
V8: 20.19.1
OS: 13.2.152.41-electron.0
Does this stop you from using Cursor
No - Cursor works, but with this issue