From a2dd8219087a136f43a6f5e7f82ecd6b48d3d37e Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Tue, 9 Jun 2026 12:22:59 -0700 Subject: [PATCH] docs: clarify matrix plugin upgrade repair (#91753) --- docs/channels/matrix-migration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/channels/matrix-migration.md b/docs/channels/matrix-migration.md index 0ca607c1f16..9170a259f89 100644 --- a/docs/channels/matrix-migration.md +++ b/docs/channels/matrix-migration.md @@ -17,6 +17,11 @@ For most users, the upgrade is in place: - runtime state stays under `~/.openclaw/matrix/` You do not need to rename config keys or reinstall the plugin under a new name. +The root `openclaw` package no longer bundles Matrix runtime code or Matrix SDK +dependencies. If `openclaw channels status` shows Matrix is configured but the +plugin is missing after an update, run `openclaw doctor --fix` or +`openclaw plugins install @openclaw/matrix`; do not install Matrix SDK packages +into the root OpenClaw package. ## What the migration does automatically