Check the forum to ensure the issue hasn’t been reported already
(Checked – could not find a matching issue)
Bug Description:
When asking Cursor AI to execute commands in the Chat terminal (like running tests or installing packages), the process is extremely slow or unresponsive. Most of the time, the AI doesn’t visibly enter the command, doesn’t output anything, or gets stuck in a broken state.
In some cases, like the attached image, the AI attempts to leave the terminal session midway, resulting in no feedback or result. This makes it unclear whether the task was actually performed.
Steps to Reproduce:
- Open a Cursor AI project with both
frontend
andbackend
folders. - Ask the AI to install a package (e.g.,
npm install axios --save
) in thebackend
directory using a Chat command. - Observe that the AI either:
- Doesn’t visibly enter the command
- Fails to show any output
- Attempts to exit midway, leaving only unreadable characters (see screenshot)
Screenshot:
Environment:
- OS: Windows 11 Home
- Cursor Version: 0.49.4
Impact on Usage:
Yes, this significantly interrupts usage. I often have to skip automated steps and manually run commands in the main terminal. To make AI context-aware again, I have to manually re-add the terminal context, which slows down workflow and breaks automation potential.