mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-31 20:57:49 +00:00
38 lines
951 B
TOML
38 lines
951 B
TOML
# ==================== 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
|