fix: preserve agent id casing

This commit is contained in:
Peter Steinberger
2026-01-24 12:23:11 +00:00
parent 49c518951c
commit fa746b05de
5 changed files with 23 additions and 25 deletions

View File

@@ -665,7 +665,7 @@ async function handleSendAction(ctx: ResolvedActionContext): Promise<MessageActi
threadId: threadId ?? slackAutoThreadId,
})
: null;
if (outboundRoute && !dryRun && agentId) {
if (outboundRoute && agentId && !dryRun) {
await ensureOutboundSessionEntry({
cfg,
agentId,