Skip to content

v0.0.39 — Agent Browser Default and Browser Docs Cleanup

Choose a tag to compare

@brandomagnani brandomagnani released this 25 May 01:48
· 57 commits to main since this release

Highlights

  • Changed .withBrowser() to default to remote managed agent-browser for browser automation.
  • Kept explicit provider overrides available for users that need a different browser backend.
  • Published TypeScript and Python packages at 0.0.39.

Documentation And Skills

  • Consolidated browser automation guidance around the default .withBrowser() path.
  • Clarified remote: true as the Evolve-managed cloud browser mode with dashboard live view and replay.
  • Documented browser replay metadata fields: suggestedStartSeconds, sizeBytes, and readyAt in TypeScript, plus Python equivalents.
  • Synced Evolve skill references from the updated docs.

Notes

  • Existing code that passes an explicit browser provider is unchanged.
  • Code that calls .withBrowser() with no arguments now uses the recommended managed agent-browser path by default.