🎉 Stable Release v2.0.20
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/v2.0.20/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64Or install via npm: npm install -g better-ccflare@v2.0.20
What's Changed
🚀 Features
- debug: add control character sanitization to PR review script and update gitignore (
0d49e3f) - feat: restore custom endpoint support for Anthropic providers (
2dac56f) - docs: add allowEmpty option documentation to README [skip-version] (
58ea3f2) - feat: complete removal of tier system and improve error logging (#19) (
8a54e4e) - feat: update GitHub workflows to use generic LLM secrets and minimize attack surface (
8d8a275)
🐛 Bug Fixes
- fix: correct changelog generation syntax error in release workflow [skip-version] (
0558bcd) - fix: prevent reading stdin twice in PR review script (
0c4e682) - debug: add control character sanitization to PR review script and update gitignore (
0d49e3f) - fix: prevent stable workflows from running on beta/rc releases (
3b30eed) - Revert "fix: enhance debugging for issue-triage and pr-review scripts" (
55b27dd)
🔧 Improvements
- debug: add control character sanitization to PR review script and update gitignore (
0d49e3f) - refactor: remove redundant conditional logic from claude workflow (
0ef7240) - refactor: consolidate release workflows into unified system (
2c384b4) - Revert "fix: enhance debugging for issue-triage and pr-review scripts" (
55b27dd) - refactor: simplify Minimax provider - remove custom endpoint support (
563f46c)