Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading