v1.1.0

alibaba/page-agentv1.1.0Feb 2, 2026by gaomeng1900

AI Summary

Introduces Chrome extension support and refines core APIs. It adds configuration options like `customSystemPrompt` and enhances `StepEvent` with raw data.

Key Highlights

  • Chrome Extension (WIP)
  • Added `customSystemPrompt` config
  • Added `rawResponse` and `rawRequest` to `StepEvent`
  • Renamed `include_attributes` to `includeAttributes`

New Features

  • Chrome Extension
  • Added `customSystemPrompt` config
  • Added `rawResponse` and `rawRequest` to `StepEvent`
  • Marked `emitActivity` as private
  • Marked `initMask` as public
  • Removed `reason` param for `dispose`
  • Improved prompt
  • Replaced png cursors with SVG
  • Removed i18n module

Full Release Notes

## What's Changed

### Chrome Extension

🧪 WIP chrome extension #129 

### Core

- mark `emitActivity` as private
- add config `customSystemPrompt`
- remove `reason` param for `dispose` method
- add `rawResponse` and `rawRequest` for `StepEvent`
- improve prompt

### PageController

- replace png cursors with SVG in code
- rename `include_attributes` to `includeAttributes`
- mark `initMask` as public

### Docs

- add docs for advanced API
- remove i18n module

### Dev

- remove `CLAUDE.md`

**Full Changelog**: https://github.com/alibaba/page-agent/compare/v1.0.0...v1.1.0