@@ -344,8 +344,9 @@ uv run --python 3.11 python scripts/launch_metrics.py --append --note "after com
344344
345345## Directories And Newsletters
346346
347- Use these after ` v0.1.19 ` because the release has the packaged demo command and
348- safer redacted export path.
347+ Use these after ` v0.1.20 ` because the release has the packaged demo command,
348+ failed-vs-good compare output, local compare API, and safer redacted export
349+ path.
349350
350351Use ` docs/launch/directory-submission-sheet.md ` for exact entry points, link
351352order, owner-only notes, and tracking instructions.
@@ -394,9 +395,11 @@ records each Browser Use step as a timeline: screenshot, URL, action, model
394395input/output, status, and error. Stagehand, Skyvern, and Playwright + LLM
395396workflows are secondary integrations.
396397
397- The v0.1.19 release includes `browsertrace demo` for first-run onboarding,
398- `browsertrace export --public` for public-safe sharing, and individual
399- redaction flags when users want to keep some fields visible.
398+ The v0.1.20 release includes `browsertrace compare` for failed-vs-good run
399+ pairs, a local `/api/compare/<failed>/<good>` JSON endpoint,
400+ `browsertrace demo` for first-run onboarding, `browsertrace export --public`
401+ for public-safe sharing, and individual redaction flags when users want to keep
402+ some fields visible.
400403
401404Try locally from PyPI:
402405
0 commit comments