🎉 Stable Release v3.2.0
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.2.0/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.2.0/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.2.0
What's Changed
🚀 Features
- docs: add Windows troubleshooting section for npm installation bug (
22bc252) - feat: add force-reset rate limit control for accounts (#68) (
2f51922) - docs: update acknowledgments for @lunetics force-reset rate limit feature (PR #68) (
9539458) - [skip-version] docs: add lunetics acknowledgement for PR #70 (
c03283d) - feat: merge v3.2.0 - AWS Bedrock support, RBAC, and improvements (
d42bb47)
🐛 Bug Fixes
- fix: memory leak causing OOM kills (~7.5GB/12h growth) (#67) (
1165314) - docs: add Windows troubleshooting section for npm installation bug (
22bc252) - fix: priority overrides session stickiness in SessionStrategy (#72) (
4a27658) - fix: prevent bash -e exit on counter increment [skip-version] (
534df2c) - fix: escape user inputs in GitHub Actions workflows and scripts [skip-version] (
6611735)
🔒 Security
- security: restrict Claude workflow access to owner and collaborators [skip-version] (
6970e86)
🔧 Improvements
- update: sync model registry with current Anthropic API (#71) (
0819eef) - improve: color-code rate limit status badges in dashboard (
19b4994) - improve: disable auto-trigger of PR review on open, require ai_code_review label [skip-version] (
37a4b20) - update: set claude-sonnet-4-6 and better-ccflare-github-triage as primary models in workflows [skip-version] (
92e0e92) - docs: update acknowledgments for @lunetics force-reset rate limit feature (PR #68) (
9539458)
Contributors
Special thanks to the contributors who made this release possible:
- @lunetics - Force-reset rate limit feature (PR #68), OOM kill prevention with periodic data retention cleanup and time-scoped stats queries (PR #70), and model registry sync adding sonnet-4.6 CLI shortcut (PR #71)
- @materemias - Requesting and validating AWS Bedrock support (issue #49), fixing synthetic Bedrock response handling (PR #73), fixing Bedrock translation and streaming response handling (PR #74), and fixing sonnet-4.6 model name resolution (PR #75)