I’m experiencing an issue in Cursor where the application becomes unresponsive (“not responding”) after applying changes while in Agent mode. The error occurs consistently right after modifications are made, requiring me to force-quit and restart the application. This disrupts the workflow and prevents effective use of the Agent functionality.
Steps to Reproduce
Open Cursor and ensure you’re signed in.
Enable Agent Mode (e.g., by clicking the Agent button or using the command palette).
Make a code change—either by accepting an AI suggestion, editing code manually, or triggering an agent action (e.g., “Refactor this function”).
Apply or confirm the change.
Observe that Cursor immediately becomes unresponsive (“Not Responding” in the title bar on Windows),
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
I have the same issue, exact same Cursor version:
Version: 1.7.54 (user setup)
VSCode Version: 1.99.3
Commit: 5c17eb2968a37f66bc6662f48d6356a100b67be0
Date: 2025-10-21T19:07:38.476Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26200
I can not use it at all, as soon as the agent modify or create a new file the whole IDE freezes and becomes unusable, i tried to click on Keep Waiting button several times but the without any success. it started today. I checked system memory its fine. I dont know what to do. Please help.
I’m confirming this critical issue is affecting more than one user. I’m on Cursor v1.7.54 (Windows) and experience an immediate freeze (“Not Responding”) every time the Agent modifies or creates a file—requiring a force quit.
Another user has already reported the same problem, and I’ve also submitted a bug report. Since this completely breaks Agent Mode, I’d appreciate urgent attention.
Hi there i just want to inform you that there is a workaround for this issue. You can find the problematic line in settings.json "workbench.editor.showTabs": "single". When none or multiple, I don’t have any issue.
The workaround was finded in this bug report: Cursor freezes after AI-edit tool call — resolved by removing 'showTabs: single'