feat(codex): add config

This commit is contained in:
2026-02-25 23:17:58 +01:00
parent fcc5571574
commit 918a7ea383
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
model = "gpt-5.3-codex"
model_reasoning_effort = "medium"
approval_policy = "on-request"
sandbox_mode = "read-only"
allow_login_shell = false
web_search = "cached"
[features]
use_linux_sandbox_bwrap = true
+1
View File
@@ -77,6 +77,7 @@ SYMLINKS=(
typeset -a COPIES
COPIES=(
".codex/config.toml"
".config/gtk-3.0"
".config/gtk-4.0"
".gtkrc-2.0"