fix(codex): update config

This commit is contained in:
2026-03-06 05:49:11 +01:00
parent 84290aebf6
commit a16ac22e53
+4 -1
View File
@@ -2,7 +2,7 @@ model = "gpt-5.3-codex"
model_reasoning_effort = "medium" model_reasoning_effort = "medium"
check_for_update_on_startup = false check_for_update_on_startup = false
approval_policy = "on-request" approval_policy = "on-request"
sandbox_mode = "workspace-write" sandbox_mode = "read-only"
allow_login_shell = false allow_login_shell = false
web_search = "cached" web_search = "cached"
@@ -11,3 +11,6 @@ use_linux_sandbox_bwrap = true
[tui] [tui]
alternate_screen = "never" alternate_screen = "never"
[notice]
hide_rate_limit_model_nudge = true