From d5abbd29cc033a6c337be6923cc11acc4dc5818f Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 14 May 2026 17:26:10 +0800 Subject: [PATCH] changelog: cover @sjf Codex marketplace handling and @scotthuang weixin 2.4.3 - (#81625) Codex migrate delayed marketplace + warning/next-step glyph cleanup. Thanks @sjf. - (#81730) Weixin bundled catalog bump 2.4.1 -> 2.4.3. Thanks @scotthuang. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb27b6368af..b19e9cd7870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Docs: https://docs.openclaw.ai ### Fixes +- CLI/migrate: handle delayed Codex plugin marketplace responses so warnings, next-steps, and conflict states render with ⚠️ glyphs and post-install migration retries the marketplace fetch instead of silently skipping plugin items. (#81625) Thanks @sjf. +- Channels/Weixin: bump the bundled `@tencent-weixin/openclaw-weixin` external entry to `2.4.3` (from `2.4.1`) so onboarding and `openclaw channels add` install the current Tencent Weixin (personal WeChat) plugin release. (#81730) Thanks @scotthuang. - CLI: lazy-load model, plugin, and device runtime helpers and keep channel option help on generated startup metadata or generic fallback text so parent/help output renders without importing those runtime paths. - CLI: route `plugins list --json` through the parsed command fast path and cover it in response budgets so plugin JSON inventory avoids full CLI registration work. - Gateway/session history: carry monotonic transcript message sequence through live updates and refresh SSE history when stale sequence input would otherwise append bad incremental state. (#81474) Thanks @samzong.