Skip to content

Releases: openclaw/plugin-inspector

plugin-inspector v0.3.0

27 Apr 23:21
v0.3.0
ce32f31

Choose a tag to compare

plugin-inspector v0.3.0

Added

  • Add --allow-execute as a cross-platform runtime capture opt-in flag.
  • Add plugin-inspector init --dry-run for setup previews.
  • Add plugin-inspector init --json for machine-readable setup summaries.
  • Add plugin-inspector init --scripts for plugin:check and plugin:ci package scripts.
  • Add public fixture-set report helpers and synthetic probe suite helpers for Crabpot and downstream compatibility suites.
  • Add a Crabpot follow-through release checklist for source refs, package pins, and smoke commands.

Changed

  • Make generated runtime CI commands use --allow-execute instead of shell-specific inline environment syntax.
  • Make plugin-inspector init --ci detect packageManager and common lockfiles before generating CI install/run commands.
  • Make plugin-inspector init output repo-relative file paths and preflight generated files before writing.
  • Make plugin-inspector init infer sourceRoot: "src" from package export maps like "./src/index.js".
  • Improve CLI failure summaries with report artifact paths and top blocking findings.
  • Harden mock SDK capture by keeping generated loader fixtures available until subprocess exit.

plugin-inspector v0.2.0

27 Apr 19:26
v0.2.0
71f7541

Choose a tag to compare

plugin-inspector v0.2.0

Added

  • Add package.json pluginInspector config discovery for plugin-root checks.
  • Add plugin-inspector config for resolved plugin-root config summaries.
  • Add author-facing plugin-inspector inspect plugin-root flow.
  • Add CI-native SARIF and JUnit outputs; plugin-inspector ci writes them by default.

Changed

  • Make generated CI workflows use one plugin-inspector ci --no-openclaw --runtime --mock-sdk command.
  • Harden runtime capture for string handler registrations, parse-capable config schema helpers, and provider auth/catalog SDK mocks.

plugin-inspector v0.1.3

27 Apr 17:44
v0.1.3
d64179f

Choose a tag to compare

plugin-inspector v0.1.3

Added

  • Add reserved bundled-plugin SDK import detection so external plugins get explicit compatibility findings for private OpenClaw SDK shims.
  • Add packaged workspace capture and synthetic-probe helper CLIs for generated isolated workspace plans.

Changed

  • Make plugin-inspector ci write compatibility-backed CI summary artifacts instead of the legacy inventory report.
  • Default packaged helper captures to the mocked OpenClaw SDK while preserving --real-sdk opt-in behavior.
  • Detect the default runtime capture artifact at reports/plugin-inspector-runtime-capture.json.
  • Report the actual log count in CLI text summaries.

plugin-inspector v0.1.2

27 Apr 10:59
v0.1.2
0f5f7d8

Choose a tag to compare

plugin-inspector v0.1.2

Offline compatibility inspector for OpenClaw plugins.

Contributors

@steipete and @vincentkoc

plugin-inspector v0.1.1

27 Apr 09:28
v0.1.1
b9e5b60

Choose a tag to compare

plugin-inspector v0.1.1

Offline compatibility inspector for OpenClaw plugins.

  • No merged pull requests in this release.

Contributors

@vincentkoc

plugin-inspector v0.1.0

27 Apr 08:54
v0.1.0
c2d182f

Choose a tag to compare

plugin-inspector v0.1.0

Offline compatibility inspector for OpenClaw plugins.

Contributors

@vincentkoc