Merge pull request #748 from myfunc/main

fix(bash): use PowerShell on Windows to capture system utility output
This commit is contained in:
Peter Steinberger
2026-01-12 02:50:30 +00:00
committed by GitHub
52 changed files with 313 additions and 261 deletions

View File

@@ -166,7 +166,7 @@ const DEFAULT_SANDBOX_WORKDIR = "/workspace";
const DEFAULT_SANDBOX_IDLE_HOURS = 24;
const DEFAULT_SANDBOX_MAX_AGE_DAYS = 7;
const DEFAULT_TOOL_ALLOW = [
"bash",
"exec",
"process",
"read",
"write",