fix: correct nodes exec config typing

This commit is contained in:
Peter Steinberger 2026-01-21 20:32:38 +00:00
parent b0b96fe731
commit 55ef663003

View File

@ -84,7 +84,7 @@ function applyPathPrepend(
}
function resolveExecDefaults(
cfg: ReturnType<typeof loadConfig> | undefined,
cfg: ReturnType<typeof loadConfig>,
agentId: string | undefined,
): ExecDefaults | undefined {
const globalExec = cfg?.tools?.exec;