Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
If the agent (in the editor view) prompts you with a command and you change the command before approving it, the original command will be executed.
Steps to Reproduce
- Do something that makes Cursor want to run a command (i.e. ask it to execute tests)
- Change the command it wants to run
Expected Behavior
The modified command should be used
Screenshots / Screen Recordings
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.7
VSCode Version: 1.105.1
Commit: c7365150b3b3d35fd5f6504a5686fb9ea5eea3b0
Date: 2025-12-10T03:22:51.748Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.12.48-1-MANJARO
Additional Information
In the screenshot you can see that the agent proposed “cargo test” and I changed it to “ls”, but it executed “cargo test” anyway
Does this stop you from using Cursor
No - Cursor works, but with this issue

