From 4ea7a163e71e16a4c41fd48b31eaf97875822663 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 4 May 2026 21:59:00 -0700 Subject: [PATCH] Enable Codex fast mode by default --- dotfiles/codex/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/codex/config.toml b/dotfiles/codex/config.toml index d2b87966..614a824e 100644 --- a/dotfiles/codex/config.toml +++ b/dotfiles/codex/config.toml @@ -1,5 +1,6 @@ model = "gpt-5.5" model_reasoning_effort = "high" +service_tier = "fast" personality = "pragmatic" suppress_unstable_features_warning = true @@ -22,6 +23,7 @@ unified_exec = true apps = true steer = true goals = true +fast_mode = true [plugins."google-calendar@openai-curated"] enabled = true