pub fn publish_block_activity(broker: &Broker, block_id: &str, activity: &str)Expand description
Publish a Claude Code OSC window-title activity string to the frontend
for a given agent-pane block. Frontend subscribes to block:activity
events scoped to block:{block_id} and writes the payload to
term:activity block metadata, which the tab label reads.