From 201ca63d451e739506be2747d1a52e9aa005c969 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 23 Apr 2026 21:33:35 +0200 Subject: [PATCH] fix(codex): update config --- .codex/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codex/config.toml b/.codex/config.toml index 2e37a27..3d3c8f6 100644 --- a/.codex/config.toml +++ b/.codex/config.toml @@ -1,5 +1,5 @@ -model = "gpt-5.3-codex" -model_reasoning_effort = "medium" +model = "gpt-5.4" +model_reasoning_effort = "xhigh" check_for_update_on_startup = false approval_policy = "on-request" sandbox_mode = "read-only"