发现codex cli默认的config配置也能用了,还可以看到会话历史
remote ssh连接的服务器也可以使用了,要在服务器上配置config.toml
config.toml
model_provider = "duck"
model = "gpt-5"
model_reasoning_effort = "high"
model_reasoning_summary = "detailed"
model_verbosity = "high"
model_supports_reasoning_summaries = true
disable_response_storage = true
preferred_auth_method = "apikey"
hide_agent_reasoning = false
[model_providers.duck]
name = "duck"
base_url = "https://jp.duckcoding.com/v1"
wire_api = "responses"
http_headers = { "Authorization" = "Bearer sk-xxx" }
不过有点垃圾啊,怎么undo不了
