Releases: Lolaplex/agents-browser
Releases · Lolaplex/agents-browser
Release list
v0.43.0
agents-browser v0.43.0
Ultra-fast, zero-Node Python CDP Browser MCP for AI coding agents.
Highlights in v0.43.0
- Dropdown Select (
browser_select):- Select options in
<select>elements by visible text, option value, or substring match across@refand CSS selectors.
- Select options in
- Viewport Scrolling (
browser_scroll):- Smooth programmatic viewport scroll (
down,up,top,bottom) with custom pixel distance.
- Smooth programmatic viewport scroll (
- In-Page Text Finder (
browser_find):- High-speed in-page text search with match counts and focus navigation without loading bloated raw HTML.
- Network & DOM Stability Guard (
browser_wait_stable):- MutationObserver and active
fetch/XHR listener to reliably await single-page application async renders.
- MutationObserver and active
- Navigation Controls (
browser_go_back,browser_reload):- History back navigation and hard/soft cache page reloads.
- Bundled ABI & Skills Auto-Sync:
- Automated asset packaging for PyPI distribution and instant IDE onboarding.
Quickstart
1. 1-Step Setup (PyPI)
pip install agents-browser && agents-browser initScaffolds ~/.agents/browser/, autowires MCP configurations into your installed IDEs, and registers assistant skills.
2. Agent-Driven Setup (Zero Friction)
Simply tell your coding agent: "Install and set up agents-browser for me."
The agent installs the package, runs agents-browser init, and interacts with web applications, documentation, and search engines autonomously.
3. Source Checkout via vand
Source checkouts can also be installed and managed using vand.
Resources
- PyPI: pypi.org/project/agents-browser/0.43.0
- Documentation / ABI Specification: abi/MCP.md
- Repository: github.com/Lolaplex/agents-browser
v0.42.0
agents-browser v0.42.0
Ultra-fast, zero-Node Python CDP Browser MCP for AI coding agents.
- Native Chrome DevTools Protocol direct WebSocket connection.
- Clean compact @ref element snapshots.
- Fast built-in actions: search, reader-mode, scraping, batch form filling.
- Persistent session storage in ~/.agents/browser.
- Universal Multi-IDE auto-configuration (Cursor, Antigravity, Claude, Zed).