v1.8.0

NVIDIA/personaplexv1.8.0Apr 14, 2026by gaomeng1900

AI Summary

This release upgrades to TypeScript 6 and implements a source-first monorepo resolution, accompanied by various UI fixes, security patches, and dependency updates.

Key Highlights

  • Upgrade to TypeScript 6 with source-first monorepo resolution
  • Security patches for hono, path-to-regexp, and vite
  • UI improvements for result card font size and panel history max-height
  • Memory leak fix in mask disposal
  • Refactored Node and ESLint configurations

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