[Bug] Persistent Read Permissions Prompt and Auto-Edit Functionality Failure

Status Fixed / completed
Maintainer reply ✓ Yes — bogini
Activity 6 comments · opened Sep 4, 2025 · closed Sep 4, 2025
💡 Likely answer: A maintainer (bogini, collaborator) responded on this thread — see the highlighted reply below.

Bug Description
the auto edit isnt working well. also read used to work, why do i have to keep accepting Claude Code read permissions, even when i say to allow in the seesion it keeps asking me.

Environment Info

  • Platform: win32
  • Terminal: mintty
  • Version: 1.0.103
  • Feedback ID: 063b16bc-8abb-4a8d-a26f-91b21a890d12

Errors

[{"error":"Error: Request was aborted.\n    at yP.makeRequest (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:979:3864)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at runNextTicks (node:internal/process/task_queues:69:3)\n    at listOnTimeout (node:internal/timers:555:9)\n    at process.processTimers (node:internal/timers:529:7)","timestamp":"2025-09-04T08:53:46.040Z"},{"error":"Error: Request was aborted.\n    at I31._createMessage (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:970:7955)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at runNextTicks (node:internal/process/task_queues:69:3)\n    at listOnTimeout (node:internal/timers:555:9)\n    at process.processTimers (node:internal/timers:529:7)","timestamp":"2025-09-04T08:58:26.544Z"},{"error":"AbortError: The operation was aborted\n    at abortChildProcess (node:child_process:716:27)\n    at AbortSignal.onAbortListener (node:child_process:786:7)\n    at [nodejs.internal.kHybridDispatch] (node:internal/event_target:827:20)\n    at AbortSignal.dispatchEvent (node:internal/event_target:762:26)\n    at runAbort (node:internal/abort_controller:447:10)\n    at abortSignal (node:internal/abort_controller:433:3)\n    at AbortController.abort (node:internal/abort_controller:466:5)\n    at Timeout._onTimeout (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:749:75)\n    at listOnTimeout (node:internal/timers:594:17)\n    at process.processTimers (node:internal/timers:529:7)","timestamp":"2025-09-04T09:00:36.003Z"},{"error":"Error: EPERM: operation not permitted, rename 'C:\\Users\\HP EliteBook\\Documents\\Projects\\cake_mom-web_app\\index.html.tmp.25776.1756980195632' -> 'C:\\Users\\HP EliteBook\\Documents\\Projects\\cake_mom-web_app\\index.html'\n    at Module.renameSync (node:fs:1021:11)\n    at Object.renameSync (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:677:7337)\n    at _N (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:753:646)\n    at sy (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:749:4)\n    at Object.call (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:1873:853)\n    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n    at async uO5 (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:3555:11273)\n    at async DdB (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:3555:7472)\n    at async hO5 (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:3555:6335)\n    at async bO5 (file:///C:/Users/HP%20EliteBook/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:3555:5872)","timestamp":"2025-09-04T10:03:15.647Z"}]

View original on GitHub ↗

6 Comments

github-actions[bot] · 12 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/7114
  2. https://github.com/anthropics/claude-code/issues/7116
  3. https://github.com/anthropics/claude-code/issues/7113

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

EzXabi · 12 months ago

Having the same issue, seems like the maintainers are sleeping ...

trungkien2003ntk · 12 months ago

Temporary Fix for Windows Users 🛠️

This workaround successfully reverts the version and resolves the issue.

Here's a step-by-step guide:

  1. Open the Claude Code console and type /config.
  2. Navigate to the Auto Updates setting and change its value to false using the Tab key.
  3. Type /exit to close the console.
  4. Run the following command in your terminal to revert to version 1.0.102:

``
npm install -g @anthropic-ai/claude-code@1.0.102
``

  1. Run Claude again, and the issue should be fixed.
MrOnosa · 12 months ago

I'm experiencing the same issue. During a single session working on files in a directory, I had to approve read/edit permissions approximately 7 times for the same directory path. Each time I approved it, the next file operation would ask for permission again instead of remembering my previous approval.

Platform: Windows
Claude Code Version: 1.0.103 (Claude Code)

bogini collaborator · 12 months ago

Thank you for the bug report. We've identified the root cause: a Windows path handling bug in our permission system that was causing "accept edits on" mode to fail on Windows platforms. This regression was introduced in v1.0.103.

The fix has been included as part of v1.0.105. Please update to the latest version to resolve this issue.

Sorry for the trouble!

github-actions[bot] · 11 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.