[BUG] Dangerously skip permissions doesn't dangerously skip permissions
Resolved 💬 6 comments Opened Nov 24, 2025 by dionny Closed Jan 27, 2026
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?
As the title says.
What Should Happen?
It should dangerously skip permissions.
Error Messages/Logs
claude --dangerously-skip-permissions
▐▛███▜▌ Claude Code v2.0.50
▝▜█████▛▘ Sonnet 4.5 · API Usage Billing
▘▘ ▝▝ ~/{REDACTED}
> /model
⎿ Set model to opus (claude-opus-4-1-20250805)
> Study @electron-app/ and @electron-app/REFACTORING_PLAN.md and see how much of the refactoring work is remaining then come up with a plan to sequence the remaining work and write it to REFACTORING_PLAN_NEXT.md ultrathink
⎿ Listed directory electron-app/
⎿ Read electron-app/REFACTORING_PLAN.md (108 lines)
⏺ I'll analyze the electron-app directory structure and the refactoring plan to understand what work remains. Let me use the Plan subagent to thoroughly investigate the codebase and create a sequenced plan for the remaining refactoring work.
⏺ Plan(Analyze electron refactoring status)
⎿ ...
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Bash command
find /Users/{REDACTED}/electron-app/src -name "*.js" -o -name "*.html" | while read f; do echo "$(basename "$f")"; done | sort
List all JS and HTML files in src
Do you want to proceed?
1. Yes
❯ 2. Yes, and don't ask again for while read f and done commands in {REDACTED}
3. Type here to tell Claude what to do differently
Esc to exit
Steps to Reproduce
Inherent in the logs.
Claude Model
None
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
2.0.50
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Other
Additional Information
_No response_
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗