v1.5.1
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-discovershooks/hooks.jsonat the standard path, so declaring it again caused the loader to attempt to load the same file twice and abort withDuplicate 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
/plugin→agent-skills-android→ Update (or uninstall + reinstall) to refresh the local cache to1.5.1, then start a new Claude Code session.
PR: #5