v0.30.0

vercel-labs/agent-browserv0.30.0Jun 24, 2026by github-actions[bot]

AI Summary

Added read command for agent-readable text extraction, with support for Markdown, .md files, llms.txt docs, and DOM reading from the active tab.

Key Highlights

  • Read command with URL reads preferring Markdown
  • Support for .md files and nearby llms.txt docs
  • Support for outlines, filters, raw and JSON output
  • Headers and domain/output safeguards

New Features

  • Read command

Full Release Notes

### New Features

- **Read command** - Added `agent-browser read [url]` and the matching MCP tool for agent-readable text extraction. URL reads prefer Markdown, try `.md` and nearby `llms.txt` docs, support outlines, filters, raw and JSON output, headers, and domain/output safeguards; omitting the URL reads the rendered active tab DOM with current browser state (#1480)

### Contributors

- @ctate