[BUG] "Accept Edits On" Mode on Windows 11 requires manual confirmation for edits (v1.0.103 regression)
Resolved 💬 11 comments Opened Sep 4, 2025 by anose001 Closed Sep 4, 2025
Environment
- Claude CLI version: 1.0.103 (affected), 1.0.100 (working)
- Operating System: Windows 11
- Terminal: Command Prompt/PowerShell (installed via npm, not WSL)
Bug Description
File edit confirmation dialog appears even though I am on "accept edits on" mode in Claude Code CLI
version 1.0.103, while they work correctly in version 1.0.100.
Steps to Reproduce
- Install Claude Code CLI version 1.0.103 via npm on Windows 11
- Navigate to a project directory with code files
- Enable "accept edits on" mode
- Request Claude to make edits to existing files (e.g., adding comments,
modifying code)
- Observe that edits still require a confirmation dialog
Expected Behavior
When "accept edits on" mode is enabled, Claude should be able to
successfully apply edits to files without requiring manual approval for
each change.
Actual Behavior
Edits require permission confirmation using version 1.0.103, even with
"accept edits on" mode enabled.
Additional Context
- Downgrading to version 1.0.100 resolves the issue completely
- The problem appears to be a regression introduced in version 1.0.103
This issue has 11 comments on GitHub. Read the full discussion on GitHub ↗