Skip to content

Commit 9629b01

Browse files
committed
docs: sync launch outreach copy for v0.1.20
1 parent 7059b48 commit 9629b01

4 files changed

Lines changed: 24 additions & 17 deletions

File tree

docs/launch/day-3-targeted-communities-packet.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

350351
Use `docs/launch/directory-submission-sheet.md` for exact entry points, link
351352
order, owner-only notes, and tracking instructions.
@@ -394,9 +395,11 @@ records each Browser Use step as a timeline: screenshot, URL, action, model
394395
input/output, status, and error. Stagehand, Skyvern, and Playwright + LLM
395396
workflows 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
401404
Try locally from PyPI:
402405

docs/launch/directory-submission-sheet.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BrowserTrace Directory And Newsletter Submission Sheet
22

3-
Use this sheet after `v0.1.19`. Submit only where the target accepts tool
3+
Use this sheet after `v0.1.20`. Submit only where the target accepts tool
44
suggestions, launches, or editorial pitches. Do not ask for stars, votes,
55
upvotes, swaps, or artificial engagement.
66

@@ -49,10 +49,11 @@ as secondary integrations.
4949
BrowserTrace is an MIT-licensed local debugger for Browser Use failures. It
5050
records each Browser Use step as a timeline with screenshot, URL, action, model
5151
input/output, status, and error, then exports a standalone HTML trace with
52-
optional redaction. The `v0.1.19` release includes the public-safe
53-
`browsertrace export --public` mode, a packaged `browsertrace demo` command,
54-
Browser Use/Stagehand/Skyvern/Playwright guides, and a no-dependency Browser
55-
Use-shaped callback demo.
52+
optional redaction. The `v0.1.20` release includes `browsertrace compare` for
53+
failed-vs-good run pairs, a local `/api/compare/<failed>/<good>` JSON endpoint,
54+
the public-safe `browsertrace export --public` mode, a packaged
55+
`browsertrace demo` command, Browser Use/Stagehand/Skyvern/Playwright guides,
56+
and a no-dependency Browser Use-shaped callback demo.
5657

5758
## Submission Queue
5859

docs/launch/outreach-targets.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Post only where the community rules allow it. The ask is feedback from people bu
4444
2. Hacker News once the first-run path is clearly understandable.
4545
3. Browser Use and Stagehand communities because they match the product.
4646
4. Reddit only with a useful write-up and after checking local rules.
47-
5. Directory/newsletter submissions after `v0.1.19` links are stable. Use
47+
5. Directory/newsletter submissions after `v0.1.20` links are stable. Use
4848
`docs/launch/directory-submission-sheet.md` as the queue.
4949
6. Product Hunt after the visual assets are strong enough for a broader audience.
5050

@@ -71,9 +71,11 @@ failures.
7171
7272
It records each Browser Use step as a timeline with screenshots, URL, action,
7373
model input/output, status, and errors, then exports a standalone HTML trace.
74-
The v0.1.19 release includes `browsertrace demo` for first-run onboarding,
75-
`browsertrace export --public` for public-safe sharing, and individual
76-
redaction flags when users want to keep some fields visible.
74+
The v0.1.20 release includes `browsertrace compare` for failed-vs-good run
75+
pairs, a local `/api/compare/<failed>/<good>` JSON endpoint, `browsertrace demo`
76+
for first-run onboarding, `browsertrace export --public` for public-safe
77+
sharing, and individual redaction flags when users want to keep some fields
78+
visible.
7779
7880
Try locally from PyPI:
7981

docs/launch/response-templates.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ error: upload preview did not appear
9494
```
9595

9696
The comparison reports the first divergent step across the existing `action`,
97-
`url`, `status`, and `error` fields. It is intentionally explicit in v0.1.19:
97+
`url`, `status`, and `error` fields. It is intentionally explicit in v0.1.20:
9898
you choose the failed run and the good run instead of relying on automatic
99-
baseline selection. Use `--json` when you need structured output for automation
100-
or CI checks without pasting a large JSON blob into a reply.
99+
baseline selection. Use `--json` or the local `/api/compare/<failed>/<good>`
100+
endpoint when you need structured output for automation or UI checks without
101+
pasting a large JSON blob into a reply.
101102

102103
Guide: https://aaronlab.github.io/browsertrace/browser-use-debugging.html#compare-run-metadata-checklist
103104

0 commit comments

Comments
 (0)