[BUG]Claude Desktop Cowork Projects: Editing project folder path does not update file access permissions
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When a claude desktop Cowork project's folder path is changed via "Edit details" (e.g. after renaming or reorganizing the folder structure on disk), the file access permission entry still points to the original path. On every subsequent task start, Claude reports that the old path no longer exists and prompts the user to grant permission for the new path. This repeats every time — the permission is never persisted for the updated path.
What Should Happen?
When the project folder path is updated via "Edit details", the file access permission should be updated atomically to reflect the new path. The user should not be prompted to re-grant folder access on every subsequent task start.
Error Messages/Logs
Steps to Reproduce
- Create a new Cowork project with folder
%USERPROFILE%\Projekte\hugo - Outside of Claude Desktop, rename
%USERPROFILE%\Projekte\hugoto%USERPROFILE%\Projekte\otto - Create a new directory
%USERPROFILE%\Projekte\carmen - Move directory
ottointocarmen, resulting in%USERPROFILE%\Projekte\carmen\otto - In Claude Desktop, open the project and edit its folder path via project details to point to
%USERPROFILE%\Projekte\carmen\otto - Start a new task in the project
- Observe: Claude reports that the original path (
%USERPROFILE%\Projekte\hugo) no longer exists and asks whether to grant permission for the new path - Grant permission — task runs successfully
- Start another task — same permission prompt reappears; the updated path is never saved to the permission configuration
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
Claude 1.1.9310 (cb30ac) 2026-03-27T17:11:42.000Z
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
Claude Desktop cowork 1.1.9310 (cb30ac) 2026-03-27T17:11:42.000Z
Maybe Related Issues:
#33636 — Sessions lost when project directory is moved (same root cause: absolute path used as immutable identifier)
#36313 — No way to revisit folder permissions for Dispatch (related permission management gap)
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗