dotfiles: broaden gitignore for auth/node_modules globally, add codex config
This commit is contained in:
parent
b10d457e5f
commit
7ec9fe1099
1 changed files with 20 additions and 0 deletions
20
.codex/config.toml
Normal file
20
.codex/config.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
model = "gpt-5.4"
|
||||
sandbox_mode = "workspace-write"
|
||||
web_search = "cached"
|
||||
model_reasoning_effort = "high"
|
||||
plan_mode_reasoning_effort = "xhigh"
|
||||
personality = "pragmatic"
|
||||
|
||||
[sandbox_workspace_write]
|
||||
network_access = true
|
||||
|
||||
[projects."/home/rsydn"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[notice.model_migrations]
|
||||
"gpt-5.3-codex" = "gpt-5.4"
|
||||
|
||||
[features]
|
||||
use_linux_sandbox_bwrap = true
|
||||
multi_agent = true
|
||||
prevent_idle_sleep = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue