Pass sandbox shellCommand into exec args

Co-authored-by: sweepies <7191851+sweepies@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-29 11:19:37 +00:00 committed by Sweepy
parent c889c75d39
commit f8b37bd7c8

View File

@ -372,6 +372,7 @@ async function runExecProcess(opts: {
workdir: opts.containerWorkdir ?? opts.sandbox.containerWorkdir,
env: opts.env,
tty: opts.usePty,
shellCommand: opts.sandbox.shellCommand,
}),
],
options: {