fix(telegram): hide tool progress by default

This commit is contained in:
Neerav Makwana
2026-04-24 22:00:04 -04:00
committed by Peter Steinberger
parent 95a2c9bcdc
commit c4a8b80dfa
6 changed files with 52 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ curl "https://api.telegram.org/bot<bot_token>/getUpdates"
- `channels.telegram.streaming` is `off | partial | block | progress` (default: `partial`)
- `progress` maps to `partial` on Telegram (compat with cross-channel naming)
- `streaming.preview.toolProgress` controls whether tool/progress updates reuse the same edited preview message (default: `true`). Set `false` to keep separate tool/progress messages.
- `streaming.preview.toolProgress` controls whether tool/progress updates reuse the same edited preview message (default: `false`). Set `true` only when visible Telegram progress updates are desired.
- legacy `channels.telegram.streamMode` and boolean `streaming` values are auto-mapped
For text-only replies:

View File

@@ -176,7 +176,8 @@ Preview streaming can also include **tool-progress** updates — short status li
Supported surfaces:
- **Discord**, **Slack**, and **Telegram** stream tool-progress into the live preview edit.
- **Discord** and **Slack** stream tool-progress into the live preview edit by default.
- **Telegram** only streams tool-progress into the live preview edit when `streaming.preview.toolProgress` is explicitly enabled.
- **Mattermost** already folds tool activity into its single draft preview post (see above).
- Tool-progress edits follow the active preview streaming mode; they are skipped when preview streaming is `off` or when block streaming has taken over the message.