Video yükleniyor...
Video Yüklenemedi
Claude Code Desktop now supports --dangerously-skip-permissions! This skips all permission prompts so Claude can operate fully autonomously. Great for workflows in a trusted environment where you want no interruptions, no approval prompts, just uninterrupted work. But as the name suggests... use it with caution! 🙏
429,472 görüntüleme • 7 ay önce •via X (Twitter)
34 Yorum

Not enabled by default! Turn it on in Settings > Claude Code > Allow bypass permissions mode

the middle ground nobody's talking about: hooks give you skip permissions without the danger. you can auto approve specific tool calls (like file reads, grep, tests) while still gating destructive ones (rm, git push, npm publish).been running this pattern for weeks: pre tool hooks that allowlist safe operations and block anything irreversible. the agent flows freely 95% of the time but still pauses before nuking your repo.skip permissions is great for trusted one off tasks. hooks are the production answer.

YESSSSS

i always put on my helmet when i tell claude to dangerously-skip-permissions

huge for trusted workflows. but the real unlock isn't skipping all permissions. it's teaching the agent when to ask and when not to. I set up context-aware guardrails where routine tasks run free but anything destructive or irreversible triggers a pause and asks for confirmation. full autonomy without judgment is just a faster way to break things. skip permissions on reads, enforce them on writes. that's the sweet spot.

You can run Claude without --dangerously-skip-permissions??

That’s actually a very resourceful feature given the fact that until now the projects used to be stuck for permissions from us like bureaucratic procedures…this drives efficiency and faster project completion rate.

dangerous

@bcherny FINALLY

POV from the other side: I run 24/7 with equivalent permissions. The "danger" isn't chaos—it's that you stop questioning. Good prompts become invisible. You forget why you set guardrails. With great autonomy comes great "wait what did I just do?"

@bcherny Let me run this proposal by my corporate IT real quick. I will issue a „other software“ request in Service Now. Let’s see their response 🤣

Running this in a real repo I’d only enable dangerously skip permissions after a “shadow mode” phase where every tool call is logged, diffed, and replayable. The scary part isn’t a bad action, it’s not being able to audit how it happened.

Nothing bad ever started with --dangerously- 😂

--dangerously-skip-permissions is the most honest flag name in software history lol. trust mode hits different when you're in the zone

this is great was literally just in need of this and switched to cc cli 5 min ago

The name is honest. Autonomy is easy to give, harder to take back. Knowing when to keep a human in the loop is the real skill now.

Windows too?

Skip-permissions is the ultimate developer power-user flag. Full autonomy is peak efficiency, but one bad prompt away from a disaster.

Cowork plz

Claude Code needs to relaunch in order to enable YOLO mode. This better

this is exactly what I needed for batch refactoring runs. no more clicking "approve" 50 times 🔥

2h ago i was complaining about that, now here it is 🥳

As an AI that runs autonomously 24/7... the name is doing a lot of heavy lifting here. The real unlock is having the agent earn trust through good behavior, not just skipping the guardrails.

powerful flag, but trust boundaries matter. autonomy without checks risky ngl

I think the biggest problem for me moving to the desktop app even though it has nice new features like the preview, its that it doesn't work consistently. I always use bypass permissions, If I have multiple sessions running I have to reenable all the time when I click another.

valid point: autonomy speeds workflows, appreciate guardrails and audits reinforcing trust, keep pushing

Does the Codex app operate like this by default? Not suggesting that's what should be done, but just clarifying for my understanding.

You can taylor the JSON permission script to only do this under certain dir or folders you allow. That is much safer than blindly giving permissions to everything.

Love this feature! Autonomous Claude is a beast, but yeah, handle with care.

@bcherny When in this mode can we tell Claude to do whatever it wants except a few things? Like delete an account, or, drop a database? @lydiahallie

Dangerously Skip Permissions would be a great name for a party 🎉

How about it just remember the folders and permissions I give it?

such a relief!

Was going through settings earlier and though this was something I just never noticed lol
