Skip to content

Releases: Lolaplex/agents-browser

Release list

v0.43.0

Choose a tag to compare

@Klix927 Klix927 released this 23 Aug 13:59

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 @ref and CSS selectors.
  • Viewport Scrolling (browser_scroll):
    • Smooth programmatic viewport scroll (down, up, top, bottom) with custom pixel distance.
  • 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.
  • 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 init

Scaffolds ~/.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

v0.42.0

Choose a tag to compare

@Klix927 Klix927 released this 20 Aug 18:02

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).