Created
August 11, 2026 07:30
-
-
Save PRO-2684/b38d699f496e636b1d229bd8e27e9234 to your computer and use it in GitHub Desktop.
Codex config.toml starter template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model = "gpt-5.6-sol" | |
| model_reasoning_effort = "medium" | |
| approvals_reviewer = "auto_review" | |
| service_tier = "default" | |
| sandbox_mode = "danger-full-access" | |
| [features] | |
| goals = true | |
| skills = true | |
| remote_control = true | |
| [notice] | |
| hide_rate_limit_model_nudge = true | |
| [notice.model_migrations] | |
| "gpt-5.3-codex" = "gpt-5.4" | |
| [tui] | |
| status_line = ["model-with-reasoning", "context-remaining", "current-dir", "git-branch", "five-hour-limit", "thread-title"] | |
| status_line_use_colors = true | |
| terminal_title = ["project-name", "thread-title"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment