Hey, thanks for the report. This is a known issue with the agent terminal. We’ve seen a few similar reports with the same eval/dump_bash_state errors.
Related threads:
- Cursor can't run terminal commands
- --: line 1: dump_bash_state: command not found
- # Bug Report: dump_bash_state fails with PATH containing parentheses on Windows
The team is working on a fix, but we need a bit more info to debug:
- Which shell are you using, bash or zsh? You can check with:
echo $SHELLand$SHELL --version - Do you have any customizations in
.bashrcor.zshrclike complex prompts or functions? - Can you check your PATH? Run
echo $PATHand share the output. We’re especially interested if it includes any directories with parentheses - Try running Cursor with a clean shell config by temporarily renaming
.bashrcor.zshrc. Does the issue still happen?
If you can catch the moment when the terminal starts breaking, a screenshot showing the sequence of commands right before the error would also help.