github alibaba/page-agent v1.3.0
🌟 v1.3.0

latest releases: v1.6.2, v1.6.1, v1.6.0...
one month ago

Breaking Changes

  • Lifecycle: stop() vs dispose() - New stop() method to cancel the current task while keeping the agent reusable. dispose() is now terminal — a disposed agent cannot be reused. This affects both PageAgentCore and PanelAgentAdapter.

Features

  • Panel action button - The panel button now morphs between Stop (■) and Close (X) based on agent status
  • Error history - Errors and max-step failures are now recorded in history as AgentErrorEvent, making post-task analysis more complete

Bug Fixes

  • AbortError handling - AbortError is no longer retried by the LLM client, and shows a clean "Task stopped" message instead of a raw error stack

Don't miss a new page-agent release

NewReleases is sending notifications on new releases.