yet0511

Commandcode Proxy Go — Development skill for Claude Code

Development community

Personal maintenance fork of liwei/commandcode-proxy-go: Claude Code tool-image fixes, resilient streaming and Windows usage guide.

How to install Commandcode Proxy Go

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yet0511/commandcode-proxy-go and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Commandcode Proxy Go does

Personal maintenance fork of liwei/commandcode-proxy-go: Claude Code tool-image fixes, resilient streaming and Windows usage guide.

Alternatives in Development

  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • Sync Upstream — 同步上游 sirmalloc/ccstatusline 新 release 到 fork 并完成中文化 752 ★
  • Doge Code — Claude Code 的一个 Fork 611 ★

README

commandcode-proxy (Go)

**Personal maintenance fork:** based on [liwei/commandcode-proxy-go](https://github.com/liwei/commandcode-proxy-go), with upstream history and MIT attribution preserved. This branch adds parallel-tool image ordering fixes, bounded stream handling, cancellation-aware retry waits, connection pooling improvements, and a simple Windows launcher. See [中文使用说明与改进记录](README.zh-CN.md). The upstream overview follows below; this fork is not the upstream successor or an official Command Code service.

[![CI](https://github.com/liwei/commandcode-proxy-go/actions/workflows/ci.yml/badge.svg)](https://github.com/liwei/commandcode-proxy-go/actions/workflows/ci.yml)

A single-binary, dependency-free proxy for the [Command Code](https://commandcode.ai) API. It exposes an OpenAI **Chat Completions** surface (`/v1/chat/completions`, `/v1/models`) **and** an Anthropic **Messages** surface (`/v1/messages`), and translates every call to Command Code's `/alpha/generate` endpoint — so any OpenAI- or Anthropic-compatible client (the `openai`/`anthropic` SDKs, Claude Code, Hermes Agent, `curl`) can drive a Command Code subscription unchanged.

This is a Go port of — and the actively-maintained successor to — the Python [`commandcode-proxy`](https://github.com/liwei/commandcode-proxy) (now deprecated), built for **one-file deployment**: a static binary you copy and run, no runtime to install.

Unofficial and community-maintained. Not affiliated with Command Code. It forwards requests to the public Command Code API using **your own** key.

Why a proxy

Command Code's OpenAI-compatible surface (`/provider/v1/chat/completions`) requires the paid **Provider** tier; a normal subscription only works against the custom `/alpha/generate` endpoint. This proxy speaks `/alpha/generate` upstream and OpenAI/Anthropic downstream, so your existing plan works from any compatible tool.

What it does

  • POST /v1/chat/completions — streaming and non-streaming, with tool cal