Skip to content

v1.0.0

Choose a tag to compare

@dev2k6 dev2k6 released this 18 May 20:19
· 18 commits to main since this release

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