agentacct 0.10.4 is a small correctness, privacy, and coverage release.
Download
macOS app: agentacct-0.10.4.dmg (signed + notarized; see Assets below). The .dmg embeds the frozen Python CLI/daemon.
CLI / library: pip install "agentacct==0.10.4"
Fixed
- A step's cost no longer over-claims exactness. A complete step cost was always shown as exact (
$) even when it was priced from tokens; it now reads as an estimate (≈$) unless every priced record was reported/billed, matching the app-wide cost grammar. (#179) - The distributed DMG no longer leaks the build path. The frozen CLI shipped pip's
direct_url.json, which recorded the absolute local build path (the builder's account name and directory). It is now stripped from the bundle. (#176)
Added
- Wider secret redaction. Value redaction now covers xAI (
xai-), Groq (gsk_), and Google OAuth 2.0 access tokens (ya29.), and reports Anthropic keys (sk-ant-) under their own class. (#178) - More agent tool names recognized. The tool-category taxonomy now maps opencode (
list/patch/todoread), Anthropic's text-editor tool, and common cross-agent snake_case names (read_file,write_file,edit_file,list_dir,codebase_search,run_terminal_cmd,web_search) instead of bucketing them asother. (#177)
Changed
.DS_Storeis ignored in the repository. (#175)
Full detail in the CHANGELOG.