Skip to content

Commit 71f2997

Browse files
authored
Merge pull request #55 from browser-use/cleanup/browser-execute-docs
browser_execute: docs cleanup + parameter description standardization
2 parents cc701c6 + 2aa3e2a commit 71f2997

12 files changed

Lines changed: 209 additions & 398 deletions

File tree

packages/bcode-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See `decisions.md §1c` (three-level model) and `§1d` (this package) in the Bro
1212
| `src/browser-execute.ts` | In-process JS-eval `browser_execute` body. |
1313
| `src/session-store.ts` | Per-opencode-session CDP `Session` map. The agent calls `session.connect(...)` from a snippet; subsequent snippets find the same Session. |
1414
| `src/skills.ts` | Runtime resolver for embedded skills (extract on first call in compiled mode; in-tree path in dev). |
15-
| `skills/` | `BROWSER.md` (the agent's prompt for `browser_execute`) and `cloud-browser.md` (Way 3 — provision/stop a Browser Use cloud browser via raw HTTP from inside a snippet). Embedded into the binary by `script/embed-skills.ts`. The interaction-skills set inherited from the Python harness was archived 2026-05-09 — we'll reintroduce only what evals show is needed, one skill at a time. |
15+
| `skills/` | `browser-execute-guide.md` (the agent's prompt for `browser_execute`, covering all three connection Ways including Browser Use cloud provisioning via raw HTTP from inside a snippet). Embedded into the binary by `script/embed-skills.ts`. The interaction-skills set inherited from the Python harness was archived 2026-05-09 — we'll reintroduce only what evals show is needed, one skill at a time. |
1616
| `script/embed-skills.ts` | Build-time embed; emits `bcode-skills.gen.ts` consumed by the compiled binary. |
1717
| `test/` | `bun test` smoke coverage for the workspace dynamic-import pattern. |
1818

packages/bcode-browser/skills/BROWSER.md

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)