Resuming Requires Repeating Dangerous Flags | Generated by AI

Home 2026.04

Question: Do I still need to pass --dangerously-skip-permissions when resuming a previous Claude session with --resume?

Answer:

Yes — in most CLI designs (including Claude Code-style tools), you still need to explicitly pass --dangerously-skip-permissions again when you resume a session.

Why this is required

Practical implication

So your command is correct:

claude --resume d79629a0-c3a2-40e7-8f36-b21bf7d0d53c --dangerously-skip-permissions

If you omit the flag, the resumed session will likely:

Mental model

Think of it like:

They operate on different layers, so both must be specified.

References:


Back Donate