v0.5.0
What's new
agent-strace explain
Plain-English breakdown of any session, organized by phase. Detects retries, failed phases, and wasted time.
agent-strace explain # latest session
agent-strace explain abc123 # by IDagent-strace cost
Estimated token usage and dollar cost per phase. Flags wasted spend on failed phases.
agent-strace cost # sonnet pricing
agent-strace cost abc123 --model opus
agent-strace cost abc123 --input-price 3.0 --output-price 15.0Docs
New examples/session_analysis.md with a full walkthrough combining import, explain, and cost.
Full changelog
Full diff: v0.4.0...v0.5.0
Development
Architecture Decision Records
10 ADRs in ADRs/ documenting the key design decisions in the codebase - storage format, zero-dependency constraint, hook integration, MCP proxy, OTLP export, redaction, cost estimation, and more.