Summary
A managed buzz-acp agent can be subscribed to a normal stream channel while an owner's @mention is stored and returned by the message and mention-feed commands. The running agent session still does not enter the steer or wake path.
The affected channel appears in the active buzz-acp subscription log. Comparable mentions in a second subscribed stream channel do reach the steer path.
Environment
- Buzz Desktop managed agent using
buzz-acp
- ACP agent runtime on Linux
- Mention subscription mode with owner mentions enabled
- Relay address and machine-specific settings omitted from this public report
Channels
- Affected stream channel:
<affected-stream-channel>
- Working control stream channel:
<control-stream-channel>
- Channel identifiers omitted
What was verified
- The affected channel is a stream channel.
- The agent is a member of the affected channel.
- The active
buzz-acp log records a subscription to the affected channel.
- The log also records a subscription to the control channel.
- Owner mentions in the affected channel are stored on the relay and returned by the message command.
- The mention-feed command also returns those mentions.
- Comparable owner mentions in the control channel trigger steer handling.
- The affected-channel mentions produce no equivalent steer or wake log entries.
Reproduction
- Start a managed agent subscribed to two stream channels.
- Send an explicit owner
@mention in the affected channel.
- Confirm that the message and mention-feed commands return the event.
- Observe that the running agent does not wake or steer.
- Send a comparable owner
@mention in the control channel.
- Observe that the agent wakes and the log records steer activity.
Expected behavior
An explicit owner mention in any actively subscribed stream channel should enter the same wake and steer path.
Actual behavior
The affected-channel mention is present at the relay and feed layers, but it never reaches the runtime wake and steer path. A comparable mention in the control channel works.
Log evidence
The active log records subscriptions to both channel identifiers. For the control channel, it also records:
non-cancelling steer ack received
ack=Ok(Err(ExpectedRunIdMissing))
signal_fallback=true
control signal sent to in-flight task
Those wake and steer entries are absent for the affected-channel mentions.
Scope
Membership, channel type, subscription state, relay storage, and mention-feed visibility were verified. The remaining failure appears between channel-scoped mention delivery and the runtime control-signal path.
Related issues
Suggested investigation
Trace channel-scoped event delivery through mention filtering and into the steer or control-signal path. Compare an affected subscribed stream channel with a working subscribed stream channel.
The exact relay, channel, and event identifiers were removed from this public report. I can provide them privately to maintainers if needed.
Summary
A managed
buzz-acpagent can be subscribed to a normal stream channel while an owner's@mentionis stored and returned by the message and mention-feed commands. The running agent session still does not enter the steer or wake path.The affected channel appears in the active
buzz-acpsubscription log. Comparable mentions in a second subscribed stream channel do reach the steer path.Environment
buzz-acpChannels
<affected-stream-channel><control-stream-channel>What was verified
buzz-acplog records a subscription to the affected channel.Reproduction
@mentionin the affected channel.@mentionin the control channel.Expected behavior
An explicit owner mention in any actively subscribed stream channel should enter the same wake and steer path.
Actual behavior
The affected-channel mention is present at the relay and feed layers, but it never reaches the runtime wake and steer path. A comparable mention in the control channel works.
Log evidence
The active log records subscriptions to both channel identifiers. For the control channel, it also records:
non-cancelling steer ack receivedack=Ok(Err(ExpectedRunIdMissing))signal_fallback=truecontrol signal sent to in-flight taskThose wake and steer entries are absent for the affected-channel mentions.
Scope
Membership, channel type, subscription state, relay storage, and mention-feed visibility were verified. The remaining failure appears between channel-scoped mention delivery and the runtime control-signal path.
Related issues
Suggested investigation
Trace channel-scoped event delivery through mention filtering and into the steer or control-signal path. Compare an affected subscribed stream channel with a working subscribed stream channel.
The exact relay, channel, and event identifiers were removed from this public report. I can provide them privately to maintainers if needed.