v0.1.62

Skyvern-AI/skyvernv0.1.62Mar 17, 2025by wintonzheng

AI Summary

A UI and SDK-focused release adding the Invoice Agent, improving credential management options, and optimizing performance for specific utility functions.

Key Highlights

  • Added Invoice Agent UI
  • Added SkyvernClient SDK methods (get_run, run_workflow)
  • Added SVG support for interactable detection
  • Improved credential selector and input parameters

New Features

  • Invoice Agent UI
  • SkyvernClient SDK updates
  • SVG interactable detection
  • Credential input parameter options
  • Performance optimizations

Full Release Notes

## What's Changed
* update docker compose by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1915
* Add credential input parameter options in login block dropdown by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1916
* add svg into interactable detecting by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1917
* Add invoice agent UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1918
* improve custom selection exit logic by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1919
* display block label in workflow timeline by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1920
* Credential selector add credential option by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1926
* improve dropdown detect by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1927
* PROMPT_BLOCK_LLM_KEY renaming by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1929
* ⚡️ Speed up function `_mask_shift` by 26% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1911
* update api endpoint function names & deprecate endpoints that are not used by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1931
* update action history prompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1932
* it's okay to have null password and we just show it as an empty string by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1933
* Don't allow empty strings in credential creation api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1934
* Show error for empty fields in credential creation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1935
* fix the overflow in credential items by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1937
* add action history even when empty by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1939
* add get_run endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1944
* add SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1943
* add run_workflow client code to SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1946
* ⚡️ Speed up method `AsyncOperationPool._get_operation` by 10% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1914
* add webhook url, proxy, totp support in run workflow of SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1947
* update skyvern client by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1948
* Codeflash GHA ⚡ by @KRRT7 in https://github.com/Skyvern-AI/skyvern/pull/1928
* Put 2fa under collapsible by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1951
* add skyvern sdk release action by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1949

## New Contributors
* @KRRT7 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1928

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.61...v0.1.62

## What's Changed
* update docker compose by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1915
* Add credential input parameter options in login block dropdown by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1916
* add svg into interactable detecting by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1917
* Add invoice agent UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1918
* improve custom selection exit logic by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1919
* display block label in workflow timeline by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1920
* Credential selector add credential option by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1926
* improve dropdown detect by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1927
* PROMPT_BLOCK_LLM_KEY renaming by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1929
* ⚡️ Speed up function `_mask_shift` by 26% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1911
* update api endpoint function names & deprecate endpoints that are not used by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1931
* update action history prompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1932
* it's okay to have null password and we just show it as an empty string by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1933
* Don't allow empty strings in credential creation api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1934
* Show error for empty fields in credential creation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1935
* fix the overflow in credential items by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1937
* add action history even when empty by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1939
* add get_run endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1944
* add SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1943
* add run_workflow client code to SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1946
* ⚡️ Speed up method `AsyncOperationPool._get_operation` by 10% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1914
* add webhook url, proxy, totp support in run workflow of SkyvernClient by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1947
* update skyvern client by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1948
* Codeflash GHA ⚡ by @KRRT7 in https://github.com/Skyvern-AI/skyvern/pull/1928
* Put 2fa under collapsible by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1951
* add skyvern sdk release action by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1949

## New Contributors
* @KRRT7 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1928

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.61...v0.1.62