From dd132ea77b41f7941cd1da94661ac6f3efdeabbc Mon Sep 17 00:00:00 2001 From: Robin Waslander Date: Mon, 23 Mar 2026 15:26:38 +0100 Subject: [PATCH] release: add changelog for control UI tarball check --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d2f83cbad..658662dd9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -324,6 +324,7 @@ Docs: https://docs.openclaw.ai - Discord/pickers: keep `/codex_resume --browse-projects` picker callbacks alive in Discord by sharing component callback state across duplicate module graphs, preserving callback fallbacks, and acknowledging matched plugin interactions before dispatch. (#51260) Thanks @huntharo. - Memory/core tools: register `memory_search` and `memory_get` independently so one unavailable memory tool no longer suppresses the other in new sessions. (#50198) Thanks @artwalker. - Telegram/Mattermost message tool: keep plugin button schemas optional in isolated and cron sessions so plain sends do not fail validation when no current channel is active. (#52589) Thanks @tylerliu612. +- Release/npm publish: fail the npm release check when `dist/control-ui/index.html` is missing from the packed tarball, so broken Control UI asset releases are blocked before publish. Fixes #52808. (#52852) Thanks @kevinheinrichs. ## 2026.3.13