From ddc472b63fc0b328357a75ad15a4bf0ca0842d80 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Mon, 16 Mar 2026 15:05:56 +1000 Subject: [PATCH] chore: bump version to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2.2.0 — first fully working plugin release: - Fix: resolve workspace dir from hook context (_ctx), not api.runtime - Fix: strip channel metadata from user messages before state extraction - Both fixes are required for gateway/Telegram/Discord deployments Co-Authored-By: Claude Opus 4.6 --- openclaw.plugin.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index ed59fe9..06475d0 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "memory-continuity", "name": "Memory Continuity", "description": "Preserves working state across /new, reset, compaction, and gateway restarts via a simple markdown checkpoint file.", - "version": "2.1.0", + "version": "2.2.0", "source": "https://github.com/dtzp555-max/memory-continuity", "configSchema": { "type": "object", diff --git a/package.json b/package.json index 18d2ed7..f32fa8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memory-continuity", - "version": "2.1.0", + "version": "2.2.0", "description": "Zero-dependency memory continuity for OpenClaw — plain markdown, lifecycle hooks, no vector DB.", "main": "index.js", "type": "module",