Skip to content

v0.4.3

Choose a tag to compare

@braedonsaunders braedonsaunders released this 23 Aug 04:22
· 85 commits to main since this release

Token accounting works on every provider, not just Cursor. Usage is read from each provider's own session store — OpenCode's opencode.db message tokens, Claude Code's ~/.claude/projects JSONL usage lines, Codex's rollout total_token_usage — keyed by the thread's provider session id, alongside the existing Cursor readers. Providers with no local store fall back to bb's context-window snapshot instead of freezing at zero.