Skip to content

v0.0.14

Choose a tag to compare

@github-actions github-actions released this 15 Feb 04:42
· 147 commits to main since this release

cc-relay 0.0.14

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

Changelog

New Features

  • b718492: feat(providers): add claude-opus-4-6 and GLM-5 to default models (@omarluq)

Other Changes

  • ea3fa4d: chore(deps): update dependency go to 1.26 (@renovate[bot])
  • b56ba2d: docs(example): fix model routing case and Bedrock mapping date consistency (@omarluq)

Full Changelog: v0.0.13...v0.0.14

Installation

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

# Linux/macOS (amd64)
curl -LO https://github.com/omarluq/cc-relay/releases/download/v0.0.14/cc-relay_0.0.14_$(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.14