diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcb49593b..b19c069b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # KissClaw Changelog +## KissClaw 1.0.1-rc.2 + +Baseline: OpenClaw v2026.4.20 (`8116e638f3`). + +Same fix set as 1.0.1-rc.1 plus the build-unblocking type extension below. +The 1.0.1-rc.1 release artifacts failed to build because of this type +mismatch and never published tarballs; this RC supersedes it. + +### Fixes + +- fix(agents): extend onAgentEvent callback type with sessionKey (triage) + - Type-only extension required by the lifecycle backstop cherry-pick. + - Subset of upstream `1184925572` (excluded under D8 as a CI-perf + refactor); only the type signature is included. + ## KissClaw 1.0.1-rc.1 Baseline: OpenClaw v2026.4.20 (`8116e638f3`). diff --git a/package.json b/package.json index 643bab9af0..3b6d35ad32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kissclaw", - "version": "1.0.1-rc.1", + "version": "1.0.1-rc.2", "description": "Multi-channel AI gateway with extensible messaging integrations", "keywords": [], "homepage": "https://github.com/openclaw/openclaw#readme",