-
-
Notifications
You must be signed in to change notification settings - Fork 82.1k
[Bug]: Telegram progress bubble remains above subsequent assistant messages in progress streaming mode #90753
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Activity
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Priority
None yet
Bug type
Behavior bug / message ordering regression
Summary
In Telegram direct chats with
channels.telegram.streaming.mode = "progress", the progress bubble/status preview is created near the start of the turn and then remains above later assistant-visible messages and the final answer.As a result, the progress bubble looks stale and out of order: the user sees the progress/status container higher in the chat, while later assistant text appears below it. This is confusing for normal OpenClaw conversations because the progress indicator no longer tracks the visible turn flow.
This appears to be a regression from an earlier version where the progress UX did not leave the progress/status bubble stranded above later messages.
Environment
2e08f0f)openai/gpt-5.5via OpenAI Codex runtime{ "channels": { "telegram": { "streaming": { "mode": "progress" } } } }Steps to reproduce
progress.openai/gpt-5.5.Expected behavior
The progress bubble should either:
In
progressmode, the chat history should not leave an old progress bubble above newer assistant messages in a way that makes the turn appear out of order.Actual behavior
The progress bubble is created first and remains above subsequent assistant-visible messages/final response. Later text appears below it, so the progress indicator stays higher in the chat and visually looks stale/out of order.
Related issues
Telegram: Final assistant reply appears above tool call progress messages)This report is specifically about normal Telegram direct-chat progress streaming on
openai/gpt-5.5/ OpenClaw 2026.6.1, wherechannels.telegram.streaming.mode = "progress"is enabled and the progress bubble remains above subsequent assistant-visible messages.