Hey, thanks for the report.
This is a known issue. It’s most often related to Git not being installed. Agent mode needs Git to work. Please try this:
- Check if Git is installed: open Terminal and run
git --version - If Git isn’t installed, install it from Redirecting…
- After installing, fully restart Cursor
- Try using Agent again
If Git is already installed but the issue is still there:
CMD+Shift+P→ “Developer: Reload Window”- Check Extension Monitor: Settings > Application > Experimental > Extension Monitor Enabled, then
CMD+Shift+P→ “Developer: Open Extension Monitor” and see if any extensions look problematic - Try running
cursor --disable-extensionsfrom Terminal. This will show if the issue is extension-related
You can also send:
- Logs from Help > Toggle Developer Tools > Console, if there are any red errors
More details in a similar thread: Stuck with timeouts?