mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
add codex config
This commit is contained in:
commit
433a3ab4cc
1 changed files with 32 additions and 0 deletions
32
.codex/config.toml
Normal file
32
.codex/config.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
model = "gpt-5.5"
|
||||
model_reasoning_effort = "xhigh"
|
||||
personality = "pragmatic"
|
||||
plan_mode_reasoning_effort = "xhigh"
|
||||
|
||||
approval_policy = "on-request"
|
||||
sandbox_mode = "workspace-write"
|
||||
web_search = "live"
|
||||
|
||||
[features]
|
||||
multi_agent = true
|
||||
prevent_idle_sleep = true
|
||||
|
||||
[agents]
|
||||
max_threads = 6
|
||||
max_depth = 1
|
||||
|
||||
[tui]
|
||||
status_line = [
|
||||
"model-with-reasoning",
|
||||
"context-remaining",
|
||||
"current-dir",
|
||||
"git-branch",
|
||||
"five-hour-limit",
|
||||
]
|
||||
|
||||
[sandbox_workspace_write]
|
||||
network_access = true
|
||||
|
||||
[mcp_servers.mcp-nixos]
|
||||
command = "uvx"
|
||||
args = ["mcp-nixos"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue