Use full access sandbox for NAS work mode

This commit is contained in:
2026-06-10 02:14:55 +09:00
parent 2b2ffd5d9d
commit 6918e18a87
3 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ BOT_WORKSPACE_ROOT=$WorkspaceRoot
CODEX_BIN=codex
CODEX_TIMEOUT_SECONDS=1800
CODEX_READONLY_SANDBOX=read-only
CODEX_WRITE_SANDBOX=workspace-write
CODEX_WRITE_SANDBOX=danger-full-access
CODEX_RESUME_JSON_FLAG_STYLE=before_resume
ALLOW_PLAIN_TEXT=true
"@ | Set-Content -Path $envPath -Encoding UTF8