refactor: harden log stream writes

This commit is contained in:
Peter Steinberger
2026-01-21 03:03:23 +00:00
parent a0cd295c0f
commit 438a41f91f
5 changed files with 291 additions and 68 deletions

View File

@@ -29,6 +29,7 @@ Docs: https://docs.clawd.bot
- Diagnostics: export OTLP logs, correct queue depth tracking, and document message-flow telemetry.
- Diagnostics: emit message-flow diagnostics across channels via shared dispatch; gate heartbeat/webhook logging. (#1244) — thanks @oscargavin.
- CLI: preserve cron delivery settings when editing message payloads. (#1322) — thanks @KrauseFx.
- CLI: keep `clawdbot logs` output resilient to broken pipes while preserving progress output.
- Model catalog: avoid caching import failures, log transient discovery errors, and keep partial results. (#1332) — thanks @dougvk.
- Doctor: clarify plugin auto-enable hint text in the startup banner.
- Gateway: clarify unauthorized handshake responses with token/password mismatch guidance.