Skip to content

Commit 6dbd25c

Browse files
committed
Bump version to 0.9.6
1 parent 988398a commit 6dbd25c

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.9.6 - 2026-05-03
4+
5+
### Added (CLI)
6+
- **Goose provider.** New provider for Block's Goose AI coding assistant.
7+
- **Antigravity provider.** New provider for Windsurf/Antigravity IDE sessions.
8+
- **Antigravity model aliases.** gemini-3-pro, flash-image, flash-lite, and community-contributed Gemini model IDs.
9+
- **GPT-5.5 display name** for Codex.
10+
- **Deno support.** `deno dx` added as a run method.
11+
12+
### Fixed (CLI)
13+
- **Streaming dedup.** Claude Code streams each `message.id` multiple times (start, intermediate, stop). 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 for correct date bucketing.
14+
- **`$0.0000` display.** Near-zero costs showed four decimal places instead of `$0.00`. Fixes #205.
15+
- **ANSI escape stripping.** Shell commands containing ANSI color codes now cleaned across all providers.
16+
- **Antigravity dedup collision.** Fixed key collision in session dedup. Added Codex ChatGPT Plus token estimation.
17+
- **Codex large session validation.** Reads full first line for session meta validation; caps read size and handles torn writes.
18+
- **Codex fork dedup.** Deduplicates forked Codex sessions to avoid double-counting.
19+
- **Windows dashboard hang.** Fixed `ExperimentalWarning` and dashboard freeze on Windows.
20+
- **Hardcoded `$` in forecast.** Forecast comparison text now uses the configured currency symbol.
21+
22+
### Fixed (macOS menubar)
23+
- **Provider tabs showing $0.00 after idle.** CLI timeout increased from 20s to 45s for cold file-cache latency. Loading overlay now appears when the all-provider payload confirms a provider has spend but its dedicated data hasn't loaded yet.
24+
- **Refresh button blocked by in-flight requests.** Manual refresh now bypasses the in-flight guard so users can always re-fetch.
25+
- **Tab strip vs hero cost mismatch.** Tab strip prefers the provider-specific payload cost when available, staying in sync with the hero section.
26+
- **Ghost status item on macOS Tahoe.**
27+
328
## 0.9.5 - 2026-05-01
429

530
### Added (CLI)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeburn",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "See where your AI coding tokens go - by task, tool, model, and project",
55
"type": "module",
66
"main": "./dist/cli.js",

0 commit comments

Comments
 (0)