-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Feature]: Telegram — full agent activity visibility (Web UI parity) #37816
Copy link
Copy link
Open
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.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:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.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:securitySecurity boundary, credential, authz, sandbox, or sensitive-data risk.Security boundary, credential, authz, sandbox, or sensitive-data risk.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.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:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.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:securitySecurity boundary, credential, authz, sandbox, or sensitive-data risk.Security boundary, credential, authz, sandbox, or sensitive-data risk.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Request
Problem
The Web UI (Control Panel) shows everything the agent does in real time: thinking steps, tool calls, intermediate results, reasoning, memory operations. On Telegram, the user only sees "Nova is typing..." and then the final answer. All the intermediate activity is invisible.
This creates a disconnect: the Web UI feels transparent and trustworthy, while Telegram feels like a black box.
Current state
streaming: off) or a live preview that gets replaced/deleted (withstreaming: partial/block)/verbose: Exists but only covers tool execution logs, is unreliable on Telegram ([Bug]: Tool execution logs intermittently missing in verbose mode via Telegram DM channel #11706), and doesn't include thinking steps or reasoningDesired behavior
A Telegram mode that mirrors what the Web UI chat shows — each agent activity step rendered as a persistent, separate message:
Each step stays visible as its own message. Nothing gets deleted or replaced.
Suggested implementation
A new streaming mode or config flag, e.g.:
Or:
Internal turns (like memory flush) that use
NO_REPLYshould be excluded from activity messages, since they are housekeeping and not part of the user-facing conversation.Why this matters
Related issues
/verbosetool logs missing on Telegram (closed/stale)Environment