feat(browser): hover + drag gestures, 5 new tools, downloads read (44 → 49 tools)#71
Merged
Merged
Conversation
…permissions/clipboard), downloads read Closes the common interaction gaps: hover (open menus/tooltips) and drag (drag&drop) as browser_act kinds + run steps; browser_pdf, browser_cookies (inject/export auth token), browser_route (mock/abort a network response), browser_permissions, browser_clipboard. browser_downloads can now read file content (read+encoding). MCP tools 44 to 49. All verified live on real sites (hover reveal, drag, cookies round-trip, network mock, PDF bytes, clipboard read). Docs + README + count + CHANGELOG in the same commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fills the remaining interaction gaps of the agentic browser. All verified live on real sites before commit.
New gestures (browser_act kinds + run steps)
target→to)New tools (44 → 49)
read+encoding)Test plan
bun test tests/unit— 337 pass (7 new test files)bun run test:integration— 20 pass (real Chromium, tool-set contract = 49)FUSE-MOCK-OK), PDF 9020 bytes, clipboard write/readBreaking changes
None — additive. All 5 tools land in the
debugcapability group.