Claude-Code Automode
claude.com
Claude-Code Automode
1–6 of 6 posts
Re: Claude-Code Automode
#2Re: Claude-Code Automode
#3Definitely a great indication of how manic and hyped Twitter (X) is (or how much easier it is to buy engagement)..
Re: Claude-Code Automode
#4Re: Claude-Code Automode
#5A classifier is probably nice for those who currently allow --dangerously-skip-permissions, but it's not for those who have been trying to only allow the right commands to always run. It only lowers the odds of something bad happening. Maintaining a massive allowlist that parses nested bash commands is safer. (I do this. It fits in a 2MB binary that runs on a hook, and it includes what I've put in Claude's allowlist…
Re: Claude-Code Automode
#6A classifier is probably nice for those who currently allow --dangerously-skip-permissions, but it's not for those who have been trying to only allow the right commands to always run. It only lowers the odds of something bad happening. Maintaining a massive allowlist that parses nested bash commands is safer. (I do this. It fits in a 2MB binary that runs on a hook, and it includes what I've put in Claude's allowlist…
Is that available somewhere? Maybe as a blog post on how you set this up?
All of the commands and flags are listed here. https://github.com/michaeldhopkins/safe-chains/blob/main/COM...