github 777genius/claude-notifications-go v1.25.2

latest releases: v1.40.1, v1.40.0, v1.39.4...
6 months ago

Bug Fixes

Windows: "cannot execute binary file" on hook invocation (#35)

Root cause: Claude Code already spawns a shell to execute hook commands. The redundant sh prefix in hooks.json was misinterpreted as a script filename (not a command), causing sh to try executing /usr/bin/sh as a text script — resulting in "cannot execute binary file".

Fix: Removed sh prefix from all hook commands. The #!/bin/sh shebang in hook-wrapper.sh handles interpreter selection correctly on all platforms.

Thanks to @nicobailey for the fix!


📦 Installation · 🔄 Updating

Full Changelog: v1.25.1...v1.25.2

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.