From e2a089b7fc77ba7600699bc09536d1b0d978d022 Mon Sep 17 00:00:00 2001 From: Younes Abouelnagah Date: Sat, 2 May 2026 16:55:59 -0400 Subject: [PATCH] chore(release): bump version to 1.0.1-rc.2 Bumps version to 1.0.1-rc.2 to supersede the failed v1.0.1-rc.1 release. Same fix set; only adds the sessionKey type extension that unblocks pnpm build. --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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",