chore: leave release notes to release workflow

This commit is contained in:
Vincent Koc
2026-08-01 18:51:09 +02:00
parent c1623140f6
commit 140dae6bb0

View File

@@ -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.