Skip to content

Commit 278dba6

Browse files
author
alex
committed
docs(BROWSER.md): note webfetch enhancement when BROWSER_USE_API_KEY is set
1 parent 3cae8f4 commit 278dba6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/bcode-browser/skills/BROWSER.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ console.log("liveUrl for the user to watch:", liveUrl)
9898
9999
Requires `BROWSER_USE_API_KEY` in the environment (the user should have set this before launching bcode). If absent, tell the user to get a key at https://browser-use.com and `export BROWSER_USE_API_KEY=...`.
100100
101+
When `BROWSER_USE_API_KEY` is set, `webfetch` is automatically enhanced with `fetch-use` (Chrome TLS fingerprint + residential proxy + session cookies) — each request is free, but consumes a small amount of proxy bandwidth from the BU account. Disable in `opencode.json` with `experimental.fetch_use: false`.
102+
101103
## Attaching to a target
102104
103105
After `connect()`, attach to a page target before driving the browser:

0 commit comments

Comments
 (0)