fix: run oxfmt on agent-runner-execution.ts

This commit is contained in:
zidongchen 2026-03-21 10:12:12 +08:00 committed by Josh Lehman
parent e5e73e3779
commit eb90f612e6
No known key found for this signature in database
GPG Key ID: D141B425AC7F876B

View File

@ -206,8 +206,7 @@ export async function runAgentTurnWithFallback(params: {
const blockReplyHandler = params.opts?.onBlockReply
? createBlockReplyDeliveryHandler({
onBlockReply: params.opts.onBlockReply,
currentMessageId:
params.sessionCtx.MessageSidFull ?? params.sessionCtx.MessageSid,
currentMessageId: params.sessionCtx.MessageSidFull ?? params.sessionCtx.MessageSid,
normalizeStreamingText,
applyReplyToMode: params.applyReplyToMode,
normalizeMediaPaths: normalizeReplyMediaPaths,