v0.32.3
vercel-labs/agent-browserv0.32.3Jul 19, 2026by github-actions[bot]
AI Summary
Adds HAR response body capture and a skill for generating API clients from browser traffic.
Key Highlights
- Added HAR response body capture with configurable content modes (text, all, none).
- Added a derive-client skill for recording browser traffic and generating reusable API clients.
- Configurable content modes available across CLI and MCP surfaces.
New Features
- HAR response body capture
- derive-client skill
Full Release Notes
### New Features - Added **HAR response body capture** with text bodies embedded by default and configurable `all`, `text`, and `none` content modes across the CLI and MCP surfaces (#1578) - Added a **derive-client skill** for recording browser traffic and generating reusable API clients from HAR request and response data (#1578) ### Contributors - @ctate