Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 12 Feb 05:29
· 151 commits to main since this release

cc-relay 0.0.13

Multi-provider proxy for Claude Code with rate limit pooling and automatic failover.

Changelog

Bug Fixes

  • 4f81c5b: fix(deps): update module golang.org/x/net to v0.50.0 (@renovate[bot])
  • e4ccb6d: fix(deps): update module golang.org/x/oauth2 to v0.35.0 (@renovate[bot])
  • 5aeb7d1: fix(proxy): drop empty assistant messages after thinking filter (@omarluq)
  • fb4bb9a: fix(proxy): prioritize client signature over cache to match Anthropic's exact signature (@omarluq)
  • 38b9d45: fix: mise file (@omarluq)

Other Changes


Full Changelog: v0.0.12...v0.0.13

Installation

# Docker (recommended)
docker pull ghcr.io/omarluq/cc-relay:0.0.13
docker run -p 8787:8787 -v ~/.config/cc-relay:/config ghcr.io/omarluq/cc-relay:0.0.13

# Linux/macOS (amd64)
curl -LO https://github.com/omarluq/cc-relay/releases/download/v0.0.13/cc-relay_0.0.13_$(uname -s | tr '[:upper:]' '[:lower:]')_x86_64.tar.gz
tar -xzf cc-relay_*.tar.gz
sudo mv cc-relay /usr/local/bin/

# Or with Go
go install github.com/omarluq/cc-relay/cmd/cc-relay@v0.0.13