改~/.codex/config.toml
model_provider = "custom" model_reasoning_effort = "xhigh" disable_response_storage = true personality = "pragmatic" model = "gpt-5.4"
suppress_unstable_features_warning = true approvals_reviewer = "user"
[features] apply_patch_freeform = true
codex_hooks = true
[model_providers.custom] name = "Zyuncs Proxy via Codex Proxy" wire_api = "responses"
base_url = "http://localhost:9002/v1"
env_key = "ZYUNCS_API_KEY"