v0.33.0

vercel-labs/agent-browserv0.33.0Jul 23, 2026by github-actions[bot]

AI Summary

Introduces axe-core accessibility auditing capabilities.

Key Highlights

  • New `agent-browser a11y` command for running accessibility audits.
  • Supports WCAG tag filtering, selector scoping, and iframe-aware text and JSON results.
  • Includes an embedded offline and CSP-safe audit engine and MCP tool integration.

New Features

  • axe-core accessibility audits

Full Release Notes

### New Features

- Added **axe-core accessibility audits** with `agent-browser a11y [url]`, WCAG tag filtering, selector scoping, iframe-aware text and JSON results, an embedded offline and CSP-safe audit engine, and a matching MCP tool (#1596)

### Contributors

- @ctate