Skip to content

v0.8.4

Choose a tag to compare

@RodCor RodCor released this 02 Jun 15:16
· 201 commits to main since this release
6e1465e

v0.8.4 — non-destructive plugin install + global scope

ADDED

  • Global plugin install. kimetsu plugin install <target> --scope global
    installs the Kimetsu surface into the user's home for every session —
    ~/.claude/ + ~/.claude.json (mcpServers) for Claude Code, and
    ~/.codex/ for Codex — instead of the workspace. --scope defaults to
    workspace (the prior behavior). Also exposed as the scope argument on
    the kimetsu_plugin_install MCP tool.

FIXED

  • Hook install no longer clobbers existing hooks. kimetsu plugin install
    now merges its hooks into existing Claude settings.json / Codex
    hooks.json instead of replacing them. Hooks you already have — even on the
    same events Kimetsu uses (UserPromptSubmit, PreToolUse, …) — are
    preserved, with Kimetsu's group added alongside. Re-running install is
    idempotent (no duplicate groups) and the MCP config + generated docs refresh
    without requiring --force.