🎉 Stable Release v3.5.76
Multi-Architecture Binaries
Download the appropriate binary for your platform:
- Linux x86_64:
better-ccflare-linux-amd64 - Linux ARM64 (Raspberry Pi 3/4/5, Oracle Cloud ARM, AWS Graviton):
better-ccflare-linux-arm64 - macOS Intel:
better-ccflare-macos-x86_64 - macOS Apple Silicon:
better-ccflare-macos-arm64 - Windows x86_64:
better-ccflare-windows-x64.exe
Installation
# Linux x86_64
wget https://github.com/tombii/better-ccflare/releases/download/v3.5.76/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64
# macOS Apple Silicon (ARM64)
curl -L -o better-ccflare-macos-arm64 https://github.com/tombii/better-ccflare/releases/download/v3.5.76/better-ccflare-macos-arm64
chmod +x better-ccflare-macos-arm64
xattr -d com.apple.quarantine better-ccflare-macos-arm64 # Required for unsigned binaries
./better-ccflare-macos-arm64macOS Users: The xattr command is required to bypass Gatekeeper for unsigned binaries. If you prefer not to run unsigned binaries, install from source instead.
Or install via npm: npm install -g better-ccflare@v3.5.76
What's Changed
🐛 Bug Fixes
- fix(proxy): make 1305 detection independent of JSON property order (
2cbf6663) - fix(proxy): detect Zai's in-stream 1305 overload and retry instead of streaming it (PR #449) (
2e78fc73) - fix(providers): keep both Zai TOKENS_LIMIT windows instead of the last one (
3b5611cf) - fix(providers): pair zai resetMs with the same winning token window as utilization (
5b25636e) - fix(proxy): detect Zai's in-stream 1305 overload and retry instead of streaming it (
ac7dd0dd) - fix(proxy): bound Zai 1305 SSE peek latency and drain discarded retry responses (
de0d8d29) - fix(proxy): fix 1305 peek cleanup skip, stale retry request, and double-peek (
e7fcf5bc) - fix(proxy): tighten 1305 detector match and add stream-peek test coverage (
ed9b0800)