fix(telegram): resolve grammY fetch type mismatch (#512)

Co-authored-by: Yuri Chukhlib <yuri.v.chu@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-08 20:18:17 +01:00
parent 43e0462405
commit bf67b29a0e
3 changed files with 19 additions and 16 deletions
+1
View File
@@ -10,6 +10,7 @@
- Control UI: logs tab opens at the newest entries (bottom).
- Control UI: add Docs link, remove chat composer divider, and add New session button.
- Telegram: retry long-polling conflicts with backoff to avoid fatal exits.
- Telegram: fix grammY fetch type mismatch when injecting `fetch`. (#512) — thanks @YuriNachos
- Agent system prompt: avoid automatic self-updates unless explicitly requested.
- Onboarding: tighten QuickStart hint copy for configuring later.
- Onboarding: avoid “token expired” for Codex CLI when expiry is heuristic.