fix(slack): thread channel ID through inbound context for reactions (#34831)

Slack reaction/thread context routing fixes via canonical synthesis of #34831.

Co-authored-by: Tak <tak@users.noreply.github.com>
This commit is contained in:
dunamismax
2026-03-05 21:47:31 -05:00
committed by GitHub
parent 909f26a26b
commit 1efa7a88c4
7 changed files with 45 additions and 3 deletions

View File

@@ -257,6 +257,8 @@ export type ChannelThreadingContext = {
ReplyToIdFull?: string;
ThreadLabel?: string;
MessageThreadId?: string | number;
/** Platform-native channel/conversation id (e.g. Slack DM channel "D…" id). */
NativeChannelId?: string;
};
export type ChannelThreadingToolContext = {