fix: align agent id normalization

This commit is contained in:
Peter Steinberger
2026-01-24 12:10:08 +00:00
parent ef9ba66798
commit 298901208d
4 changed files with 4 additions and 4 deletions

View File

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