Files
2026-05-12 20:09:01 +08:00

38 lines
951 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ==================== Codex CLI 安全默认基线 ====================
#
# 这是公开分发默认配置:
# - 不包含本机 projects 信任路径。
# - 不设置 danger-full-access。
# - 不设置 approval_policy = "never"。
# - 适合新用户先跑通 Codex CLI,再按项目需要逐步放开权限。
#
# 需要更高权限时,请显式安装 config.power.toml
# bash install.sh --profile power
model = "gpt-5.5"
model_provider = "openai-http"
model_reasoning_effort = "medium"
web_search = "live"
personality = "pragmatic"
startup_timeout_ms = 20000
[tui]
notifications = true
[features]
multi_agent = true
responses_websockets = false
responses_websockets_v2 = false
[model_providers.openai-http]
name = "OpenAI"
wire_api = "responses"
requires_openai_auth = true
supports_websockets = false
[notice]
hide_gpt5_1_migration_prompt = true
"hide_gpt-5.1-codex-max_migration_prompt" = true
hide_rate_limit_model_nudge = true