Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Agent in cursor is unable to read files in workspace. It falls back to using type and get-content even though the files are in folders within the workspace. If I open the files in an IDE tab it can start to read them, but when it comes to updating the files instead of updating the file in the workspace it creates a new copy C:\Users\Me\AppData\Local\Programs\cursor{project_directory}{file_to_update} . As if it has wrong base path.
Steps to Reproduce
- Ask agent to update a file
- It has trouble reading the file and then uses get-content or type
- Tries to update the file and you’ll see in chat it writes to C:\Users\Me\AppData\Local\Programs\cursor{project_directory}{file_to_update} instead of something like C:{project_directory}{file_to_update}
Expected Behavior
Existing file is updated.
Operating System
Windows 10/11
Version Information
Version: 2.4.37 (user setup)
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.19045
For AI issues: which model did you use?
Auto
For AI issues: add Request ID with privacy disabled
8c5a69cf-49a1-464b-982f-267165b3455b
Does this stop you from using Cursor
Yes - Cursor is unusable