v1.0.0
v1.0.0
Initial release of CommandCode Proxy Server.
Highlights
- Added an OpenAI-compatible proxy server for CommandCode API.
- Supports
/v1/chat/completions,/v1/models, and/health. - Supports both streaming and non-streaming chat completion responses.
- Added configurable CLI options for host, port, API key, and version output.
- Added model alias mapping for supported CommandCode models.
- Added GitHub tag-based update checking.
- Added automatic CommandCode CLI version lookup from npm registry for upstream headers.
- Added project documentation and ignore rules.
CLI
command-code-proxy -host 127.0.0.1 -port 55990