fix: format slow listener logs

This commit is contained in:
Peter Steinberger
2026-01-08 01:28:17 +01:00
parent 67213e0fc6
commit 3398fc3820
4 changed files with 107 additions and 23 deletions

View File

@@ -18,6 +18,7 @@
- Auto-reply: removed `autoReply` from Discord/Slack/Telegram channel configs; use `requireMention` instead (Telegram topics now support `requireMention` overrides).
### Fixes
- Discord: format slow listener logs in seconds to match shared duration style.
- Agent: avoid duplicating context/skills when SDK rebuilds the system prompt. (#418)
- Signal: reconnect SSE monitor with abortable backoff; log stream errors. Thanks @nexty5870 for PR #430.
- Gateway: pass resolved provider as messageProvider for agent runs so provider-specific tools are available. Thanks @imfing for PR #389.