From 1be8d06cca0babeeb5a716855d6d7405aafadffd Mon Sep 17 00:00:00 2001 From: Austin Mudd Date: Wed, 7 Jan 2026 23:25:00 -0800 Subject: [PATCH] Slack: expose threadTs in agent sendMessage tool for thread replies --- src/slack/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slack/actions.ts b/src/slack/actions.ts index c108ebe72..9c2b2cc9e 100644 --- a/src/slack/actions.ts +++ b/src/slack/actions.ts @@ -151,6 +151,7 @@ export async function sendSlackMessage( accountId: opts.accountId, token: opts.token, mediaUrl: opts.mediaUrl, + threadTs: opts.threadTs, client: opts.client, threadTs: opts.threadTs, });