fix(voice-call): wrap malformed media stream json · openclaw/openclaw@63d72e2
vincentkoc
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -91,6 +91,7 @@ Docs: https://docs.openclaw.ai
|
91 | 91 | - OpenAI embeddings: report malformed batch output JSONL with provider-owned errors instead of leaking raw parser failures. |
92 | 92 | - Synology Chat: report malformed JSON webhook payloads with stable channel-owned parser errors. |
93 | 93 | - Mattermost: report malformed interaction callback JSON with stable channel-owned parser errors. |
| 94 | +- Twilio voice-call: report malformed media stream WebSocket JSON with an owned parser error instead of logging raw parser failures. |
94 | 95 | - Matrix: ignore malformed percent-encoding in optional location URI parameters instead of letting a bad `geo:` event abort inbound message handling. |
95 | 96 | - Web search: auto-detect Brave through its legacy `tools.web.search.apiKey` compatibility fallback while keeping doctor migration to `plugins.entries.brave.config.webSearch.apiKey` as the canonical repair, so allowlisted isolated cron runs do not report `web_search` unavailable before migration. Fixes #81538. Thanks @atomicmonk. |
96 | 97 | - Plugins: memoize repeated in-process plugin metadata snapshots and keep vanished managed-install residue from forcing full derived discovery, reducing gateway/status startup scans under large plugin sets. Fixes #81143 and #79806. (#81570) Thanks @Kaspre, @holgergruenhagen, @JanPlessow, and @mjamiv. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。