v1.8.0

alibaba/page-agentv1.8.0Apr 14, 2026by gaomeng1900

AI Summary

Major infrastructure release upgrading to TypeScript 6 with source-first monorepo resolution, along with security improvements binding MCP server to localhost, and various bug fixes including memory leak resolution.

Key Highlights

  • Upgraded to TypeScript 6 with source-first monorepo resolution
  • Security fix: bind HTTP+WS server to localhost only
  • Fixed memory leak in mask after dispose (requestAnimationFrame loop)
  • Fixed autoFixer wait fallback action format
  • UI improvements: result card font size and panel history responsive max-height

New Features

  • TypeScript 6 upgrade with source-first monorepo resolution
  • MCP server security binding to localhost
  • Memory leak fix for requestAnimationFrame after dispose
  • Vite fix: remove global helper functions in built assets

Full Release Notes

## What's Changed

‼️Upgrade to TypeScript 6 with source-first monorepo resolution by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/422

* fix(mcp): bind HTTP+WS server to localhost only by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/399
* chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/405
* fix(ext): increase result card font size and use foreground color by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/413
* fix(ui): make panel history max-height responsive to viewport by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/414
* fix(deps): update hono, path-to-regexp and vite for security patches by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/415
* chore(deps-dev): bump typescript-eslint from 8.58.0 to 8.58.1 in the development-dependencies group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/416
* refactor: upgrade Node and ESLint by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/420
* chore: update dev guide and PR skill by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/423
* fix(mask): dispose 后 requestAnimationFrame 循环未停止导致内存泄漏 by @lgy2020 in https://github.com/alibaba/page-agent/pull/418
* fix(core): correct autoFixer wait fallback action format by @XePope in https://github.com/alibaba/page-agent/pull/425
* fix(vite): remove global helper functions in built assets by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/447
* chore(deps): bump actions/upload-pages-artifact from 4 to 5 in the github-actions group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/448
* chore(deps-dev): bump the development-dependencies group with 11 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/449

## New Contributors
* @XePope made their first contribution in https://github.com/alibaba/page-agent/pull/425

**Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.7.1...v1.8.0