diff --git a/src/gateway/server-http.ts b/src/gateway/server-http.ts index 202f11738..07d8a3f02 100644 --- a/src/gateway/server-http.ts +++ b/src/gateway/server-http.ts @@ -184,6 +184,8 @@ export function createHooksRequestHandler( thinking: mapped.action.thinking, timeoutSeconds: mapped.action.timeoutSeconds, allowUnsafeExternalContent: mapped.action.allowUnsafeExternalContent, + cleanup: mapped.action.cleanup, + cleanupDelayMinutes: mapped.action.cleanupDelayMinutes, }); sendJson(res, 202, { ok: true, runId }); return true;