v1.12.1
zumerlab/snapdomv1.12.1Jul 10, 2026by gaomeng1900
AI Summary
This release focuses on CI/CD improvements and updates to the LLM model list. Key actions include removing a workflow trigger, pinning release tools to npm 11, and gating live tests behind a specific command.
Key Highlights
- Updated LLM model list and patches
- CI workflow cleanup removing workflow_dispatch
- Release workflow pinned to npm 11
- Live model tests gated behind test:live command
New Features
- Updated LLM model list and patches
Full Release Notes
## What's Changed * chore(ci): remove workflow_dispatch from main workflows by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/605 * fix(ci): pin release workflow to npm 11 by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/609 * chore(llms): gate live model tests behind test:live by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/610 * feat(llms): update model list and patches by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/611 **Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.12.0...v1.12.1