Run Command often freezes

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

thanks

Version: 2.1.42
VSCode Version: 1.105.1
Commit: 2e353c5f5b30150ff7b874dee5a87660693d9de0
Date: 2025-12-01T02:18:26.377Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.3.0

The latest version at the moment. I think that everything worked fine about 1–2 weeks ago. The last 5–6 builds have made my CLI commands very slow.

Commands like git diff master --name-status now take about a minute to run (Agent mode)

Still freezes 100% of the time for me

This is very easy for me to reproduce in linux. Two steps:

  1. Ask the agent to do something that is going to take a while, and get it to start printing a lot of stuff.
  2. While it’s doing all that, type anything and hit enter so the message goes into the queue.
  3. Profit… er… frozen!

I hope that helps.

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.