feat(browser): support scoped fetch proxy - #120
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 2 files (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
|
Thanks Magnus — the design is reasonable but this can't land yet, and there are a couple of things to settle first. The path is inert in v4 todayThree independent gates, all currently closed:
So merging this changes no behavior anywhere, which means it also can't be validated anywhere. We'd rather land the cloud half and the bcode half together so there's an end-to-end path to test. Env naming forks our existing conventionCloud already uses
|
Summary
This is the BrowserCode half of the V4 integration. Cloud supplies the run-scoped proxy endpoint and its existing run capability. Upstream service credentials remain in the control plane. A partial proxy configuration cannot silently fall back to native HTTP, send a scoped capability to the default endpoint, or send a Browser Use API key to a custom endpoint.
All committed test credentials are explicit placeholders; no production values, user URLs, or session identifiers are included.
Validation
git diff --checkpassed