Merge pull request #4473 from apoorvumang/fix/inception-mercury-2-reasoning-off

fix(ai): mark inception/mercury-2 thinkingLevelMap.off as null
This commit is contained in:
Mario Zechner
2026-05-13 18:48:49 +02:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
- Fixed Bedrock proxy handling to preserve `NO_PROXY` exclusions while using HTTP(S)-only proxy agents.
- Fixed GitHub Copilot Claude test coverage to use the current Claude Sonnet 4.6 model ID.
- Fixed OpenAI Responses requests for models that support disabling reasoning to send `reasoning.effort: "none"` when thinking is off.
- Fixed Inception Mercury 2 tool calling on OpenRouter by marking `off` as unsupported in `thinkingLevelMap`, so the openai-completions provider omits the reasoning param instead of defaulting to `{reasoning:{effort:"none"}}` (which puts Mercury 2 in instant mode, disabling tool calls).
## [0.74.0] - 2026-05-07