logoalt Hacker News

nardibtoday at 1:24 PM4 repliesview on HN

Use this and save yourself:

claude --dangerously-skip-permissions


Replies

tasukitoday at 3:28 PM

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.

wildpeakstoday at 3:21 PM

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

show 2 replies
qsxfthnkp2322today at 3:18 PM

I love it when Claude is dangerous

dheeratoday at 3:47 PM

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

show 1 reply