Skip to content

Commit 40dd4f8

Browse files
authored
chore: Enable danger-full-access sandbox mode for Codex sessions (#277)
## Summary - update `.codex/config.toml` to set `sandbox_mode` to `danger-full-access` for more permissive tooling during runs ## Testing - Not run (not requested)
1 parent 56297ff commit 40dd4f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.codex/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sandbox_mode = "danger-full-access"
12
[mcp_servers.derun]
23
command = "sh"
34
args = ["-c", "set -eu; repo_root=\"$(git rev-parse --show-toplevel)\"; export DERUN_STATE_ROOT=\"$repo_root/.derun-state\"; export GOMODCACHE=\"$repo_root/.gomodcache\"; export GOCACHE=\"$repo_root/.gocache\"; export GOPATH=\"$repo_root/.gopath\"; exec go -C \"$repo_root\" run ./cmds/derun mcp"]

0 commit comments

Comments
 (0)