mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
* feat(notification): add em' Assisted-by: Claude Sonnet 4.5 via Crush * refactor(permission): check allowlist first * docs(notification): correct example, fix rendering * fix(notification): bump godbus/dbus to v5.2.2 v5.1.0's FreeBSD SendNullByte() was in a CGO file, so it was excluded when building with CGO_ENABLED=0, causing the freebsd/amd64 cross-build to fail. v5.2.2 rewrites it in pure Go.