Skip to content

Commit b4d1215

Browse files
Release v0.9.0: shareable HTML replays and postmortem analysis
New commands: agent-strace share <session-id> — self-contained HTML replay agent-strace postmortem <session-id> — structured failure analysis share: generates a fully self-contained HTML file (no CDN, no external URLs). Includes sticky search bar with live text filtering and per-type filter chips, collapsible phase timeline, event stream with type badges, cost breakdown table, and dark-theme responsive layout. postmortem: detects root cause (first ERROR or tool failure), builds causal timeline with retry flagging, calculates wasted time/cost, detects AGENTS.md violations, and generates recommendations. Zero new dependencies. 33 new tests. Co-authored-by: Ona <no-reply@ona.com>
1 parent 41eee9d commit b4d1215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent_trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""agent-trace: strace for AI agents."""
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)