Skip to content

Releases: openclaw/crabpot

crabpot v0.1.4

29 Apr 21:09
v0.1.4

Choose a tag to compare

Changes

  • Pins Crabpot's plugin-inspector package smoke path to @openclaw/plugin-inspector@0.3.5.
  • Pins Crabpot's source-mode plugin-inspector checkout to 572956b8dff6284255d2016640e0e5f92dccad0d.
  • Refreshes the main dashboard reports after the sampler/profile metric fixes, including the generated dashboard JSON and README summary.
  • Keeps release validation advisory for known compatibility findings: Crabpot should keep shipping while it surfaces issues for OpenClaw/plugin follow-up.

Validation

  • npm run check:release
  • npm run plugin-inspector:smoke
  • CRABPOT_PLUGIN_INSPECTOR_CLI=source npm run plugin-inspector:smoke
  • node --test test/plugin-inspector-source.test.mjs
  • npm run release:crabpot -- --crabpot ../crabpot --published from plugin-inspector
  • GitHub Check: https://github.com/openclaw/crabpot/actions/runs/25133803320

Current report state

  • Release validation passes with 0 breakages and 158 tracked issues.
  • CI policy remains advisory for 3 known warning classes.

crabpot v0.1.3

29 Apr 05:46
v0.1.3
c69ff73

Choose a tag to compare

Changes

  • Keeps Crabpot release validation advisory for known compatibility findings instead of blocking releases on the issues Crabpot is meant to surface.
  • Runs the published plugin-inspector smoke path as part of release validation.
  • Makes report/workspace tests target-stable so current OpenClaw compat fixes do not fail old fixture-specific expectations.
  • Avoids Windows npm.cmd spawn failures in the static runner by invoking Node entrypoints directly.
  • Supersedes v0.1.1 and v0.1.2, whose CI exposed stale target-specific and Windows runner issues after release creation.

Validation

  • node --test test/run-static-suite.test.mjs
  • node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjs
  • CRABPOT_TEST_OPENCLAW_PATH=/Users/vincentkoc/GIT/_Perso/openclaw node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjs
  • node scripts/run-static-suite.mjs --openclaw /Users/vincentkoc/GIT/_Perso/openclaw --policy dashboard --plugin-inspector-smoke
  • npm run check:release

Current report state

  • Release validation passes with 0 breakages and 157 tracked issues.
  • CI policy remains advisory for 3 known warning classes.

crabpot v0.1.2

29 Apr 05:41
v0.1.2
8a2544e

Choose a tag to compare

Changes

  • Keeps Crabpot release validation advisory for known compatibility findings instead of blocking releases on the issues Crabpot is meant to surface.
  • Runs the published plugin-inspector smoke path as part of release validation.
  • Makes report/workspace tests target-stable so current OpenClaw compat fixes do not fail old fixture-specific expectations.
  • Supersedes v0.1.1, whose CI exposed the stale honcho-specific expectations after release creation.

Validation

  • node --test test/run-static-suite.test.mjs
  • node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjs
  • CRABPOT_TEST_OPENCLAW_PATH=/Users/vincentkoc/GIT/_Perso/openclaw node --test test/capture-contracts.test.mjs test/cold-import-readiness.test.mjs test/report.test.mjs test/workspace-plan.test.mjs
  • node scripts/run-static-suite.mjs --openclaw /Users/vincentkoc/GIT/_Perso/openclaw --policy dashboard --plugin-inspector-smoke
  • npm run check:release

Current report state

  • Release validation passes with 0 breakages and 157 tracked issues.
  • CI policy remains advisory for 3 known warning classes.

crabpot v0.1.1

29 Apr 05:29
v0.1.1
6b8bf19

Choose a tag to compare

Changes

  • Updated Crabpot release validation so known compatibility findings remain advisory instead of blocking releases. Crabpot is the reporting surface; findings should ship with the release.
  • Added the published plugin-inspector smoke path to the Crabpot release gate.
  • Bumped Crabpot to 0.1.1 after the plugin-inspector 0.3.4 pin/report refresh.

Validation

  • node --test test/run-static-suite.test.mjs
  • npm run check:release

Current report state

  • Release validation passes with 0 breakages and 157 tracked issues.
  • CI policy remains advisory for 3 known warning classes so Crabpot can continue publishing reports while exposing compatibility work.

crabpot v0.1.0

28 Apr 22:25

Choose a tag to compare

Crabpot v0.1.0

First Crabpot release after the OpenClaw plugin fixture and CI policy refresh.

Changes

  • Updated Dependabot-managed fixture pins for plugins/wecom, plugins/lossless-claw, and plugins/clawmetry.
  • Fixed Dependabot auto-merge to update branches from main before report refresh and direct squash merge.
  • Added generated OpenClaw plugin API surface coverage through plugin-inspector and wired it into default/manual compatibility checks.
  • Refreshed the README dashboard and generated report surfaces.

Validation

  • GitHub Actions Check on main passed for ubuntu, macOS, Windows, container static checks, changed-fixture resolution, and dashboard refresh.
  • Local targeted generated-surface and workflow tests passed before merge.