Commit 651f298
committed
harden(cursor): default nativeLocalExec to codex-sandbox
Change the nativeLocalExec default from "off" to "codex-sandbox" so
that Codex requests declaring the danger-full-access sandbox marker
automatically enable native exec (read/write/shell/grep/ls/fetch).
This is the intended posture for trusted local Codex→Cursor bridging:
native tools work when Codex explicitly declares full-access sandbox,
while remaining disabled for requests without the marker. Explicit
config values ("off", "on") still override.1 parent d70971f commit 651f298
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments