-
-
Notifications
You must be signed in to change notification settings - Fork 80.7k
[Feature]:Control UI: Collapse tool activity blocks by default, suppress partial answer fragments #95752
Copy link
Copy link
Open
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm 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.enhancementNew feature or requestNew feature or requestimpact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Description
Metadata
Metadata
Assignees
Labels
P3Low-priority cleanup, docs, polish, ergonomics, or speculative work.Low-priority cleanup, docs, polish, ergonomics, or speculative work.clawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.ClawSweeper needs live local, crabbox, or manual validation to confirm 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.enhancementNew feature or requestNew feature or requestimpact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.issue-rating: 🐚 platinum hermitGood issue quality with a plausible reproduction path needing some confirmation.Good issue quality with a plausible reproduction path needing some confirmation.
Type
Fields
Priority
None yet
Summary
Control UI: Collapse tool activity blocks by default, suppress partial answer fragments
Problem to solve
Tool execution activity blocks ("Activity: Processing tool exec...") are displayed expanded by default between assistant message fragments in the Dashboard chat. This clutters the conversation view and makes responses hard to read.
Three specific problems:
Proposed solution
Alternatives considered
Impact
Affected users/systems: All Dashboard (Control UI) users — this is the default chat interface
Severity: Annoying — does not block functionality but significantly degrades readability
Frequency: Always — occurs on every message that involves tool calls
Consequence: Users must manually collapse activity blocks on every turn, partial answer fragments cause confusion, and wasted context tokens increase API costs
Evidence/examples
[Screenshot: Dashboard showing expanded "Activity: Processing tool exec..." blocks with partial answer fragments between them]
Environment: OpenClaw 2026.6.10-beta.2, Dashboard (Control UI), browser, agent model xiaomi/mimo-v2.5-pro
Additional information
This is a quality-of-life improvement for Dashboard-heavy users. Telegram and other channels already show only the final answer without activity blocks. The Dashboard should offer the same clean experience, with activity details available on demand via click-to-expand.