From 552d5dcbce76baadb3128631c0a8e159282fe038 Mon Sep 17 00:00:00 2001 From: ayeshakhalid192007-dev Date: Fri, 17 Apr 2026 15:49:31 +0500 Subject: [PATCH] fix(agent-runner): share media-path normalizer with runAgentTurnWithFallback to prevent duplicate outbound media --- src/auto-reply/reply/agent-runner.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auto-reply/reply/agent-runner.ts b/src/auto-reply/reply/agent-runner.ts index 5b90e983ffb..42fe791c80d 100644 --- a/src/auto-reply/reply/agent-runner.ts +++ b/src/auto-reply/reply/agent-runner.ts @@ -1212,6 +1212,7 @@ export async function runReplyAgent(params: { activeSessionStore, storePath, resolvedVerboseLevel, + normalizeMediaPaths: normalizeReplyMediaPaths, }); if (runOutcome.kind === "final") {