feat: polecats run with --dangerously-skip-permissions
Gas Town is for grownups. Polecats now start Claude with full permissions to enable autonomous operation without prompts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -117,7 +117,8 @@ func (m *Manager) Start(polecat string, opts StartOptions) error {
|
||||
// Send initial command
|
||||
command := opts.Command
|
||||
if command == "" {
|
||||
command = "claude"
|
||||
// Polecats run with full permissions - Gas Town is for grownups
|
||||
command = "claude --dangerously-skip-permissions"
|
||||
}
|
||||
if err := m.tmux.SendKeys(sessionID, command); err != nil {
|
||||
return fmt.Errorf("sending command: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user