AgentTrace — Summary
AgentTrace is a local-first terminal TUI and report generator (Go, v0.5.4) that reads AI coding-agent session logs from 15+ agent sources (Claude Code, Codex CLI, Gemini CLI, Qwen Code, Cline, Aider, Cursor exports, OpenCode, Kimi CLI, and generic JSONL) and surfaces cost, token, time, tool-failure, latency, health, and anomaly data. It runs entirely on the local machine — no hosted backend, no data upload — and outputs text, JSON, Markdown, and self-contained HTML reports. The TUI ranks sessions by cost, duration, health, failures, or text search, and a --doctor flag auto-detects session directories. CI gate flags (--fail-under-health, --fail-on-critical, --max-tool-fail-rate) let the tool block builds when agent session quality degrades below threshold. A --baseline comparison mode detects regressions in cost/duration/tokens against a prior JSON snapshot.
Differs from seeds: all 11 seeds operate before or during agent sessions as planning/execution layers; AgentTrace operates after sessions as a retrospective forensics and CI-gate tool. It ships a skills/agenttrace-session-audit/SKILL.md that can be loaded by Claude Code or Codex CLI to use the binary from within a session, bridging the two worlds. No seed tracks multi-agent cross-session cost telemetry, session health scores, or baseline regression detection.