From 140dae6bb03df2f8290c7126d33bfa256e04b50e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 1 Aug 2026 18:51:09 +0200 Subject: [PATCH] chore: leave release notes to release workflow --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3536696b08..7d50996ecde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,6 @@ Docs: https://docs.openclaw.ai ### Fixes -- **Gateway multi-agent startup:** skip session restart-recovery writer scans for agent databases without running sessions, avoiding per-agent startup delay from unrelated auth or model-catalog state while preserving recovery and corruption handling for durable stores. - **Control UI archived session deletion:** send archive-gated delete requests from Sessions-page row and mixed-selection actions so write-scoped operators can remove archived threads while active-session deletion remains admin-only. Thanks @shakkernerd. - **Control UI command recovery:** keep delayed detached and immediate command failures scoped to their submitting session, preserving failed drafts and attachments for that pane without overwriting the active session. Fixes #116846. Thanks @shakkernerd. - **Microsoft Teams message-tool replies:** keep automatic live previews from duplicating a message already delivered to the current Teams conversation, while preserving distinct follow-up text and cross-conversation sends. Fixes #116397. (#116398) Thanks @a-tokyo.