v1.12.3
alibaba/page-agentv1.12.3Sep 5, 2026by gaomeng1900
AI Summary
This release adds support for the Kimi K3 model and introduces a skill for automatically maintaining the model list. It also includes updates to core dependencies like Hono and WXT, along with fixes for debug logging and input focus preservation.
Key Highlights
- Added Kimi K3 LLM support
- Implemented a skill to automatically maintain the model list
- Upgraded Hono, WXT, and @hono/node-server dependencies
- Fixed debug logs to be removable in consumer bundles
- Fixed input focus preservation in page controller
New Features
- Kimi K3 support
- Auto-maintain model list skill
- Agentic testing framework
Full Release Notes
## What's Changed * chore: add a skill to auto maintain the model list by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/624 * feat(llms): add Kimi K3 support by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/625 * chore(deps): bump actions/setup-node from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/627 * chore(deps): bump ws from 8.21.0 to 8.21.1 in the production-dependencies group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/628 * chore(deps-dev): bump the development-dependencies group with 16 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/629 * chore(deps): bump body-parser from 2.2.2 to 2.3.0 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/630 * chore(deps): bump fast-uri from 3.1.2 to 3.1.4 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/632 * chore(deps): bump @modelcontextprotocol/sdk from 1.29.0 to 1.30.0 in the production-dependencies group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/635 * chore(deps): bump chalk from 5.6.2 to 6.0.0 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/637 * chore(deps): bump hono from 4.12.27 to 4.13.1 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/663 * chore(deps): bump fast-uri from 3.1.4 to 3.1.5 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/659 * chore(deps): bump qs from 6.15.2 to 6.16.0 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/693 * chore(deps): bump fast-uri from 3.1.5 to 3.1.7 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/692 * chore(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/690 * chore(deps): bump @hono/node-server from 1.19.14 to 2.1.0 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/672 * chore(deps): bump ip-address from 10.2.0 to 10.5.0 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/668 * chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/666 * chore(deps): bump postcss from 8.5.20 to 8.5.26 by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/667 * fix(extension): restore Zod 3/4 peer range by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/705 * chore(ext): upgrade wxt by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/709 * chore(deps): bump brace-expansion by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/695 * fix(llms): make debug logs removable by consumer bundles by @FayezBast in https://github.com/alibaba/page-agent/pull/623 * chore: add `agentic-testing` by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/710 * fix(page-controller): preserve input focus by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/712 ## New Contributors * @FayezBast made their first contribution in https://github.com/alibaba/page-agent/pull/623 **Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.12.2...v1.12.3