Skip to content

v0.9.15

Latest

Choose a tag to compare

@iamtoruk iamtoruk released this 02 Jul 04:32
8438409

What's New

Highlights since v0.9.14:

Added (CLI)

  • codeburn context. See what fills a session's context window, by role, block type, and tool: an interactive terminal browser over your Claude Code and Codex sessions, separating the live window from compacted history and anchoring estimates to the exact API-reported context size. Also a Context page in the browser dashboard, and scriptable via codeburn context <id> --json. (#592)
  • Zed provider. Zed's built-in agent is now tracked: per-request token usage with full cache fields, topped up to each thread's exact cumulative counter and validated token-for-token against a real store. (#594, format documented by @chatzinikolakisk in #480)
  • codeburn audit. Per provider-and-model table of where every number comes from: calls, input, output, reasoning, cache read/write, cost. (#578)
  • User price overrides for any model via codeburn price-override. (#560, thanks @ozymandiashh)
  • open-design provider for per-model usage tracking. (#559, thanks @ozymandiashh)
  • Browser dashboard is now fully mobile responsive (#582, thanks @ele-yufo; #589) and paints instantly with the local payload inlined, defaulting to today with fast-fail for offline paired devices. (#573)

Fixed (CLI)

  • Cursor tokens are now Cursor's own numbers. Input comes from the per-conversation context meter instead of text-length guesses, credited once per conversation on a stable anchor so daily history stays consistent across re-scans; tools and shell commands come from the agent stream; Composer house models price at Cursor's published rates; figures are flagged estimated where they are. Fixes the class of report in #574 and closes #326. (#575)
  • Copilot Chat users no longer see $0.00: VS Code core chatSessions journals are read for token counts. (#563, thanks @ozymandiashh)
  • Codex sessions up to 4GB are parsed (streaming cap raised). (#569)
  • Devin: ATIF v1.7 support (#570, thanks @tvcsantos) and friendly GPT model names with effort tiers. (#585)
  • OpenCode skills and subagents breakdowns populated. (#557, thanks @KevNev19)
  • Pi native skill loads classify as Skill, not Read. (#590)
  • Cache read/write scoped to the selected period in web and devices CLI. (#586, thanks @ozymandiashh)
  • Invalid dashboard periods return an error instead of exiting the web server. (#554, thanks @ozymandiashh)
  • LiteLLM pricing snapshot refreshed; MiniMax-M3 follows MiniMax's new tiered pricing (standard tier $0.30/$1.20 per M). Daily cache bumped to v10 so history re-hydrates under the new Cursor accounting and pricing.

macOS menubar

  • Local/Combined usage toggle backed by combined multi-device data in menubar-json. (#567, #568, thanks @ozymandiashh)
  • The update dialog now detects a codeburn CLI too old to install menubar updates and shows the exact CLI upgrade command first. (#593)

Thanks to @ozymandiashh, @tvcsantos, @KevNev19, @ele-yufo, and @chatzinikolakisk for contributions this release.

The macOS menubar app is published separately as mac-v0.9.15.

What's Changed

New Contributors

Full Changelog: v0.9.14...v0.9.15