docs: note start_url collapses restored profile tabs on update() - #592
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f34ab55. Configure here.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low
Decision: Keep existing approval. Risk has not increased.
Re-evaluated after the latest push. The PR still changes a single Mintlify docs page (browsers/profiles/save-and-reuse.mdx): +31 lines of prose plus TypeScript/Python/Go examples that document passing start_url with browsers.update() when attaching a profile. The new commit only switches the start_url API-reference link from a relative path to an absolute URL. There is no application code, config, CI, auth, infra, or runtime behavior change.
- Codepaths: Documentation only
- Blast radius: Readers of the save-and-reuse guide
- Complexity: Isolated copy and examples; easy to reason about
- Infra / ops / security: None
No CODEOWNERS file is present. This automation already approved the previous commit, and the follow-up does not raise risk, so the existing approval stands.
Sent by Cursor Automation: Assign PR reviewers



Summary
start_urlcan be passed tobrowsers.update()alongsideprofileto collapse the tabs restored from the profile into a single tab at a specific page.update-browser-sessionAPI referencestart_urlfield.Test plan
Note
Low Risk
Documentation-only change to the profiles save-and-reuse guide; no runtime or API behavior changes.
Overview
In Load a profile after browser creation, the guide now explains that attaching a profile via
browsers.update()restores all saved tabs, and that passingstart_urlin the same update call collapses those tabs to a single page (with a link to the update-browser-session API reference).Adds TypeScript, Python, and Go examples showing
profileandstart_urltogether onupdate(), matching the existing create-flow documentation style on the page.Reviewed by Cursor Bugbot for commit 6ecdd7b. Bugbot is set up for automated code reviews on this repo. Configure here.