Skip to content

Releases: MachineWisdomAI/KissClaw

v1.1.0-rc.2 — fix Node module resolution

05 May 15:52

Choose a tag to compare

KissClaw 1.1.0-rc.2

Baseline: OpenClaw v2026.4.23 (a9797214338b).

Fixes

  • fix(governance): restore name: openclaw in package.json for Node module
    resolution compatibility. name: kissclaw broke all openclaw/plugin-sdk/*
    imports (bundled plugins, runtime deps, third-party plugins) because Node's
    exports map self-referencing requires the package name to match the import
    specifier. The tarball remains downloadable from the KissClaw release page;
    the npm package identity is openclaw so npm install -g <tarball> installs
    to /usr/lib/node_modules/openclaw (same as upstream — uninstall the other
    first).

v1.1.0-rc.1 — upstream baseline v2026.4.23

05 May 11:44

Choose a tag to compare

KissClaw v1.1.0-rc.1 — upstream baseline v2026.4.23

v1.0.1-rc.3 — drop-in compat

04 May 22:13

Choose a tag to compare

Pre-release

KissClaw v1.0.1-rc.3 — drop-in upstream compatibility. No code changes.

KissClaw v1.0.1-rc.2

02 May 21:17
ddfc330

Choose a tag to compare

KissClaw v1.0.1-rc.2 Pre-release
Pre-release

Rebuild with the release workflow fixes from PR #16 now on ga/1.0 (where the release event reads from).

KissClaw v1.0.1-rc.1

02 May 20:21
d7aa2bc

Choose a tag to compare

KissClaw v1.0.1-rc.1 Pre-release
Pre-release

24 upstream cherry-picks from OpenClaw v2026.4.20 baseline.

See CHANGELOG.md for the full fix list.