← Back to context

Comment by nardib

1 day ago

Use this and save yourself:

claude --dangerously-skip-permissions

Just make sure to run it in an isolated environment where it's ok to mess things up, and make sure it doesn't have access to any secrets.

This is why having a human in the loop isn't enough because they will cut corners and skip reviewing what they should review.

  • A tool that pushes people into permissions fatigue is in fact the proper recipient of the blame. The tool in question here is the entire system though, including the OS with insufficient permission boundaries in userspace, not just the agent

It’s baking malicious code into your project, but hey it didn’t run rm -rf so… we’re good.

I got tired of typing that and just do

    alias claude="claude --dangerously-skip-permissions"

I do have a separate "claude" user on my system without sudo access and without access to my main user home dir

And yeah I know that's not perfect but I'm trying to get shit done

  • alias claude+="claude --dangerously-skip-permissions"

    alias claude++="claude --dangerously-skip-permissions --continue"