v0.9.3
Patch Changes
-
f20cce2: Add Homebrew and Docker secret command examples to the permission gate presets in the Examples tab.
-
ae512a6: Add more policy and command examples in settings UI
File policy presets:
- SSH keys (_.pem, __rsa, *_ed25519)
- AWS credentials (.aws/credentials, .aws/config)
- Database files (_.db, _.sqlite, *.sqlite3) - read-only
- Kubernetes secrets (.kube/config, kubeconfig)
- Certificates (_.crt, _.key, *.p12)
Dangerous command presets:
- terraform apply/destroy
- kubectl delete
- docker system prune
- git push --force
- npm/yarn/pnpm publish
- DROP DATABASE/TABLE