mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 05:31:30 +00:00
fix(gateway): surface env override keys in exec approvals
This commit is contained in:
@@ -429,6 +429,7 @@ export function createExecTool(
|
||||
command: params.command,
|
||||
workdir,
|
||||
env,
|
||||
requestedEnv: params.env,
|
||||
pty: params.pty === true && !sandbox,
|
||||
timeoutSec: params.timeout,
|
||||
defaultTimeoutSec,
|
||||
|
||||
Reference in New Issue
Block a user