From 4e34c1aa47bfdcf57fee67e7735eb36ea4558d3d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 13 May 2026 13:45:41 +0100 Subject: [PATCH] fix(channel): refresh wecom onboarding install (#80390) (thanks @brokemac79) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 993a1c0e877..6dad69bd89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- Channels/WeCom: refresh the official onboarding install to `@wecom/wecom-openclaw-plugin@2026.5.7` and update existing managed npm installs instead of failing on the package directory. Fixes #79884. (#80390) Thanks @brokemac79. - Anthropic: reseed Claude CLI fresh-session retries from bounded OpenClaw transcript history after session rotation, preventing conversation amnesia. Fixes #80905. (#80934) Thanks @bitloi. - Require explicit browser device pairing [AI]. (#81289) Thanks @pgondhi987. - Require Control UI pairing before proxy-scoped access [AI]. (#81288) Thanks @pgondhi987.