Skip to content

🌟 v1.5.2

Choose a tag to compare

@gaomeng1900 gaomeng1900 released this 05 Mar 12:45
· 493 commits to main since this release

Breaking Changes

  • data-browser-use-ignore β†’ data-page-agent-ignore - DOM ignore attribute renamed to match the project identity
  • Config types restructured - PageAgentConfig split into AgentConfig + PageAgentCoreConfig; config definitions moved from config/index.ts to types.ts
  • Zod v3/v4 dual support - Libraries now accept both zod@^3.25 and zod@^4.0 as peer dependencies

Features

  • Experimental llms.txt support - Agent can fetch and include a site's llms.txt in context. Enable via experimentalLlmsTxt: true

Improvements

  • Default maxSteps changed from 20 to 40 for better for complex tasks out of the box
  • Added 400ms wait between agent steps for page reactions
  • Increased click wait time (100ms β†’ 200ms) for more reliable interactions
  • Removed debug console.log statements from scroll actions
  • Reset observations on new task start
  • Improved logging across packages