diff --git a/content/docs/changelog/changelog-032.mdx b/content/docs/changelog/changelog-032.mdx new file mode 100644 index 00000000..4a52f859 --- /dev/null +++ b/content/docs/changelog/changelog-032.mdx @@ -0,0 +1,33 @@ +--- +title: "Changelog #032" +sidebarTitle: "Changelog #032" +llm: true +image: "/images/changelog/32.png" +imageAlt: "Announcing Changelog #032" +publishedAt: "2026-07-03" +--- +import Image from 'next/image'; + +Announcing Changelog #032 +Hey everyone. Mostly session observability this week, plus a couple of browser and recorder fixes and some pricing-doc cleanup to make plan behavior clearer. + +### 🔧 Improvements + +* Sessions can now opt into capturing worker network requests, for deeper visibility into what a run is doing. + +* Managed browser now supports cropping the browser chrome. + +* Pricing docs now show the current proxy and CAPTCHA rates, and note that Launch-plan proxies and CAPTCHA solving unlock after a $10 deposit. + +* The leaderboard picked up WebChallenger results on WebArena and Online-Mind2Web, new Claude Sonnet 5 and Agents-A1 entries, and refreshed Sonnet 4.6 scores. + +### 🐛 Bug Fixes + +* Fixed recorder event handling so heavy sessions no longer flood the local API or lose recording data under load. + +* Reduced CAPTCHA task upsert lock contention in the backend. diff --git a/content/docs/changelog/meta.json b/content/docs/changelog/meta.json index 4f5c13fe..b0e7ccf4 100644 --- a/content/docs/changelog/meta.json +++ b/content/docs/changelog/meta.json @@ -3,6 +3,7 @@ "root": true, "pages": [ "---Changelog---", + "changelog-032", "changelog-031", "changelog-030", "changelog-029", diff --git a/public/images/changelog/32.png b/public/images/changelog/32.png new file mode 100644 index 00000000..fef71aed Binary files /dev/null and b/public/images/changelog/32.png differ