I updated cursor today december 1st 2025 and cursor stays infinitely after running a command. The command was sent to terminal and executed but the agent doesn’t seem to read ir or react to it in any way.
If you need more details i can replicate because happens every other command
Cursor takes a long time to “realize” that a command it ran in PowerShell on Windows completed and it continues to wait unnecessarily long. It doesn’t get stuck forever but it does take up to a few minutes. This slows down the agent significantly, as the waiting on commands to finish ends up being the slowest component, an order of magnitude greater than getting a response from LLM or editing files. This problem doesn’t occur for me in dev containers, with Bash. Sometimes I speed the process up by manually cancelling all commands after I can see from the output that they finished - but it requires me to be hands-on.