v1.6.3
alibaba/page-agentv1.6.3Mar 30, 2026by gaomeng1900
AI Summary
Critical bug fix release addressing tab detection issues and adding experimental feature for controlling all browser tabs.
Key Highlights
- Critical fix: new tabs not detected by content scripts
- Added experimental `experimentalIncludeAllTabs` feature
- Fixed EmptyState animation
- Simplified documentation
New Features
- experimentalIncludeAllTabs to control all browser tabs
- Fix for new tab detection by content scripts
Full Release Notes
## What's Changed * ❗fix(ext): new tabs are not detected by content scripts by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/363 * feat(ext): `experimentalIncludeAllTabs` - control all tabs by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/363 * feat(ext): fix EmptyState animation by @1245040330 in https://github.com/alibaba/page-agent/pull/362 * docs: simplify docs by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/365 ## New Contributors * @1245040330 made their first contribution in https://github.com/alibaba/page-agent/pull/362 **Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.6.2...v1.6.3