Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor will lose access to ~/Documents on Mac within the Terminal.
It’s not clear when it will happen, but seems to eventually happen every time and then my only recourse is to restart Cursor (restarting just the Terminal within Cursor is not sufficient).
I always notice it first when I can’t run flutter or dart which I happen to have installed in my ~/Documents/GitHub folder. But it affects ~/Documents more generally. Sometimes Cursor prompts for access to ~/Documents, but it doesn’t seem to realize it needs to for the Terminal, so instead those access requests are just denied at the system level.
The failure mode:
➜ demos dart
bash: /Users/eseidel/Documents/GitHub/upstream_flutter/bin/dart: Operation not permitted
➜ demos ls ~/Documents
ls: /Users/eseidel/Documents: Operation not permitted
Steps to Reproduce
Use cursor for a while. Have a command on your path that’s in your ~/Documents folder. This commonly happens when you’re developing command line tools (like I do) and also have them on your path.
Expected Behavior
Cursor should either prompt for Documents access, or not lose it in the first place.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.34 (Universal)
VSCode Version: 1.105.1
Commit: 609c37304ae83141fd217c4ae638bf5321856500
Date: 2025-11-25T16:35:52.391Z
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.6.0
Additional Information
I’ve not had this problem from within VSC. So my guess is that this is something related to Cursor’s fork.
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor

