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