github tombii/better-ccflare v3.5.15
Stable Release v3.5.15

one hour ago

🎉 Stable Release v3.5.15

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.15/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.15/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-arm64

macOS 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.15


What's Changed

🚀 Features

  • feat: Codex CLI integration — responses adapter + account exclusions (36023919)
  • feat: show daily/weekly plan-value burn rate on Overview (68b04cda)
  • feat: enable refresh-usage button for Codex OAuth accounts (b84df43d)
  • feat: add Codex CLI support via OpenAI Responses API adapter (e0805116)

🐛 Bug Fixes

  • fix: handle developer role in Codex CLI → responses adapter → codex provider pipeline (0d078c61)
  • fix: exclude codex provider accounts from responses adapter translation (25033efa)
  • fix: update stats.ts burn-rate comment + make fields optional (Greptile #235 round 2) (38fdf33a)
  • fix: clamp burn-rate divisors to actual data age (3d3e6016)
  • fix: use response.completed and response.failed event types in stream translator (44aca69c)
  • fix: restore zstd/gzip/deflate decompression in responses adapter (af8a1b5f)
  • fix: use Popover for subRow tooltips (Greptile #235 round 1) (d2146447)
  • fix: drop hardcoded errorsSinceHours=24 from OverviewTab useStats call (fb89461f)

Full Changelog

📋 Compare with previous version

Don't miss a new better-ccflare release

NewReleases is sending notifications on new releases.