Add August 21 changelog entry - #512
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
eclairen
marked this pull request as ready for review
August 20, 2026 21:30
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Approve.
This PR inserts a new August 21 <Update> block at the top of changelog.mdx (+21 lines, 0 deletions). No other files change.
Why this is Very Low
- Codepaths: Public changelog copy only. No application logic, APIs, auth, billing, or infrastructure.
- Blast radius: Isolated to the docs changelog page. Structure matches existing weekly entries (
<Update>with Product / Docs sections). - Complexity: Additive markdown/MDX text; no new components, config, or navigation changes.
- Operational / security impact: None. Linked paths (
/integrations/vercel/foreman,/browsers/telemetry/overview,/browsers/replays,/proxies/overview,/integrations/stagehand) already exist in the repo.
No CODEOWNERS file is present, and there are no existing reviews on this PR.
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds the August 21 changelog entry, verified line by line against the merged PRs and shipped code rather than the draft list.
Six product bullets and seven documentation bullets. Relative to the draft, four items were dropped and two were adjusted:
Dropped — not shipped
xdotoolcalls per request, so the "single call, no added latency" claim does not hold either.@onkernel/browser-loop, not@onkernel/loop, and nothing is on npm yet — no releases cut, repository not yet renamed. The most recent published package is still@onkernel/cua-agent0.10.0. Worth announcing once the first publish lands, including the CLI retirement, which is a larger breaking change than the agent-class retirement.v150.0.7871.114-r3, which overrides that install, so no customer-visible version changed this week.Adjusted
proxy_errorandcdp_command, both fully wired through to the events API. The captcha task-start and challenge-result events are dropped: only the schema merged, and the producer that emits them is still open, so no session emits them today.memorybullet. The shipped API takes8GiB(default) or16GiBon create, headful and non-GPU only — there is no M/L/XL naming and no storage dimension.Added
browsers listcolumn reorder, which breaks scripts that parse that table positionally.Two link fixes carried over from the draft: the Foreman guide lives at
/integrations/vercel/foreman, and the telemetry bullet points at/browsers/telemetry/overviewrather than the stealth page.Test plan
GET /org/entitlementsand/telemetry/destinationsreturn 401 rather than 404 in production, so both are livemintlify dev(network-restricted here); the entry reuses the exact structure of the existing entries and changes no other fileFollow-ups, not in this PR
8GiBor16GiB, so the feature ships without docs.proxy_errorandcdp_command.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changelog text; no product, API, or security code is changed.
Overview
Adds an August 21 changelog entry at the top of
changelog.mdx.Product notes cover org entitlements (
GET /org/entitlements), optional16GiBbrowser memory, customer-configurable OTLP export,proxy_error/cdp_commandtelemetry, automatic unused-proxy cleanup, and CLI v0.30.0–v0.31.0 (including abrowsers listcolumn-order break). Docs notes cover Foreman, replay iframe embedding, telemetry retention, proxy cleanup, Chrome PDF, deploy keys, and Stagehand v4.Reviewed by Cursor Bugbot for commit f5a1e28. Bugbot is set up for automated code reviews on this repo. Configure here.