Skip to content

Releases: getagentseal/codeburn

v0.9.6

03 May 19:17

Choose a tag to compare

What's New

Added

  • Goose provider — Block's Goose AI coding assistant
  • Antigravity provider — Antigravity IDE sessions
  • Antigravity model aliases — gemini-3-pro, flash-image, flash-lite
  • GPT-5.5 display name for Codex
  • Deno supportdeno dx as a run method

Fixed

  • Streaming dedup — Claude Code streams each message.id multiple times. The old keep-first strategy lost tool_use blocks and understated output tokens by ~6.3%. Now keeps last occurrence content with first occurrence timestamp.
  • $0.0000 display — near-zero costs showed four decimal places instead of $0.00 (#205)
  • ANSI escape stripping — shell commands with color codes now cleaned across all providers
  • Antigravity dedup collision + Codex ChatGPT Plus token estimation
  • Codex large session validation — reads full first line; caps read size and handles torn writes
  • Codex fork dedup — deduplicates forked sessions
  • Windows dashboard hang — fixed ExperimentalWarning and freeze
  • Hardcoded $ in forecast — now uses configured currency symbol

Full changelog: https://github.com/getagentseal/codeburn/blob/main/CHANGELOG.md

Menubar v0.9.6

03 May 19:17

Choose a tag to compare

macOS Menubar v0.9.6

Fixed

  • Provider tabs showing $0.00 after idle - CLI timeout increased from 20s to 45s for cold file-cache latency
  • Refresh button blocked by in-flight requests - manual refresh now bypasses the in-flight guard
  • Tab strip vs hero cost mismatch - tab strip prefers provider-specific payload cost when available
  • Ghost status item on macOS Tahoe

Install

Download CodeBurnMenubar-0.9.6.zip, unzip, and move to /Applications. Requires macOS 14+.

Or run codeburn menubar --force to install automatically.

Menubar v0.9.5

02 May 17:18
db99319

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.

v0.9.5

01 May 15:17

Choose a tag to compare

Added (CLI)

  • Homebrew tap: brew tap getagentseal/codeburn && brew install codeburn
  • GPT-5.3 and DeepSeek model display names

Fixed (macOS menubar)

  • Refresh loop never repeated — now proper 30s interval
  • Loading overlay flicker on concurrent fetches
  • Rapid tab switching race condition
  • Tab strip vs hero cost desync
  • Stale menubar icon after wake
  • Accent color propagation via @observable
  • Currency flash on first switch
  • Export UI freeze + filename collision
  • CurrencyState concurrency (Swift 6 strict)
  • Streak count bug (calendar-day iteration)
  • TrendBar chart flicker (stable identity)

Menubar v0.9.4

30 Apr 16:25

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.

Menubar v0.9.3

28 Apr 03:22

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.

Menubar v0.9.0

25 Apr 00:01

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.

Menubar v0.8.9

24 Apr 11:50

Choose a tag to compare

  • Auto-start on login
  • Fix stale prices after long idle
  • 20s CLI timeout for faster recovery
  • Fix crash on timeframe switch
  • Discord community link

Menubar v0.8.8

22 Apr 20:01
bd83196

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.

Menubar v0.8.7

21 Apr 20:46
2323587

Choose a tag to compare

Install with:

npx codeburn menubar

That command drops the app into ~/Applications, clears the download
quarantine, and launches it. If you download the zip from this page directly
and macOS shows "cannot verify developer", right-click the app in Finder and
pick Open to whitelist it once.