Skip to content

v1.4.1

Choose a tag to compare

@gwittebolle gwittebolle released this 20 Aug 14:39
· 48 commits to main since this release

What's new

fix: marketplace plugin failed to load on current Claude Code

Recent Claude Code auto-loads a plugin's hooks/hooks.json; our manifest still referenced it explicitly, and the duplicate made the whole plugin fail to load ("Duplicate hooks file detected") while the auto-loaded hooks kept running from the cached version. Marketplace installs were silently stuck: skills unavailable, updates refusing to resolve, and the stale cached Stop hook overwriting rows written by newer code (that is how git_branch kept getting wiped during the v1.4.0 dogfood). The manifest entry is removed; hooks/hooks.json stays, auto-loaded.