v1.12.1

windmill-labs/windmillv1.12.1Jul 10, 2026by gaomeng1900

AI Summary

This release focuses on CI/CD improvements and updates to LLM capabilities for the Page-Agent project. It removes manual workflow dispatch triggers, pins the release workflow to npm 11, and gates live model tests behind a specific flag.

Key Highlights

  • Removed workflow_dispatch from main workflows
  • Pinned release workflow to npm 11
  • Gated live model tests behind test:live
  • Updated model list and patches

New Features

  • Updated 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