mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-04-11 10:32:08 +08:00
openai_compat_integration.rs and client_integration.rs had MessageRequest constructions without the new tuning param fields (temperature, top_p, frequency_penalty, presence_penalty, stop) added in c667d47. Added ..Default::default() to all 4 sites. cargo fmt applied. This was the root cause of CI red on main (E0063 compile error in integration tests, not caught by --lib tests).