v1.11.0

chenglou/pretextv1.11.0Jul 3, 2026by gaomeng1900

AI Summary

This release refactors per-model request patching and deprecates the temperature parameter. It introduces real-API CI testing for all listed models and updates the recommended model list. The update also includes various fixes for assets, dependencies, and UI components.

Key Highlights

  • Refactored per-model request patching and deprecated the temperature parameter.
  • Added real-API CI testing for all models listed.
  • Updated recommended model list and migrated image URLs to the project domain.
  • Removed legacy motion-css code and fixed UI issues in multi-window scenarios.

New Features

  • Real-API CI testing for all models.
  • Updated recommended model list.
  • Deprecation of the temperature parameter.
  • Bookmark script localized to English.
  • Migration of image URLs to page-agent.github.io

Full Release Notes

## What's Changed

Rewrote per-model request patching for and updated the recommended model list.
Added real-API CI testing for all the models listed.

* refactor(llms): rewrite model patching and deprecate temperature by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/581
* fix(deps): hoist happy-dom to root devDependencies by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/559
* fix(assets): migrate img.alicdn.com URLs to page-agent.github.io by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/573
* fix(llms): skip reasoning_effort patch for chat-latest models by @itxaiohanglover in https://github.com/alibaba/page-agent/pull/568
* fix: wrong active tab/window in multi-window scenarios by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/578
* chore: Set the bookmark script to English locale by @ErwannRobin in https://github.com/alibaba/page-agent/pull/580
* chore: move cSpell config to .vscode/cspell.json by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/579
* chore(ui): remove legacy motion-css code by @gaomeng1900 in https://github.com/alibaba/page-agent/pull/583
* chore(deps-dev): bump the development-dependencies group across 1 directory with 17 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/560
* chore(deps-dev): bump @types/node from 25.9.3 to 26.0.0 in the development-major group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/567
* chore(deps-dev): bump the development-dependencies group with 8 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/566
* chore(deps): bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/565
* chore(deps-dev): bump the development-dependencies group with 16 updates by @dependabot[bot] in https://github.com/alibaba/page-agent/pull/577

## New Contributors
* @itxaiohanglover made their first contribution in https://github.com/alibaba/page-agent/pull/568
* @ErwannRobin made their first contribution in https://github.com/alibaba/page-agent/pull/580

**Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.10.0...v1.11.0