Skip to content

v1.0.7

Choose a tag to compare

@dev2k6 dev2k6 released this 19 May 12:22
· 2 commits to main since this release

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": "..."
    }
  ]
}