v1.8.0

kyutai-labs/hibikiv1.8.0Apr 14, 2026by gaomeng1900

AI Summary

Upgrades to TypeScript 6 with source-first monorepo resolution, includes security patches for dependencies, and fixes memory leaks and UI issues.

Key Highlights

  • Upgrade to TypeScript 6 with source-first monorepo resolution.
  • MCP HTTP+WS server binding restricted to localhost for security.
  • Dependency updates for hono, vite, and eslint for security patches.
  • Fix for memory leak in mask disposal requestAnimationFrame loop.
  • UI improvements including responsive panel history max-height.

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