fix: propagate agent run context for subagent announce

This commit is contained in:
Peter Steinberger
2026-01-19 00:45:03 +00:00
parent 953472bf25
commit 989543c9c3
8 changed files with 157 additions and 3 deletions

View File

@@ -310,6 +310,10 @@ export const agentHandlers: GatewayRequestHandlers = {
deliveryTargetMode,
channel: resolvedChannel,
accountId: resolvedAccountId,
runContext: {
messageChannel: resolvedChannel,
accountId: resolvedAccountId,
},
timeout: request.timeout?.toString(),
bestEffortDeliver,
messageChannel: resolvedChannel,