-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Discord progress/partial streaming no longer shows visible in-progress updates #88227
Copy link
Copy link
Open
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-infoClawSweeper needs more reporter information before it can verify this issue.ClawSweeper needs more reporter information before it can verify this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.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.impact:message-lossChannel message delivery can be lost, duplicated, or misrouted.Channel message delivery can be lost, duplicated, or misrouted.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:needs-infoClawSweeper needs more reporter information before it can verify this issue.ClawSweeper needs more reporter information before it can verify this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.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.impact:message-lossChannel message delivery can be lost, duplicated, or misrouted.Channel message delivery can be lost, duplicated, or misrouted.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
After updating to OpenClaw
2026.5.27, Discord no longer shows visible in-progress tool/activity streaming for normal channel turns. Final replies still arrive, but the previous live tool/progress stream is not visible.This appears separate from the intended Discord final-reply sanitizer that strips leaked internal trace lines. The issue is that neither
progressmode norpartialmode produces visible in-progress updates before the final reply.Environment
2026.5.27 (27ae826)@openclaw/discord@2026.5.27What I tried
In all cases, after restart, Discord still showed no visible in-progress/tool/progress output before the final assistant message.
Expected
Discord should show some visible in-progress feedback when
channels.discord.streaming.modeisprogressorpartial, especially whenstreaming.progress.toolProgress=true.If the new Discord sanitizer intentionally hides internal trace lines in final replies, that is fine, but there should still be a supported way to show safe live progress/tool activity in Discord.
Actual
No visible live progress draft/tool lines/partial text appeared in Discord. Only the final assistant reply was visible.
Notes
Source inspection shows Discord has hardcoded front-channel reply sanitization for final delivery, including filters for internal trace lines like tool call/result, analysis/reasoning, and compact command traces. That may be correct for final replies, but it looks like the user-visible live progress stream is gone or no longer delivered for this route.
Request: please either restore visible Discord progress streaming for
progress/partialmodes, or add a documented config toggle for safe Discord live tool/progress visibility.