fix: route agent messageProvider from resolved provider (#389, thanks @imfing)

This commit is contained in:
Peter Steinberger
2026-01-07 23:34:43 +00:00
parent 11006d1245
commit da5481e878
3 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
### Fixes
- 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.
- Discord/Telegram: add per-request retry policy with configurable delays and docs.
- Telegram: run long polling via grammY runner with per-chat sequentialization and concurrency tied to `agent.maxConcurrent`. Thanks @mukhtharcm for PR #366.
- macOS: prevent gateway launchd startup race where the app could kill a just-started gateway; avoid unnecessary `bootout` and ensure the job is enabled at login. Fixes #306. Thanks @gupsammy for PR #387.