config-basic.md +2 −2
46Choose the model Codex uses by default in the CLI and IDE.46Choose the model Codex uses by default in the CLI and IDE.
47 47
48```toml48```toml
4949model = "gpt-5.2"model = "gpt-5.4"
50```50```
51 51
52#### Approval prompts52#### Approval prompts
71 71
72#### Windows sandbox mode72#### Windows sandbox mode
73 73
7474When running Codex natively on Windows, set the native sandbox mode to `elevated` in the `windows` table. Use `unelevated` only if you do not have administrator permissions or if elevated setup fails.When running Codex natively on Windows, set the native sandbox mode to `elevated` in the `windows` table. Use `unelevated` only if you don't have administrator permissions or if elevated setup fails.
75 75
76```toml76```toml
77[windows]77[windows]