🐛 Bug Fixes
- Streaming Tool Calls (Responses→ChatCompletions) — Fixed two issues in the translator that broke tool call execution in agentic clients (OpenCode, Claude Code, Cursor):
- Argument delta chunks now include
tool_calls[].idandtype: "function"so clients can associate argument fragments correctly finish_reasonis now"tool_calls"instead of hardcoded"stop"when tool calls occurred
- Argument delta chunks now include
Fixes #180
Full Changelog: https://github.com/diegosouzapw/OmniRoute/blob/main/CHANGELOG.md