-
Suppress debug logs for model routing and ignore empty tools arrays
released this
2025-08-27 14:29:08 +00:00 | 2036 commits to main since this release- Comment out verbose routing logs in the API server to reduce noise.
- Remove the
toolsfield from Qwen client requests when it is an empty array. - Add guards in Claude, Codex, Gemini‑CLI, and Gemini translators to skip tool conversion when the
toolsarray is empty, preventing unnecessary payload modifications.
Downloads