@jyt4n
I have been noticing more comments about how annoying it is to manage permissions for CLI agents. It gets frustrating to approve every command/edit, yet it feels unsafe to run them in “skip permissions” mode. Over the holidays, I built Fence, a simple, lightweight tool to sandbox commands (incl agents, servers, etc) based on configs. You can also use this as a single config to unify permissions for all of your coding agents. https://t.co/pmyear4N9a Give it a try: ``` curl -fsSL https://t.co/uwjKTpK80t | sh fence -t code -- claude --dangerously-skip-permissions ```