Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Hi Cursor team,
I’m encountering an issue when using Plans mode with subagents.
Issue
When the subagent executes a shell command like:
find . -name “*.cpp”
The process hangs indefinitely:
The terminal never returns
No error is shown
The agent appears to be stuck thinking
Steps to Reproduce
Open Cursor IDE
Enable Plans mode
Create a new plan that includes a subagent step which executes a shell command.
In the subagent task, instruct it to search for files using find, for example:
find . -name “*.cpp”
(or any recursive find command in a moderately large project)
Let the plan execute.
Screenshots / Screen Recordings
Operating System
Linux
Version Information
IDE: Version 2.6.11
Does this stop you from using Cursor
Yes - Cursor is unusable
