mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
It turns out that we want slightly different behavior for the `SetDefaultModel` RPC because some models do not work with reasoning (like GPT-4.1), so we should be able to explicitly clear this value. Verified in `codex-rs/mcp-server/tests/suite/set_default_model.rs`.