Qing Wo Bencodex cli如何设置sandbox默认不是read-only?我改了全局配置文件咋不生效? 中发帖

model_provider = “cubence” 
model = “gpt-5”
model_reasoning_effort = “high”
disable_response_storage = true
[model_providers.cubence]
name = “cubence”
base_url = “https://api-dmit.cubence.com/v1”
wire_api = “responses”
requires_openai_auth = true
Common Codex config
Add your common TOML configuration here
sandbox_mode = “danger-full-access”
network_access = “enabled”
为什么我无法全局默认这个:
dange...