v0.0.15
cc-relay 0.0.15
Multi-provider proxy for Claude Code with rate limit pooling and automatic failover.
Changelog
New Features
Bug Fixes
- 28579e7: fix(deps): update github.com/samber/ro/plugins/ratelimit/native digest to 62e0363 (@renovate[bot])
- b48a64f: fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.32.8 (@renovate[bot])
- 8778b2e: fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.32.9 (@renovate[bot])
- b8ed032: fix: add cache to default config (@omarluq)
- 0b0e535: fix: prevent tool_result orphaning when dropping thinking-only assistant messages (@omarluq)
- 98a5e4c: fix: remove dups (@omarluq)
- 96f1559: fix: remove hardcoded stuff (@omarluq)
- 2afb8bd: fix: resolve 2400+ golangci-lint violations across entire codebase (@omarluq)
- b0b6199: fix: resolve gosec G704/G705/G117 violations for golangci-lint (@omarluq)
- 02780f2: fix: use bounded context and higher rate in TestConcurrency to prevent test hang (@omarluq)
Full Changelog: v0.0.14...v0.0.15
Installation
# Docker (recommended)
docker pull ghcr.io/omarluq/cc-relay:0.0.15
docker run -p 8787:8787 -v ~/.config/cc-relay:/config ghcr.io/omarluq/cc-relay:0.0.15
# Linux/macOS (amd64)
curl -LO https://github.com/omarluq/cc-relay/releases/download/v0.0.15/cc-relay_0.0.15_$(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.15