Breaking Changes
- Lifecycle:
stop()vsdispose()- Newstop()method to cancel the current task while keeping the agent reusable.dispose()is now terminal — a disposed agent cannot be reused. This affects bothPageAgentCoreandPanelAgentAdapter.
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
historyasAgentErrorEvent, making post-task analysis more complete
Bug Fixes
- AbortError handling -
AbortErroris no longer retried by the LLM client, and shows a clean "Task stopped" message instead of a raw error stack