v1.0.6
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 ofrole: "user".
Previous converted shape:
{
"role": "user",
"content": [
{
"type": "tool_result",
"tool_use_id": "...",
"content": "..."
}
]
}