Skip to content

v0.3.0 — community PRs #3-#6

Choose a tag to compare

@muckybuzzwoo muckybuzzwoo released this 15 Jun 13:28
· 38 commits to main since this release

Integrates four community pull requests, reviewed for security and verified with a green test suite (254 passing) plus a Chrome UI smoke.

Changes

  • #6 feat(sessions): cost column + filter UI with live totals (epicvinny) — per-session cost column, client-side filter bar (project autocomplete, date ranges, min $/tokens), live totals footer, URL-persisted. New session_model_tokens() in db.py and cost_usd/cost_estimated on /api/sessions.
  • #5 fix(tips): measure subagent return payload, not internal burn (sant3e) — subagent-sprawl tip now flags bloated tool_result returns into main context, not internal sidechain burn. Fixes a false positive on well-delegated sessions.
  • #4 fix(tips): name source tools in tool-bloat tip body (sant3e) — the tool-bloat tip now names the offending tools via tool_use_id join.
  • #3 fix: made blur work and hide private costs and info (hacker4ofakind) — working privacy blur (transparent text + pointer-events), topbar toggle with localStorage + Ctrl/Cmd/Alt+B, blur-sensitive markers across all tabs.

No new dependencies (stdlib Python + vanilla JS). See FORK_NOTES.md for details.