Hooks: default agent delivery to true

This commit is contained in:
Jake
2026-01-09 13:28:18 +13:00
committed by Peter Steinberger
parent ee70a1d1fb
commit cac467a2df
3 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ export function createHooksRequestHandler(
name: mapped.action.name ?? "Hook",
wakeMode: mapped.action.wakeMode,
sessionKey: mapped.action.sessionKey ?? "",
deliver: mapped.action.deliver === true,
deliver: mapped.action.deliver !== false,
provider: mapped.action.provider ?? "last",
to: mapped.action.to,
model: mapped.action.model,