fix: allow fallback on timeout aborts

Co-authored-by: Larus Ivarsson <larusivar@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-20 19:23:06 +00:00
parent 4999f15688
commit 21370fc09b
3 changed files with 24 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ Docs: https://docs.clawd.bot
### Fixes
- Discovery: shorten Bonjour DNS-SD service type to `_clawdbot-gw._tcp` and update discovery clients/docs.
- Agents: preserve subagent announce thread/topic routing + queued replies across channels. (#1241) — thanks @gnarco.
- Agents: avoid treating timeout errors with "aborted" messages as user aborts, so model fallback still runs.
- Doctor: clarify plugin auto-enable hint text in the startup banner.
- Gateway: clarify unauthorized handshake responses with token/password mismatch guidance.
- Web search: infer Perplexity base URL from API key source (direct vs OpenRouter).