Safety
Configure safety guards to protect against dangerous operations.Options
| Option | Type | Default | Description |
|---|---|---|---|
block_destructive | bool | true | Block destructive commands like rm -rf, git push —force |
require_confirmation | []string | [git push, npm publish, docker push] | Commands that require user confirmation |
allowed_without_confirmation | []string | [git status, git diff, cat, ls] | Commands always allowed without confirmation |