Skip to content

v0.44.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:22

v0.44.0 — Sturdier plugin dispatch & MCP tool discovery

This release hardens two seams in the plugin path: dispatch exits are now
preserved end-to-end (no more swallowed exit codes or lost Seed extras), and
the tool-discovery convention is delivered through MCP server instructions so
capabilities surface reliably to the host.

Bug Fixes

  • Preserve dispatch exits and Seed extras (#1533) — plugin dispatch keeps
    exit signals and round-trips Seed extras intact.
  • Deliver tool-discovery convention via MCP server instructions (#1532) —
    capability discovery moves into MCP server instructions for consistent
    surfacing across hosts.

What's Changed

  • fix(capabilities): deliver tool-discovery convention via MCP server instructions by @Q00 in #1532
  • fix(plugin): preserve dispatch exits and Seed extras by @Q00 in #1533

Full Changelog: v0.43.3...v0.44.0