plugin-inspector v0.3.18
·
45 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
satisfiesconstraint. - Run synthetic gateway lifecycle hooks around ordinary probes while preserving capture indexes and report order, so
gateway_stopteardown 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()andcatch().