From 13e67599c45d221dad3e158e5b2a920d8ec1292b Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Tue, 23 Jun 2026 16:02:57 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v1.2.1=20=E2=80=94=20fallback=20skil?= =?UTF-8?q?ls=20+=20mempalace=20directive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bake pi-extensions + mempalace skills into the image (available without a mounted skillset) and add the mempalace session-start proactive-load directive so frequently-recreated containers actually pick the skill up. Closes the fork/recall + mempalace under-utilisation gap. CHANGELOG: [Unreleased] -> v1.2.1. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92350fa..4e774c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,13 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). --- -## [Unreleased] +## v1.2.1 — 2026-06-22 + +Patch release: close the fork/recall + mempalace **under-utilisation gap** in +containers started without the private `skillset` repo — bake the +`pi-extensions` and `mempalace` skills into the image and add the missing +mempalace session-start directive. pi version is re-resolved from npm `latest` +at build. ### Added