Processing multiple files issue

Describe the Bug

When processing set of files Cursor is getting stuck very often. I would love to just let it work and come back in an hour, but instead I had to sit and watch what it is doing, clicking every 30-60s to move the task forward.

Steps to Reproduce

Have a set of relatively small source files - I had 80 files, each with less than 500 lines.
The task/prompt is simple:
Do something to a file and when finished - move the file to ‘processed’ subfolder.

Expected Behavior

I would expect that after some time all files would be moved to ‘processed’ subfolder.

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.2.4 (user setup)
VSCode Version: 1.99.3
Commit: a8e95743c5268be73767c46944a71f4465d05c90
Date: 2025-07-10T17:09:01.383Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

Additional Information

Processing of the file is fine. Cursor is doing what it supposed to be doing. It is just every second file (or so… sometime every file, sometimes few are ok) the move command (Move-Item) gets stuck and I have to press skip.
Note that the irritating part is that this command actually does work - the issue is fake. But the fact that processing stops and user needs to take action is not fake :frowning:

Does this stop you from using Cursor

No - Cursor works, but with this issue

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.