You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(kimi-coding): disable reasoning for Roo Code-based clients (#2839)
* fix(kimi-coding): disable reasoning for Roo Code-based clients
Kimi Code's `thinking` parameter was enabled by default for all BYOK
requests, which fails for older Roo Code-based clients that don't expect
reasoning output. Detect those clients via the incoming user-agent and
force `thinking.type = 'disabled'` for them.
Threads fraudHeaders through the transformRequest context so providers
can inspect the originating client.
* refactor: rename fraudHeaders context field to originalHeaders
---------
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
0 commit comments