Skip to content

Releases: scrollDynasty/multi-agent-browser-mcp

v0.1.5

Choose a tag to compare

@scrollDynasty scrollDynasty released this 14 Aug 06:53
70d2328

0.1.5 (2026-08-14)

Bug Fixes

  • correct GitHub Pages action SHAs (#44) (7aa42cd)

v0.1.4

Choose a tag to compare

@scrollDynasty scrollDynasty released this 13 Aug 10:14
bedce81

0.1.4 (2026-08-13)

Features

  • add advanced typed browser actions (#31) (981f3a6)
  • add atomic popup and dialog actions (#32) (5396656)
  • add bounded accessibility snapshots (#30) (c2a556a)
  • add bounded console and page error observability (#25) (21288eb)
  • add bounded element references (#33) (3dc98e0)
  • add bounded network observability (#27) (11392db)
  • add deterministic browser waits (#22) (8885ecc)
  • add explicit headless browser configuration (#20) (1ac9291)
  • add immutable snapshot tree pagination (697684b)
  • add isolated browser context settings (#29) (ea01f8c)
  • add origin-scoped geolocation permissions (#34) (8038bb7)
  • add runtime diagnostics and doctor (#23) (7f75b96)
  • add safe iframe targeting (fd3b92b)
  • add typed browser interactions (#28) (5ba408a)
  • complete MCP cancellation semantics (#26) (4094117)
  • enforce runtime resource budgets (57e6ed8)
  • mcp: add native structured tool results (#24) (f787c09)

Bug Fixes

  • enforce absolute deadlines and capture bounds (#41) (b9e0b07)
  • harden browser lifecycle concurrency (f19afd3)
  • harden public browser error diagnostics (5470967)
  • mcp: unify runtime version provenance (#19) (3d25e48)
  • sanitize fatal CLI diagnostics (bc113b1)

v0.1.3

Choose a tag to compare

@scrollDynasty scrollDynasty released this 13 Aug 04:52
5cef5fc

0.1.3 (2026-08-13)

Bug Fixes

  • harden Playwright integration and security (#14) (a060052)
  • publish BrowserMesh to official MCP Registry (#16) (ae4a78d)

v0.1.2

Choose a tag to compare

@scrollDynasty scrollDynasty released this 12 Aug 11:16
34aa617

0.1.2 (2026-08-12)

Bug Fixes

  • release: run publish verification under Xvfb (#11) (9154b5a)

v0.1.1

Choose a tag to compare

@scrollDynasty scrollDynasty released this 12 Aug 11:10
155cac1

0.1.1 (2026-08-12)

Bug Fixes

  • runtime: keep browser visible and bound failures (#10) (a9c4873)
  • security: bound test server inputs (#8) (00bd73c)

v0.1.0

Choose a tag to compare

@scrollDynasty scrollDynasty released this 12 Aug 09:53
8f16169

0.1.0 (2026-08-12)

Features

  • enhance publish workflow to support npm dist-tags and update release documentation for beta prereleases (87db3df)
  • implement issue templates for bug reports, feature requests, and questions (0b2daec)
  • restructure CI workflows and add new jobs for static checks, unit tests, browser tests, and stress tests (0b2daec)
  • update .gitignore to include AGENTS.md and PROMT.md for better file management (e94380b)
  • update dependabot configuration for improved dependency management and release automation (9288044)

Bug Fixes

  • release: configure stable release promotion (3431762)

Miscellaneous Chores