Describe the Bug
I have a prompt that is supposed to test multiple errors inside a workspace:
front end -react
backend java spring boot
backend dockerized
one of the terminal commands agent mode suggested was:
mvn compile
i changed it to docker ps
when i clicked on run it executed the mvn compile instead of the docker ps
Steps to Reproduce
prompt the agent to replicate an error by doing a curl to the backend and analyze the logs.
change the command.
if the agent is not expecting a feedback from the command ( reading the logs) it will not change the command, and will not properly execute the changed terminal command.
if the agent is expecting an output from the command, the terminal tool will accept the change and run the changed command instead.
bug doesnt happen 100% of times, but in 70-80 % of the cases
Expected Behavior
the command does not change always, only when it expects to recieve an output from the command.
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.1.3
VSCode Version: 1.96.2
Commit: 979ba33804ac150108481c14e0b5cb970bda3260
Date: 2025-06-15T06:37:42.715Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Linux x64 6.1.0-37-amd64
Does this stop you from using Cursor
No - Cursor works, but with this issue