github tombii/better-ccflare v3.0.0-rc1
Release v3.0.0-rc1

latest releases: v3.0.6, v3.0.5, v3.0.4...
one month ago

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.0.0-rc1/better-ccflare-linux-amd64
chmod +x better-ccflare-linux-amd64
./better-ccflare-linux-amd64

Or install via npm: npm install -g better-ccflare


What's Changed

🚀 Features

  • fix: prevent old requests from disappearing when new requests arrive (f6bd6ac)
  • perf: improve token cleanup and add OAuth session index (21d90b3)
  • feat: OAuth token health monitoring with critical PKCE security fix (#36) (4c1c3c9)
  • feat: add separate beta release workflow (8d89140)
  • feat: implement dynamic nanogpt pricing fetch with 24h cache (#33) (c8f65ab)

🐛 Bug Fixes

  • fix: prevent old requests from disappearing when new requests arrive (f6bd6ac)
  • fix: OAuth refresh token status not loading in web UI (49d48f6)
  • style: apply biome formatting fixes (dfc645a)
  • security: fix critical authentication bypass and command injection vulnerabilities (d2bb5e7)
  • feat: OAuth token health monitoring with critical PKCE security fix (#36) (4c1c3c9)

🔒 Security

  • security: fix critical authentication bypass and command injection vulnerabilities (d2bb5e7)
  • feat: OAuth token health monitoring with critical PKCE security fix (#36) (4c1c3c9)

🔧 Improvements

  • perf: improve token cleanup and add OAuth session index (21d90b3)
  • fix: update OpenAI provider flush method to handle incomplete tool calls gracefully (ba752bd)
  • Revert "fix: enhance debugging for issue-triage and pr-review scripts" (f503744)
  • fix: enhance debugging for issue-triage and pr-review scripts (93aaac1)
  • fix: improve OAuth validation error handling and prevent browser windows in tests (fa05907)

🤝 New Contributors

  • @aikido-autofix[bot] made their first contribution

Full Changelog

📋 Compare with previous version

Don't miss a new better-ccflare release

NewReleases is sending notifications on new releases.