Cursor not responding on Agent mode

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

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)

Version: 1.7.54 (system 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.26100

Does this stop you from using Cursor

Yes - Cursor is unusable

1 Like

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.

1 Like

Hi team,

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.

Thanks for your support!

The team are busy working on v2.0 (early access), so it’s possible this issue is already fixed for you.

You can try it here, and the installer to downgrade back to 1.7.54 is also available if you want to: https://downloadcursor.app

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'

it worked for me

1 Like

Hey, thanks for the report. This is a known bug and it’s already been escalated to the engineering team.

Workaround: In your settings.json, change "workbench.editor.showTabs": "single" to ”multiple" or ”none", or remove that line.

This should stop the freezing right away. Full details and discussion: Cursor freezes after AI-edit tool call — resolved by removing 'showTabs: single'