Skip to content

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 19:43
· 191 commits to main since this release

Bug Fixes

Bootstrap: running sessions no longer break after update

After plugin update via bootstrap.sh, Claude Code kept referencing the old version path (e.g. /1.16.0/bin/hook-wrapper.sh) causing hook errors until restart. Now the bootstrap script creates symlinks from old version directories to the new one, so running sessions continue to work seamlessly.

Bootstrap: Bash 3.2 compatibility (macOS)

Fixed empty array handling that could cause "unbound variable" errors on macOS default bash (3.2).

New

ntfy.sh webhook documentation (#29)

Added custom webhook example for sending push notifications to your phone via ntfy.sh. Thanks @listvin!

Simplified updating

The Updating section now uses the same bootstrap command as installation — one command for both install and update.


Full Changelog: v1.17.0...v1.18.0