mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
refactor(codex): gpt version bump 5.5
This commit is contained in:
parent
efd7b1e810
commit
f1be5b3ca8
1 changed files with 1 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue