github getagentseal/codeburn mac-v0.9.11
Menubar v0.9.11

6 hours ago

Added

  • CLI update notification. When a newer CLI version is published, a blue banner appears above the star row showing the version and a copy button for the update command (brew upgrade codeburn or npm update -g codeburn, detected automatically from how the CLI was installed).

Fixed

  • Loading watchdog killed healthy CLI fetches. The recovery loop ran every 8 seconds with no backoff. Each attempt reset the generation counter, discarding in-flight CLI responses (45s timeout) before they could finish. Replaced with exponential backoff (8s to 60s, 6 attempts max) that skips recovery when a fetch is already in flight. Shows an error overlay with a Retry button after all attempts are exhausted.
  • Multi-day cache key mismatch. selectedDay returned the earliest date instead of nil when multiple days were selected, and startInteractiveSelectionRefresh did not pass the day set to the cache key constructor. Both now match PayloadCacheKey normalization rules.
  • Dead code cleanup. Removed RefreshBackoff.swift, its test file, and a broken test that called methods deleted in #393.

Install with:

npm install -g codeburn@0.9.11
codeburn menubar

That command drops the app into ~/Applications, records the persistent
codeburn CLI path used by the menubar, verifies the downloaded checksum,
clears quarantine after bundle verification, 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.

Don't miss a new codeburn release

NewReleases is sending notifications on new releases.