Skip to content

plugin-inspector v0.3.11

Choose a tag to compare

@vincentkoc vincentkoc released this 25 May 23:05
· 80 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.3.11
d1a09d7

plugin-inspector v0.3.11

Fixed

  • Classify the latest generated kitchen-sink registrars for meeting notes, node CLI features, hosted media, model catalogs, embedding providers, and session actions.
  • Stop classifying package source entrypoints as missing when the published package provides built runtime entrypoints, and collapse SDK alias findings into a single compat-gap row.
  • Treat compat-gap issues as reconciled contract coverage for their own compatibility record.
  • Count passed synthetic hook probes as runtime coverage so conversation-access and before_tool_call inspector gaps close when probe artifacts prove them.
  • Keep mock-SDK synthetic probes in-process so retained hook and registration handlers remain callable, and harden dynamic root SDK mock exports.
  • Synthesize nested manifest config samples for optional object settings with required inner shape.
  • Populate message and agent lifecycle synthetic hook payloads with the fields telemetry plugins commonly read.
  • Resolve plugin manifests from parent directories when runtime capture starts from built dist entrypoints.
  • Capture CLIs no longer treat --output, --plugin-root, or --sdk flag values as the positional entrypoint. Thanks @KrasimirKralev.
  • Mock-SDK TypeScript capture now falls back to Node's strip-only parser on Node 26.