mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-03 06:35:00 +08:00
- Add `is-compat` support to OpenAI compatibility model config, capabilities, hashing, and example config. - Propagate `IsCompat` through API-key model resolution and switch OpenAI-compat executor translation to compatibility-aware routing. - Keep Claude assistant thinking content in compatibility mode while keeping default behavior unchanged when `is-compat` is disabled. Closes: #4776