Skip to content

v0.5.0

Choose a tag to compare

@Siddhant-K-code Siddhant-K-code released this 22 Mar 08:45
· 107 commits to main since this release

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 ID

agent-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.0

Docs

New examples/session_analysis.md with a full walkthrough combining import, explain, and cost.

Full changelog

  • 1f4779a Merge PR #9 — Add explain and cost subcommands + Architecture Decision Records

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.