Skip to content

Commit 01d6264

Browse files
author
bcode
committed
revert: drop BROWSER.md edit from this PR to avoid conflict with in-flight rewrite
1 parent 0817dd5 commit 01d6264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bcode-browser/skills/BROWSER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ 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-
`webfetch` can be enhanced with `fetch-use` (Chrome TLS fingerprint + residential proxy + session cookies) when `BROWSER_USE_API_KEY` is set. Off by default — enable in `opencode.json` with `experimental.fetch_use: true`. Each request is free but consumes a small amount of proxy bandwidth from the BU account and adds latency vs. native HttpClient.
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`.
102102
103103
## Attaching to a target
104104

0 commit comments

Comments
 (0)