You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ Names always include a unique 4-character suffix. The `--name` flag sets a prefi
54
54
| Flag | Description |
55
55
|------|-------------|
56
56
|`--name`| Custom prefix for agent name |
57
-
|`--sandbox`|Sandbox mode: `full` (default), `permissive`, or `none`/`read-only`|
57
+
|`--sandbox`|Enable sandbox. Codex: `--sandbox` (defaults to `workspace-write`) or `--sandbox=VALUE` where VALUE is `read-only`, `workspace-write`, or `danger-full-access`. Gemini: `--sandbox` only (no value accepted)|
58
58
|`--model`| Model to use (Codex: `o3`, `o4-mini`; Gemini: `gemini-2.5-pro`, etc.) |
59
-
|`--yolo`| Auto-approve all tool calls (use with caution) |
59
+
|`--yolo`| Auto-approve all tool calls (Gemini only) |
0 commit comments