config-reference.md +13 −0
3329| `rules.prefix_rules[].pattern` | `array<table>` | Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`. |3329| `rules.prefix_rules[].pattern` | `array<table>` | Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`. |
3330| `rules.prefix_rules[].pattern[].any_of` | `array<string>` | A list of allowed alternative tokens at this position. |3330| `rules.prefix_rules[].pattern[].any_of` | `array<string>` | A list of allowed alternative tokens at this position. |
3331| `rules.prefix_rules[].pattern[].token` | `string` | A single literal token at this position. |3331| `rules.prefix_rules[].pattern[].token` | `string` | A single literal token at this position. |
3332| `windows.allowed_sandbox_implementations` | `array<string>` | Allowed native Windows sandbox implementations for `windows.sandbox` (`elevated` and `unelevated`). The list must not be empty. When both are allowed and no mode is selected, Codex prefers `elevated`. |
3332 3333
3333Key3334Key
3334 3335
3882 3883
3883A single literal token at this position.3884A single literal token at this position.
3884 3885
3886Key
3887
3888`windows.allowed_sandbox_implementations`
3889
3890Type / Values
3891
3892`array<string>`
3893
3894Details
3895
3896Allowed native Windows sandbox implementations for `windows.sandbox` (`elevated` and `unelevated`). The list must not be empty. When both are allowed and no mode is selected, Codex prefers `elevated`.
3897
3885Expand to view all3898Expand to view all
3886 3899