Skip to content

Instantly share code, notes, and snippets.

@PRO-2684
Created August 11, 2026 07:30
Show Gist options
  • Select an option

  • Save PRO-2684/b38d699f496e636b1d229bd8e27e9234 to your computer and use it in GitHub Desktop.

Select an option

Save PRO-2684/b38d699f496e636b1d229bd8e27e9234 to your computer and use it in GitHub Desktop.
Codex config.toml starter template
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