Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 02 Jun 07:00
· 35 commits to main since this release

Fixed

  • Claude plugin reads no longer depend on truncated CLI JSON. Large Claude plugin installs can make claude plugin list --json exit 0 with exactly 65 536 bytes of malformed JSON. The Claude plugin adapter now prefers Claude's durable ~/.claude/plugins/installed_plugins.json state file, keeping plugin list, add plugin, plugin rm, and mirror working on large installs.

Changed

  • Interactive plugin management now uses one selected sync flow. The TUI no longer presents a separate "Mirror all" option. Manage plugins → Sync plugins asks for source, plugin selection, and destination agents; selecting all covers the old interactive mirror use case. The syncthis mirror CLI command remains as a batch/back-compat shortcut.