Uh oh!
There was an error while loading. Please reload this page.
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4c831a6. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Cursor <cursoragent@cursor.com>
adeprezh
approved these changes
Jul 8, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.

Auto-generated from the upstream codegen home.
Version:
1.0.6(patch; every sync bumps +0.0.1)Upstream: agent_platform@23a2732
Note
Low Risk
Generated client and schema-only changes from upstream OpenAPI; behavior lives on the API server, not in this SDK diff.
Overview
Auto-generated SDK sync that exposes default browser profiles and a simpler way to attach them when starting browsers or web environments.
The browser profiles client gains
get_default_browser_profile,set_default_browser_profile, andunset_default_browser_profile(sync and async), matching newGET /api/v2/browser-profiles/defaultandPUT/DELETEon.../{profile_id}/default. Profile responses now includeis_default.Browser and web environment create/update/patch types add
use_default_browser_profile, which loads the caller’s default profile for a browser flavor instead ofbrowser_profile_id(mutually exclusive).persist_browser_profileis documented to work with either explicit profile id or the default-profile flag.openapi.jsonand the generated Python types/clients are updated together; no hand-written business logic in this repo.Reviewed by Cursor Bugbot for commit d5179de. Bugbot is set up for automated code reviews on this repo. Configure here.