fix: forward node exec approval plans

This commit is contained in:
Peter Steinberger
2026-04-04 20:16:07 +09:00
parent 62c54fdc16
commit 53c33f8207
3 changed files with 244 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ export async function executeNodeHostCommand(
params: {
command: runArgv,
rawCommand: runRawCommand,
systemRunPlan: prepared.plan,
cwd: runCwd,
env: nodeEnv,
timeoutMs: typeof params.timeoutSec === "number" ? params.timeoutSec * 1000 : undefined,