Skip to content

v1.0.6

Choose a tag to compare

@dev2k6 dev2k6 released this 19 May 09:01
· 3 commits to main since this release

CommandCode Proxy Server v1.0.6

Highlights

  • Fixed CommandCode ModelMessage[] schema error when continuing conversations after tool execution.
  • Improved compatibility with coding tools such as Claude Code, Codex, Kilo Code, and other OpenAI-compatible clients.
  • Rebuilt Windows, Linux AMD64, and Linux ARM64 binaries.

Fixes

  • Fixed converted OpenAI tool result messages to use CommandCode role: "tool" instead of role: "user".

Previous converted shape:

{
  "role": "user",
  "content": [
    {
      "type": "tool_result",
      "tool_use_id": "...",
      "content": "..."
    }
  ]
}