🐛 Patch Changes
- 5f02d11: Leave model-specific provider corrections to Autofix. Keep provider-level protocol strips (OpenAI-only fields, OpenRouter and Ollama dialect fields) so traffic does not regress when Autofix is off.
- 07a962b: Fix Kiro tool calling. Forward OpenAI tool definitions as Kiro tool specifications, map assistant
tool_callsandtoolrole messages into KirotoolUses/toolResults, and return KirotoolUseEventframes as OpenAItool_calls(withfinish_reason: tool_calls) in both streaming and non-streaming responses.