tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
🔧 Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
🔧 Set Codex model to gpt-5.2
davidgasquez.com
4 weeks ago
a4cca03a
e0112ace
options
unified
split
Changed files
+1
-1
codex
config.toml
+1
-1
codex/config.toml
···
1
-
model = "gpt-5.1-codex-max"
2
model_reasoning_effort = "xhigh"
3
approval_policy = "on-request"
4
sandbox_mode = "workspace-write"
···
1
+
model = "gpt-5.2"
2
model_reasoning_effort = "xhigh"
3
approval_policy = "on-request"
4
sandbox_mode = "workspace-write"