Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 20:48
d3d1fd0

Changed

  • The README install section is organised by client, not by install method - Claude Code
    has its own heading, with the plugin and a manual claude mcp add beneath it, and other
    clients follow. Python is no longer listed as a prerequisite, because it is not one for the
    plugin route: each route now states what it needs next to the command it applies to. The note
    about enterprise policy moves to the top, where it can still change whether you proceed.

Fixed

  • A corrupted path in the README example prompts - C:\dumps\app.dmp shipped with a literal
    BEL byte where the \a should have been, so anyone copying that line got a control character
    instead of a path. Every markdown, workflow and JSON file in the repository was swept for
    stray control characters; this was the only one.