fix(google-meet): wrap malformed node host params · openclaw/openclaw@7a65b8a
vincentkoc
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -47,6 +47,7 @@ Docs: https://docs.openclaw.ai
|
47 | 47 | - Voice-call realtime: ignore malformed provider media-frame base64 before forwarding audio into bridge and transcription paths. |
48 | 48 | - QQBot: reject malformed stored cron payload base64 before JSON decoding structured reminder data. |
49 | 49 | - Telnyx voice-call: use the raw `client_state` fallback when webhook state is malformed base64 instead of using silently corrupted decoded text. |
| 50 | +- Google Meet: report malformed node-host params JSON with plugin-owned errors instead of leaking raw JSON parser failures. |
50 | 51 | - Models config/auth: stop inferring provider env-var markers from broad `^[A-Z_][A-Z0-9_]*$` strings, and resolve config-backed provider `apiKey` values only through structured env SecretRefs (`secrets.providers[id]` / `secrets.defaults`), so unrelated env vars cannot accidentally become provider credentials. Thanks @sallyom. |
51 | 52 | - Media fetch: skip allocating and buffering the response body for bodyless media responses (HEAD probes and 204-style empty bodies), avoiding wasted heap on streams that carry no payload. Thanks @shakkernerd. |
52 | 53 | - CLI/onboarding: forward provider-specific auth flags (e.g. `--openai-api-key`) through the onboarding wizard so they reach provider auth methods via `ctx.opts`, letting `--openai-api-key "$OPENAI_API_KEY"` skip the redundant "use existing env var?" prompt in non-interactive harnesses. (#81669) Thanks @sjf. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。