v0.20.8

vercel-labs/agent-browserv0.20.8Mar 15, 2026by github-actions[bot]

AI Summary

Fixes video duration reporting for real-time ffmpeg encoding and removes obsolete BrowserManager API references.

Key Highlights

  • Fixed video duration reporting when using real-time ffmpeg encoding
  • Removed obsolete `BrowserManager` TypeScript API references and documentation

Full Release Notes

### Patch Changes

-   daf7263: ### Bug Fixes

    -   Fixed **video duration** being reported incorrectly when using real-time ffmpeg encoding for screen recording (#812)
    -   Removed obsolete **`BrowserManager` TypeScript API** references that no longer reflect the current CLI-based usage model (#821)

    ### Documentation

    -   Updated README to replace outdated **`BrowserManager` programmatic API** examples with the current CLI-based approach using `execSync` and `agent-browser` commands (#821)
    -   Removed the **Programmatic API** section covering `BrowserManager` screencast and input injection methods, which are no longer part of the public API (#821)