v0.1.75

Skyvern-AI/skyvernv0.1.75Apr 12, 2025by wintonzheng

AI Summary

A maintenance release fixing date input bugs, improving DOM tree fetching, and adding support for more action types like keypress and scroll. It also integrates with CUA.

Key Highlights

  • Fixed date input bug.
  • Added support for keypress and scroll actions.
  • Integration with CUA.
  • Improved interaction detection for shadow host elements.

New Features

  • Support for keypress and scroll actions.
  • CUA integration.

Full Release Notes

## What's Changed
* fix date input bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2117
* fallback get incremental tree without waiting by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2118
* fix pip wheel in dockerfile by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2119
* send workflow_run_id to totp endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2120
* fix task v2 doc by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2121
* fix some prompts missing current date by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2122
* add shadow host element into interactable detecting list by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2124
* add phone number format checking by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2125
* Support more action types: keypress, scroll by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2127
* integration with CUA by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2126
* new sdk v0.1.74 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2129
* fix run_type for TaskRunResponse by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2130
* Log stack trace with scrapeinfo by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2128
* add cua cost to task step by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2131
* add max limit for dom listner by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2132
* new sdk version 0.1.75 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2134


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.73...v0.1.75