app/settings.md +1 −9
1# Codex app settings1# Codex app settings
2 2
3Configure Codex app behavior and preferences
4
5Use the settings panel to tune how the Codex app behaves, how it opens files,3Use the settings panel to tune how the Codex app behaves, how it opens files,
6and how it connects to tools. Open [**Settings**](codex://settings) from the app menu or4and how it connects to tools. Open [**Settings**](codex://settings) from the app menu or
7press <kbd>Cmd</kbd>+<kbd>,</kbd>.5press <kbd>Cmd</kbd>+<kbd>,</kbd>.
26 24
27Codex agents in the app inherit the same configuration as the IDE and CLI extension.25Codex agents in the app inherit the same configuration as the IDE and CLI extension.
28Use the in-app controls for common settings, or edit `config.toml` for advanced26Use the in-app controls for common settings, or edit `config.toml` for advanced
2927options. See [Codex security](https://developers.openai.com/codex/security) andoptions. See [Codex security](https://developers.openai.com/codex/agent-approvals-security) and
30[config basics](https://developers.openai.com/codex/config-basic) for more detail.28[config basics](https://developers.openai.com/codex/config-basic) for more detail.
31 29
32## Git30## Git
54 52
55The **Archived threads** section lists archived chats with dates and project53The **Archived threads** section lists archived chats with dates and project
56context. Use **Unarchive** to restore a thread.54context. Use **Unarchive** to restore a thread.
57
58[Previous
59
60Features](https://developers.openai.com/codex/app/features)[Next
61
62Review](https://developers.openai.com/codex/app/review)