From ce79e8a1aaba7d79655b8cbb3485dbfc827f5e63 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 11 Dec 2025 11:01:30 -0800 Subject: [PATCH] use gpt-5.2 --- codex/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codex/config.toml b/codex/config.toml index 6c96e58..e00b376 100644 --- a/codex/config.toml +++ b/codex/config.toml @@ -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"