refactor(codex): gpt version bump 5.5

This commit is contained in:
Poby 2026-05-11 21:18:02 +09:00
parent efd7b1e810
commit f1be5b3ca8
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
model = "gpt-5.4"
model = "gpt-5.5"
model_reasoning_effort = "xhigh"
personality = "pragmatic"
plan_mode_reasoning_effort = "xhigh"
@ -7,16 +7,6 @@ approval_policy = "on-request"
sandbox_mode = "workspace-write"
web_search = "live"
notify = [
"terminal-notifier",
"-title",
"Codex CLI",
"-message",
"Task completed!",
"-sound",
"default",
]
[features]
multi_agent = true
prevent_idle_sleep = true