v0.7.6

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

AI Summary

Fixed validation to allow null values for the screenshot selector field, treating it as an optional parameter instead of failing.

Key Highlights

  • Null value support for screenshot selector
  • Fixed validation errors for optional selectors

New Features

  • Null selector support

Full Release Notes

### Patch Changes

-   a4d0c26: Allow null values for the screenshot selector field. Previously, passing a null selector would fail validation, but now it is properly handled as an optional value.