use gpt-5.2

This commit is contained in:
David Chen 2025-12-11 11:01:30 -08:00
parent 04c85c93d6
commit ce79e8a1aa

View file

@ -1,9 +1,9 @@
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
model = "gpt-5.1-codex-max"
model_verbosity = "medium" # low|medium|high
model_reasoning_effort = "high"
model = "gpt-5.2"
model_verbosity = "medium" # low|medium|high
model_reasoning_effort = "xhigh"
show_raw_agent_reasoning = true
approval_policy = "never"