v1.5.8

alibaba/page-agentv1.5.8Mar 16, 2026by gaomeng1900

AI Summary

This release introduces a configurable delay between steps, improves type safety for scrolling, and adds an initial controlled group feature to the extension.

Key Highlights

  • Configurable step delay option added
  • Type-safe scrollIntoViewIfNeeded implementation
  • Initial controlled group feature for extension

New Features

  • stepDelay config option
  • extension controlled group

Full Release Notes

## What's Changed
* feat: add stepDelay config option by @linked-danis in https://github.com/alibaba/page-agent/pull/250
* fix: type-safe scrollIntoViewIfNeeded by @linked-danis in https://github.com/alibaba/page-agent/pull/251
* feat(ext): initial controlled group by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/273

**Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.5.7...v1.5.8