v0.2.0
Allowed-call notices are now on by default
The 🐕 Leash allowed this chat notice — previously opt-in via leash init --verbose — is now the default. It's how you see Leash watching, not just interrupting.
- Nothing to do on upgrade: the new default lives in the hook binary itself, so existing installs pick it up with the binary — no re-run of
leash initneeded. - Prefer the old quiet behavior?
leash init --quiet(per project) orleash init --global --quiet. --verboseremains accepted everywhere for backward compatibility; onleash initit prints a deprecation nudge pointing at--quiet.- Unchanged: allow notices never carry a permission decision, so your own permission settings still apply.
Changelog
- eed4406 Make allowed-call chat notices the default; add --quiet to opt out