Skip to content

plugin-inspector v0.3.18

Choose a tag to compare

@github-actions github-actions released this 21 Jul 06:03
· 45 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.3.18
4a30347

plugin-inspector v0.3.18

Highlights

  • Keep compatibility capture current with OpenClaw's evolving hook, gateway, workspace-linking, blob-store, and Zod runtime surfaces.

Fixed

  • Mock the current plugin blob-store runtime so Diffs and other trusted plugins can be captured without persistent state.
  • Parse OpenClaw hook names after their source declaration became private and added a TypeScript satisfies constraint.
  • Run synthetic gateway lifecycle hooks around ordinary probes while preserving capture indexes and report order, so gateway_stop teardown cannot invalidate later compatibility checks.
  • Link isolated plugin workspaces to the OpenClaw checkout without npm normalizing duplicated dependency and peer declarations back to registry ranges.
  • Keep mocked Zod schemas chainable through unsupported methods such as pipe() and catch().