v0.0.13
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
- f843dd4: chore(deps): update dependency go to v1.25.7 (@renovate[bot])
- 52299c7: chore(deps): update dependency go to v1.26.0 (@renovate[bot])
- 1d63a51: refactor: rename internal/version to internal/vinfo (@omarluq)
- b050938: test(proxy): add signature priority and drop+reorder test (@omarluq)
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