You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the mobile app, when a user sends a message tagging an agent, the agent sometimes does not reply visibly. However, the desktop app's Activity/Pulse log shows the agent did receive the message, perform reasoning, and produce a response. Since the mobile app has no Activity view, the user has no way to know the agent responded when they are away from the desktop.
Observed Behavior
User sends a message tagging an agent from the mobile app
No reply appears in the channel or thread on mobile
Back at the desktop app, the Activity/Pulse log shows the agent completed reasoning and generated a response
The mobile app provides no equivalent Activity feed, so the user cannot confirm whether the agent processed the message
Impact
User is left in the dark when out and about — messages appear unanswered even though the agent responded
This makes agent collaboration unreliable from mobile, which defeats the purpose of a mobile companion app
Feature request: Add an Activity/Pulse view to the mobile app so users can see agent activity (reasoning, responses, status) even when replies aren't rendering in the conversation view
Summary
On the mobile app, when a user sends a message tagging an agent, the agent sometimes does not reply visibly. However, the desktop app's Activity/Pulse log shows the agent did receive the message, perform reasoning, and produce a response. Since the mobile app has no Activity view, the user has no way to know the agent responded when they are away from the desktop.
Observed Behavior
Impact
Expected Behavior
Relation to Existing Issues
default_agent_argsidentity table (spawned withoutacp→ interactive mode → 60s timeout). The moderator noted PR fix(desktop): add opencode to default_agent_args for ACP support #3706 adds"opencode" => Some(vec!["acp"])and PR fix(acp): handle missing custom harness binaries #3598 adds themissing_binaryvariant. Holding that issue for those PRs — but this mobile issue is a distinct UX gap (no Activity visibility on phone).Environment
wss://kamil22.communities.buzz.xyzSuggested Fixes