Commit b4d1215
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments