Skip to content

Changelog

This is the product-facing changelog.

V1.0 — early access (in progress)

  • Public docs site, dashboard onboarding, and this status page.
  • Runs execute on Claude Opus 4.8 (Anthropic direct).
  • Evaluation harness that measures report quality against hand-seeded lists of known UX issues.
  • Security hardening — API-key auth, SSRF protection, per-run budgets, and a retention/PII policy.
  • Customer-facing webhooks (HMAC-signed, with retries) and a transcript schema frozen at schema_version: 1.
  • Usage-based billing, metered per completed session.
  • Dashboard — Next.js with Clerk sign-in.
  • Authenticated targets — encrypted credentials and a per-session email inbox at inbox.syntheticusers.io.
  • Multi-persona runs (1–10 personas per run) with a cross-persona aggregate report.
  • A persona library plus custom personas.
  • The core asynchronous run pipeline (Worker, per-session Durable Object, Container browser, and artifact storage).

V1.5 — Coming next (not committed dates)

  • Conversational replay against finished transcripts.
  • Per-seat sharing of hosted reports.
  • OAuth-into-target sign-in flows.
  • Persistent synthetic identity across runs.
  • Automated status-page probes.
  • Self-serve plan activation.

Where to track changes

  • This page is updated per release.
  • Webhook payload changes are versioned via schema_version and announced here before the bump lands.
  • Breaking API changes are announced at least 30 days in advance for design partners.