30 lines
667 B
TOML
30 lines
667 B
TOML
model_reasoning_effort = "xhigh"
|
|
check_for_update_on_startup = false
|
|
approval_policy = "on-request"
|
|
sandbox_mode = "read-only"
|
|
network_access = false
|
|
allow_login_shell = false
|
|
web_search = "cached"
|
|
|
|
[features]
|
|
use_linux_sandbox_bwrap = true
|
|
|
|
[tui]
|
|
alternate_screen = "never"
|
|
|
|
[notice]
|
|
hide_rate_limit_model_nudge = true
|
|
|
|
[shell_environment_policy.set]
|
|
XDG_STATE_HOME = "/tmp/codex/state"
|
|
XDG_CACHE_HOME = "/tmp/codex/cache"
|
|
XDG_RUNTIME_DIR = "/tmp/codex/runtime"
|
|
|
|
[marketplaces.context7-marketplace]
|
|
last_updated = "2026-06-17T13:09:09Z"
|
|
source_type = "git"
|
|
source = "https://github.com/upstash/context7.git"
|
|
|
|
[plugins."context7@context7-marketplace"]
|
|
enabled = true
|