Skip to content

v1.0.5

Choose a tag to compare

@dev2k6 dev2k6 released this 19 May 08:40
· 4 commits to main since this release

CommandCode Proxy Server v1.0.5

Highlights

  • Fixed CommandCode tool result message schema for coding tools.
  • Improved compatibility for Claude Code, Codex, Kilo Code, and other OpenAI-compatible coding clients when continuing after tool execution.
  • Rebuilt Windows, Linux AMD64, and Linux ARM64 binaries.

Fixes

  • Changed converted tool result content from the old shape:
{
  "type": "tool-result",
  "toolCallId": "...",
  "toolName": "...",
  "text": "..."
}