docs: remove browser-use custom resize workaround - #535
Closed
dprevoznik wants to merge 2 commits into
Closed
dprevoznik wants to merge 2 commits into
dprevoznik wants to merge 2 commits into
Conversation
The workaround is no longer needed and shouldn't be recommended.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Verdict: Prior approval stands. Risk did not increase after this update. Not re-approving.
Re-evaluated after the synchronize that merged main into this branch (6249449).
What the branch originally changed
242839bdeleted a 12-line<Info>callout inintegrations/browser-use.mdx(the Browser Use< 0.7.9BrowserSessionCustomResizeworkaround).- Single documentation file. No application code, APIs, auth, billing, CI, navigation (
docs.json), or infrastructure edits. - No CODEOWNERS file in this repo.
What this update did
- Merge commit
6249449only broughtmainin (auth/react.mdxfrom #534). - #534 already applied the same 12-line deletion to
integrations/browser-use.mdxonmain. - Three-dot and two-dot diffs vs
mainare now empty (GitHub: 0 files changed). The trees match.
Why Very Low (unchanged)
- Current unique diff vs
mainis empty — no remaining production, docs, or infra delta. - Prior unique change was documentation-only and already shipped via #534.
- No new codepaths, shared systems, or security surface.
Approval
- This automation already approved HEAD
6249449. - Risk is still Very Low (if anything narrower: no-op vs
main). - Approval is not dismissed and is not re-issued.
This PR no longer has a unique change set. Closing it is the clean follow-up; merging it is a no-op.
Sent by Cursor Automation: Assign PR reviewers
Contributor
Author
|
Superseded — same change landed on main via #534. |
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
BrowserSessionCustomResizeworkaround for viewport sizing on Browser Use< 0.7.9Test plan
Note
Low Risk
Documentation-only deletion with no runtime or API impact.
Overview
Removes the Browser Use integration callout that told users to apply the
BrowserSessionCustomResizeworkaround when running Browser Use versions below 0.7.9 for correct viewport sizing.That guidance is obsolete because current Browser Use releases handle viewport sizing without the custom session hook, so the doc no longer mentions the workaround.
Reviewed by Cursor Bugbot for commit 6249449. Bugbot is set up for automated code reviews on this repo. Configure here.