docs(changelog): note Feishu streaming dedupe fix (#71431)

This commit is contained in:
Vincent Koc
2026-04-24 23:21:40 -07:00
committed by GitHub
parent b59ba1dc8e
commit d7fae7a5e7

View File

@@ -73,6 +73,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Feishu: suppress duplicate final card delivery when idle closes a streaming card before the final payload arrives. (#68491) Thanks @MoerAI.
- Signal: preserve sender attachment filenames and resolve missing MIME types from those filenames, so Linux `signal-cli` voice notes without `contentType` still enter audio transcription. Fixes #48614. Thanks @mindfury.
- Telegram/agents: suppress the phantom "Agent couldn't generate a response" fallback after a reply was already committed through the messaging tool. (#70623) Thanks @chinar-amrutkar.
- Dashboard/security: avoid writing tokenized Control UI URLs or SSH hints to runtime logs, keeping gateway bearer fragments out of console-captured logs readable through `logs.tail`. (#70029) Thanks @Ziy1-Tan.