[BUG] Claude on native Windows repeatedly asks to trust folder
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x] Other: Claude on Windows (local installation)
- Claude CLI version: .51
- Operating System: Windows 11
- Terminal: Windows Terminal, PowerShell, CMD
---
Bug Description
Claude on Windows repeatedly asks "Do you trust the files in this folder?" for the same directory every time it's accessed or a command is run, even after the user has previously selected "Yes, proceed." This behavior is unexpected, as it should only prompt for trust the first time a new folder is encountered.
---
Steps to Reproduce
- Open a terminal (e.g., Windows Terminal, PowerShell).
- Navigate to a project folder (e.g.,
D:\Frontend\admin). - Execute a Claude command or interaction that requires file access within this folder.
- Select "1. Yes, proceed" when prompted "Do you trust the files in this folder?".
- Close the terminal or end the Claude session.
- Re-open the terminal and navigate back to the same project folder.
- Execute another Claude command or interaction.
---
Expected Behavior
After initially selecting "Yes, proceed" for a specific folder, Claude should remember this trust setting and not prompt again for the same folder in subsequent sessions or interactions.
---
Actual Behavior
Claude repeatedly prompts "Do you trust the files in this folder?" every time the application is used in or accesses the previously trusted folder, even though the user has already granted permission.
---
This issue has 15 comments on GitHub. Read the full discussion on GitHub ↗