[PR #3163] feat: use realtime events for live tool call updates in Slack #10557

Closed
opened 2026-02-16 18:15:14 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3163

State: closed
Merged: Yes


Summary

  • Display tool call types in Slack threads using realtime event subscription
  • Shows live tool status updates (pending, running, completed, error) with appropriate emojis
  • Uses Server-Sent Events stream to listen for message.part.updated events
  • Updates tool status messages in real-time as tools execute
  • Only shows tools for the specific session ID to avoid cross-contamination
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3163 **State:** closed **Merged:** Yes --- ## Summary - Display tool call types in Slack threads using realtime event subscription - Shows live tool status updates (pending, running, completed, error) with appropriate emojis - Uses Server-Sent Events stream to listen for `message.part.updated` events - Updates tool status messages in real-time as tools execute - Only shows tools for the specific session ID to avoid cross-contamination
yindo added the pull-request label 2026-02-16 18:15:14 -05:00
yindo closed this issue 2026-02-16 18:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10557