Enable Codex fast mode by default

This commit is contained in:
2026-05-04 21:59:00 -07:00
parent 576605e3cf
commit 4ea7a163e7

View File

@@ -1,5 +1,6 @@
model = "gpt-5.5" model = "gpt-5.5"
model_reasoning_effort = "high" model_reasoning_effort = "high"
service_tier = "fast"
personality = "pragmatic" personality = "pragmatic"
suppress_unstable_features_warning = true suppress_unstable_features_warning = true
@@ -22,6 +23,7 @@ unified_exec = true
apps = true apps = true
steer = true steer = true
goals = true goals = true
fast_mode = true
[plugins."google-calendar@openai-curated"] [plugins."google-calendar@openai-curated"]
enabled = true enabled = true