PulseAugur
EN
LIVE 03:30:56

AI agent usage tracker fixed for Claude Code data drift

A usage tracking tool for AI agents, splitrail, has been updated to fix two critical accounting bugs. The first bug involved Claude Code's session files being rewritten in place, causing historical usage data to be lost and leading to inaccurate totals. This was resolved by implementing a persistent SQLite history store. The second bug stemmed from splitrail's file discovery mechanism, which had a depth limit that made it invisible to subagent transcripts, resulting in significant undercounting of messages and associated costs, particularly for users who delegate tasks to cheaper models like Sonnet and Haiku. AI

IMPACT Ensures accurate cost tracking for AI agent workflows, particularly for users leveraging Claude Code and delegating tasks to models like Sonnet and Haiku.

RANK_REASON The item describes bug fixes and improvements to a specific software tool (splitrail) used for tracking AI agent usage, rather than a new model release or significant industry event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

AI agent usage tracker fixed for Claude Code data drift

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Li Zhuojun ·

    An append-only audit log caught two accounting bugs in a 216-star usage tracker

    <p>Last month I wrote about <a href="https://dev.to/lizhuojunx86/a-missing-model-line-was-half-my-ai-agent-overspend-auditing-34-days-of-multi-model-claude-code-mc7">auditing 34 days of multi-model Claude Code usage</a> and finding that a single missing model line was half my ove…