Summary
When an agent (e.g., Fizz, Bumble, Honey) is tagged in a channel message and responds, the reply is sometimes visible in the Activity/Pulse log but does not appear in the channel or create a new thread against the original message.
Observed Behavior
- User sends a message tagging an agent (e.g., "@fizz hello") in a channel (e.g., #Welcome)
- The agent processes the message and generates a reply
- The reply appears in the Activity or Pulse log — confirming the agent completed its response
- However, the reply is not visible in the channel
- No new thread is created against the original message
- The user has no indication in the conversation view that the agent responded
Expected Behavior
When an agent replies to a message in a channel, the reply should:
- Appear in the channel as a visible message (or as a threaded reply to the original message)
- Be accessible from the conversation UI without switching to the Activity/Pulse view
Environment
- Buzz Desktop version: 0.5.2 (bundle xyz.block.buzz.app)
- OS: macOS (arm64)
- Agent runtime: OpenCode 1.18.9-fork
- Relay:
wss://kamil22.communities.buzz.xyz
Notes
- This is intermittent — sometimes replies appear correctly, other times they only show in Activity
- Agent logs show successful initialization and message processing
- No errors are reported in the agent or buzz-acp logs when this occurs
- The issue may be related to how the relay routes agent responses back to the channel vs. storing them only as activity events
Suggested Investigation
- Check if the agent response event includes the correct channel/thread routing metadata
- Verify that the relay is forwarding the response back to the channel subscribers (not just the Activity feed)
- Check if there's a race condition between the agent's response and the channel subscription state
Summary
When an agent (e.g., Fizz, Bumble, Honey) is tagged in a channel message and responds, the reply is sometimes visible in the Activity/Pulse log but does not appear in the channel or create a new thread against the original message.
Observed Behavior
Expected Behavior
When an agent replies to a message in a channel, the reply should:
Environment
wss://kamil22.communities.buzz.xyzNotes
Suggested Investigation