fix(gateway): surface env override keys in exec approvals

This commit is contained in:
Peter Steinberger
2026-03-16 23:24:25 -07:00
parent 38a6415a70
commit 57204b4fa9
5 changed files with 39 additions and 3 deletions

View File

@@ -429,6 +429,7 @@ export function createExecTool(
command: params.command,
workdir,
env,
requestedEnv: params.env,
pty: params.pty === true && !sandbox,
timeoutSec: params.timeout,
defaultTimeoutSec,