fix: apply telegram voice transcript body substitution (#16789) (thanks @Limitless2023) (#16970)

This commit is contained in:
Ayaan Zaidi
2026-02-15 14:22:49 +05:30
committed by GitHub
parent b65b3c6ff0
commit 2fc479b427
3 changed files with 68 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ Docs: https://docs.openclaw.ai
- Agents: return an explicit timeout error reply when an embedded run times out before producing any payloads, preventing silent dropped turns during slow cache-refresh transitions. (#16659) Thanks @liaosvcaf and @vignesh07.
- Agents/OpenAI: force `store=true` for direct OpenAI Responses/Codex runs to preserve multi-turn server-side conversation state, while leaving proxy/non-OpenAI endpoints unchanged. (#16803) Thanks @mark9232 and @vignesh07.
- CLI/Build: make legacy daemon CLI compatibility shim generation tolerant of minimal tsdown daemon export sets, while preserving restart/register compatibility aliases and surfacing explicit errors for unavailable legacy daemon commands. Thanks @vignesh07.
- Telegram: replace inbound `<media:audio>` placeholder with successful preflight voice transcript in message body context, preventing placeholder-only prompt bodies for mention-gated voice messages. (#16789) Thanks @Limitless2023.
## 2026.2.14