dotfiles: re-add .codex config.toml and skills
This commit is contained in:
parent
64ad4d44b6
commit
cc5a8d36ca
19 changed files with 2089 additions and 0 deletions
33
.codex/config.toml
Normal file
33
.codex/config.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
model = "gpt-5.4"
|
||||
sandbox_mode = "workspace-write"
|
||||
web_search = "cached"
|
||||
model_reasoning_effort = "high"
|
||||
plan_mode_reasoning_effort = "xhigh"
|
||||
personality = "pragmatic"
|
||||
service_tier = "fast"
|
||||
|
||||
[sandbox_workspace_write]
|
||||
network_access = true
|
||||
|
||||
[projects."/home/rsydn"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/rsydn/Projects/Collab/trafalgar-law"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/rsydn/Projects/Personal/clan-private"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/rsydn/Projects/Personal/rasyidan-personal-web"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/rsydn/Projects/Personal/autodegen"]
|
||||
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