Skip to content

agentacct 0.10.2

Choose a tag to compare

@mikehasa mikehasa released this 28 Aug 17:19
· 37 commits to main since this release
6679061

Restores claude-code usage ingestion (frozen by a new Workflow-tool journal row) and surfaces the weekly-plan share as its own receipt row — on top of the receipt, dashboard, and usage UI refinements merged since 0.10.1.

Download: agentacct-0.10.2.dmg (signed + notarized — open the DMG and drag agentacct to Applications). CLI-only: uv tool install "agentacct==0.10.2" or pipx install agentacct==0.10.2.

Fixed

  • Ingestion: accept the Claude Code Workflow tool's failed journal row. Its new per-agent lifecycle row raised claude_workflow_journal_schema_drift, which fails closed for the whole home and had frozen claude-code usage/cost import while already-stored sessions kept rendering. A journal row that carries token usage still fails closed. (#169)

Added

  • Receipt: a dedicated "Weekly plan" row (macOS app, CLI, TUI) showing the Task's calibrated share of its client's weekly plan — calibrated-or-nothing, a named calibration state instead of a fabricated number when uncalibrated. (#169)

Changed

  • macOS app: packaged builds derive their release version from pyproject.toml and embed the exact Git commit; the About panel shows the release and abbreviated source commit. Distributable builds reject a frozen CLI whose clean-source provenance does not match the app.