Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 17 May 20:14
· 11 commits to main since this release

Fixed

  • Critical install bug.claude-plugin/plugin.json declared
    "hooks": "./hooks/hooks.json", which pointed the manifest override
    at the auto-discovered default file. Claude Code rejects this with
    Duplicate hooks file detected AND silently disables the plugin's
    hooks (and any sibling MCP servers). v0.1.3 and earlier would not
    load on any Claude Code instance. Fix: remove the hooks field
    entirely — the canonical hooks/hooks.json is auto-discovered.

    This is empirical plugin-loading bug #2 catalogued by CPV
    (claude-plugins-validation) under RC-PLUGIN-LOAD-002. The very
    bug-class that motivated CPV's loader-audit rules. Ironic.

Changed

  • README rewritten to lead with the value proposition: "The
    AskQuestion prompt is not good for a big number of choices. Just
    run this command and you get a nice menu with as many entries as
    you need." Followed by a single copy-paste snippet. ~240 lines
    trimmed to ~80.