fix(tts): keep media-only no-reply payloads

This commit is contained in:
Peter Steinberger
2026-04-25 18:04:44 +01:00
parent f3ba962fd0
commit 39343088ed
10 changed files with 94 additions and 9 deletions

View File

@@ -28,6 +28,9 @@ Docs: https://docs.openclaw.ai
- Agents/TTS: preserve legacy `[[audio_as_voice]]` hints on trusted tool-result
`MEDIA:` payloads so generated audio still delivers as a voice note. (#46535)
Thanks @azade-c.
- Agents/TTS: keep queued tool media when an assistant ends with `NO_REPLY` on
non-block delivery paths, so media-only generated audio replies still send.
(#60025) Thanks @bradlind1.
- Telegram/STT: frame inbound voice-note transcripts as machine-generated,
untrusted text in agent context while preserving raw transcript mention
detection. Closes #33360. Thanks @smartchainark.