mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
47 lines
1.3 KiB
TOML
47 lines
1.3 KiB
TOML
tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true }
|
|
notify = ["/usr/bin/python3", "/Users/david/.config/codex/notify.py"]
|
|
|
|
model = "gpt-5.2"
|
|
model_verbosity = "medium" # low|medium|high
|
|
model_reasoning_effort = "xhigh"
|
|
show_raw_agent_reasoning = true
|
|
|
|
approval_policy = "never"
|
|
sandbox_mode = "danger-full-access"
|
|
exec_timeout_ms = 900000 # 15 minutes
|
|
rmcp_client = true
|
|
|
|
|
|
[notice]
|
|
hide_gpt5_1_migration_prompt = true
|
|
|
|
[features]
|
|
web_search_request = false
|
|
streamable_shell = true
|
|
apply_patch_freeform = true
|
|
unified_exec = false
|
|
|
|
# [mcp_servers.file-edit]
|
|
# command = "/Users/david/Github/file-edit-mcp/fileeditmcp"
|
|
|
|
|
|
# [mcp_servers.ib]
|
|
# command = "mcp-proxy"
|
|
# args = ["--transport", "streamablehttp", "http://127.0.0.1:5938"]
|
|
# startup_timeout_ms = 20000
|
|
|
|
# [mcp_servers.project_wiki]
|
|
# command = "node"
|
|
# args = ["/Users/david/Github/project-wiki-mcp/dist/index.js"]
|
|
# cwd = "/Users/david/Github/project-wiki-mcp"
|
|
# startup_timeout_ms = 20000
|
|
|
|
[mcp_servers.tracker]
|
|
command = "/Users/david/.config/agent-tracker/bin/tracker-mcp"
|
|
startup_timeout_ms = 20000
|
|
|
|
|
|
[mcp_servers.web]
|
|
command = "/bin/sh"
|
|
args = ["-lc", "exec mctrl-mcp web"]
|
|
startup_timeout_ms = 20000
|