From 206071be69141331cb01e9a710c7522f29603adc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 21 Jan 2026 03:51:22 +0000 Subject: [PATCH] fix: answer telegram callback queries immediately (#1349) (thanks @siddhantjain) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38dfb57db..cc37ff3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Docs: https://docs.clawd.bot - UI: add copy-as-markdown with error feedback and drop legacy list view. (#1345) — thanks @bradleypriest. ### Fixes - Discovery: shorten Bonjour DNS-SD service type to `_clawdbot-gw._tcp` and update discovery clients/docs. +- Telegram: answer callback queries immediately to prevent retries. (#1349) — thanks @siddhantjain. - 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. - Diagnostics: export OTLP logs, correct queue depth tracking, and document message-flow telemetry.