Merge pull request #619 from rubyrunsstuff/fix/telegram-block-streaming

fix: enable block streaming for Telegram when streamMode is 'block'
This commit is contained in:
Peter Steinberger
2026-01-10 00:16:04 +00:00
committed by GitHub
5 changed files with 56 additions and 7 deletions

View File

@@ -39,6 +39,7 @@
- Auth: default billing disable backoff to 5h (doubling, 24h cap) and surface disabled/cooldown profiles in `models list` + doctor. (#486) — thanks @steipete
- Commands: harden slash command registry and list text-only commands in `/commands`.
- Models/Auth: show per-agent auth candidates in `/model status`, and add `clawdbot models auth order {get,set,clear}` (per-agent auth rotation overrides). — thanks @steipete
- Telegram: keep streamMode draft-only; avoid forcing block streaming. (#619) — thanks @rubyrunsstuff
- Debugging: add raw model stream logging flags and document gateway watch mode.
- Gateway: decode dns-sd escaped UTF-8 in discovery output and show scan progress immediately. — thanks @steipete
- Agent: add claude-cli/opus-4.5 runner via Claude CLI with resume support (tools disabled).