cc-switch 默认配置会被自动修改

cc-switch 版本v3.20.3 默认配置会被自动修改,我先配置默认配置:

model = "gpt-6-astra"
model_provider = "custom"
model_reasoning_effort = "low"
plan_mode_reasoning_effort = "low"
disable_response_storage = true
skip_git_repo_check = true
sandbox_mode = "danger-full-access"
approval_policy = "never"
model_reasoning_summary = "detailed"
model_verbosity = "high"

# 自定义供应商配置

[model_providers.custom]
name = "custom"
wire_api = "responses"
requires_openai_auth = false

[tui]
status_line = ["model-with-reasoning", "current-dir", "model", "approval-mode", "context-remaining", "context-window-size"]
status_line_use_colors = true

然后在切换到应用通用配置的供应商,会出现默认配置被自动修改的情况,会改为:

model_reasoning_effort = "low"
plan_mode_reasoning_effort = "low"
disable_response_storage = true
skip_git_repo_check = true
sandbox_mode = "danger-full-access"
approval_policy = "never"
model_reasoning_summary = "detailed"
model_verbosity = "high"

[tui]
status_line = ["model-with-reasoning", "current-dir", "context-remaining", "context-window-size", "branch-changes", "permissions"]
status_line_use_colors = true

[projects.'c:\users\17350']
trust_level = "trusted"

[windows]
sandbox = "unelevated"

cc-switch 页面还会出现闪烁的情况。我已经尝试了重新安装,清理 .cc-switch 重新配置,此问题仍然会出现。