v1.0.7
Highlights
- Completely fixed the
ModelMessage[] schema structure error when coding tools continue conversations after executing tool calls.
- Perfect compatibility with Claude Code, Codex, Kilo Code, and Open Code when running complex tasks that require executing multiple tool calls sequentially.
- Rebuilt and compiled binary files for Windows, Linux AMD64, and Linux ARM64.
Fixes
- Converted the format of tool results sent to the API from the old format:
{
"role": "tool",
"content": [
{
"type": "tool_result",
"tool_use_id": "...",
"content": "..."
}
]
}