Skip to content

v1.5.1

Choose a tag to compare

@GuillemRoca GuillemRoca released this 18 May 21:17
· 2 commits to main since this release
4f20827

Patch release. Fixes a regression in v1.5.0 that prevented the SessionStart hook from registering.

What changed

  • Manifest — removed the "hooks": "./hooks/hooks.json" entry from .claude-plugin/plugin.json. The plugin loader auto-discovers hooks/hooks.json at the standard path, so declaring it again caused the loader to attempt to load the same file twice and abort with Duplicate hooks file detected. With the redundant entry removed, the auto-load registers the hook cleanly.

Why this matters

On v1.5.0, consumers saw Failed to load hooks from .../hooks/hooks.json: Duplicate hooks file detected ... at session start and the using-agent-skills meta-skill was never injected. v1.5.1 restores the intended behavior.

Upgrade

  • /pluginagent-skills-android → Update (or uninstall + reinstall) to refresh the local cache to 1.5.1, then start a new Claude Code session.

PR: #5