Skip to content

fix(browser): provision cloud browsers through V4 - #160

Merged
MagMueller merged 1 commit into
mainfrom
v4-onboarding
Aug 30, 2026
Merged

fix(browser): provision cloud browsers through V4#160
MagMueller merged 1 commit into
mainfrom
v4-onboarding

Conversation

@MagMueller

@MagMueller MagMueller commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes #159

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

It moves the embedded browser-execute skill's Cloud browser create and stop examples from /api/v3 to /api/v4, links the V4 OpenAPI, and adds a regression check for the materialized skill.

How did you verify your code works?

  • bun test test/skills.test.ts
  • bun typecheck
  • targeted Oxlint
  • Browser Use V4 OpenAPI checked for the create and stop contract

The full package run still has its existing cache-busted workspace import failure under Bun 1.3.14; this patch does not touch that test or import path.

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Summary by cubic

Updates the embedded browser-execute skill in bcode-browser to provision and stop cloud browsers via the V4 API instead of the deprecated V3 endpoints. Points the docs link to the V4 OpenAPI and adds regression assertions so the materialized skill no longer references V3.

Written for commit 9651c9f. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@MagMueller
MagMueller merged commit 4b22bab into main Aug 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

browser_execute skill still provisions Cloud browsers through V3

1 participant