v0.12.0

vercel-labs/agent-browserv0.12.0Feb 19, 2026by github-actions[bot]

AI Summary

Minor release adding annotated screenshots to help multimodal AI models understand visual layout.

Key Highlights

  • Added --annotate flag to overlay numbered labels on interactive elements.
  • Prints a legend mapping each label to its element ref.
  • Enables multimodal AI models to reason about visual layout.

New Features

  • Annotated screenshots

Full Release Notes

### Minor Changes

-   69ffad0: Add annotated screenshots with the new --annotate flag, which overlays numbered labels on interactive elements and prints a legend mapping each label to its element ref. This enables multimodal AI models to reason about visual layout while using the same @eN refs for subsequent interactions. The flag can also be set via the AGENT_BROWSER_ANNOTATE environment variable.