Permissions Validation Override Not Working in Plan Mode
Bug Description
Plan mode asks for permissions for every command, even if running claude --dangerously-skip-permissions or enabling auto-accept mode. Is this intentional?
I often find myself launching Claude Code to figure out a detailed plan and then, after a few iterations on editing the plan, I am asking Claude Code to start executing on the plan. I would like to do it all in one conversation to provide best planning context to Claude Code.
I need to clarify that I launch Claude Code with --dangerously-skip-permissions, and I later enter plan mode by cycling Shift+Tab. No confirmation for Claude Code actions permissions is asked before entering plan mode - permission checks appear after having enabled "plan" mode.
Environment Info
- Platform: win32
- Terminal: vscode
- Version: 1.0.69
- Feedback ID: ce27378c-a485-4992-889c-1996694ce8b1
Steps to Reproduce
- Start claude with
claude --dangerously-skip-permissions - Enable plan mode with triple
Shift+Tab - Next edits will ask for confirmation, even though claude was started with
--dangerously-skip-permissions. Selecting auto-accept mode by cyclingShift+Tabone more time does not help
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗