Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:27
· 40 commits to main since this release
8ce1814

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 init needed.
  • Prefer the old quiet behavior? leash init --quiet (per project) or leash init --global --quiet.
  • --verbose remains accepted everywhere for backward compatibility; on leash init it 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