gateway: quiet Telegram operational chatter

This commit is contained in:
houenyang-momo 2026-05-23 16:32:18 +00:00 committed by Teknium
parent efa952531b
commit 60f84c6c28
7 changed files with 177 additions and 18 deletions

View file

@ -507,9 +507,23 @@ Scheduled auto-resume for N restart-interrupted session(s)
No configuration is required. If you don't want the heads-up, set `gateway_restart_notification: false` on the platform.
### Mobile-friendly progress defaults
Telegram defaults to final-answer-first output: no tool-progress stream, no periodic "still working…" heartbeat, no interim assistant status messages, and concise busy acknowledgments. Opt back into any of those per platform:
```yaml
display:
platforms:
telegram:
tool_progress: new
interim_assistant_messages: true
long_running_notifications: true
busy_ack_detail: true
```
### Progress bubble cleanup (opt-in)
Tool-progress messages, the "still working…" heartbeat, and status-callback bubbles can be auto-deleted after the final response lands. Enable per-platform via `display.platforms.<platform>.cleanup_progress`:
Tool-progress messages, the "still working…" heartbeat, and status-callback bubbles can also be auto-deleted after the final response lands. Enable per-platform via `display.platforms.<platform>.cleanup_progress`:
```yaml
display: