From bc6cefd2ac30baa1610a2f389e33039f7130ebd0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 23 Apr 2026 16:56:50 +0100 Subject: [PATCH] fix: repair 2026.4.22 appcast list item --- appcast.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/appcast.xml b/appcast.xml index 1b30c639780..4b7be3e46b4 100644 --- a/appcast.xml +++ b/appcast.xml @@ -84,11 +84,7 @@
  • Config/includes: write through single-file top-level includes for isolated OpenClaw-owned mutations, so plugins install and plugins update update an included plugins.json5 file instead of flattening modular $include configs. Fixes #41050 and #66048.
  • Config/reload: plan gateway reloads from source-authored config instead of runtime-materialized snapshots, so plugin update writes no longer trigger false restarts from derived provider/plugin config paths. Fixes #68732.
  • Plugins/update: skip npm plugin reinstall/config rewrites when the installed version and recorded artifact identity already match the registry target, let bare npm package names resolve back to tracked install records, and point already-installed plugins install attempts at plugins update / --force instead of a hook-pack fallback. Fixes #46955, #67957, and #68073.
  • -
  • Agents/MCP: keep mcp.servers and bundle MCP tools available in Pi embedded
  • - - coding and messaging sessions while preserving minimal profile and - tools.deny: ["bundle-mcp"] opt-out behavior. Fixes #68875 and #68818. -