What's Changed
- doc for extracted_information_schema by @wintonzheng in #1971
- ⚡️ Speed up method
SkyvernElement.get_id
by 20% by @misrasaurabh1 in #1912 - Do not run complete verification for extract blocks or tasks without nav goal + disable complete verification for nav blocks in task v2 run by @wintonzheng in #1973
- complete verify for DownloadFileBlock by @wintonzheng in #1975
- dont rasie exeption when multiple actions for actionblock by @wintonzheng in #1976
- Allow nested loop blocks by @wintonzheng in #1977
- task v2 support jinja style by @wintonzheng in #1978
- show outputs in workflow main page by @wintonzheng in #1982
- add tests dir needed for codeflash by @KRRT7 in #1957
- Add browser session id permission checking for task v1, v2, and workflow runs by @wintonzheng in #1980
- workflow run should also run permission checker with browser_session_id by @wintonzheng in #1984
- track reasoning token and cached token by @wintonzheng in #1985
- fix cached_tokens & completion_tokens by @wintonzheng in #1986
- fix StepModel.reasoning_token_count and cached_token_count by @wintonzheng in #1987
- only show output or files when there is at least one thing to show by @wintonzheng in #1989
- fern python sdk setup by @wintonzheng in #1938
- Workflow output hide whatever is not present by @wintonzheng in #1991
- shu/add fern overrides by @wintonzheng in #1990
- add agent tag for get task v1 endpoint by @wintonzheng in #1992
- fix servers in openapi doc by @wintonzheng in #1993
- make 'element is blocked by another element' log a debug log by @wintonzheng in #1996
- fail task right away when scraping failed - no need to retry scraping failure at step level by @wintonzheng in #1997
- update latest openapi by @wintonzheng in #1994
- revert checkbox detect enhance by @wintonzheng in #1998
- chore: upgrade fern to
0.56.29
by @dsinghvi in #1999 - file upload block backend by @wintonzheng in #2000
- shu/file upload block ui by @wintonzheng in #2003
- remove unused libraries by @wintonzheng in #2004
- fix get_or_create_page by ensuring the page is returned by @wintonzheng in #1830
- support new browser type: cdp connect by @wintonzheng in #1875
- 🔄 synced local 'skyvern/' with remote 'skyvern/' by @wintonzheng in #2005
- improve block output jinja reference by @wintonzheng in #2006
- Consolidate identical layout components by @wintonzheng in #2007
- auto version bump after github release by @wintonzheng in #1988
- improve navigation error handle by @wintonzheng in #2008
- migrate ProxyLocation to skyvern.schemas.runs by @wintonzheng in #2011
- unified run_task api by @wintonzheng in #2012
- official api router v1 by @wintonzheng in #2013
- migrate url validators to skyvern.utils by @wintonzheng in #2014
- make aws keys work with credentials by @wintonzheng in #2015
- rename js sleep to asyncSleepFor by @wintonzheng in #2016
- code block validation by @wintonzheng in #2017
- improve date picker selection by @wintonzheng in #2018
- fix a bug with file upload node by @wintonzheng in #2019
- Put max height on file panel by @wintonzheng in #2020
- truncate parameter names when they exceed the given width by @wintonzheng in #2021
- update too many parameters created when using login block by @wintonzheng in #2023
- Fix timeline building infinite loop by @wintonzheng in #2024
- Disable complete verification for returend complete_action when complete_verification flag is set to False by @wintonzheng in #2026
- fix children not found error in svg conversion by @wintonzheng in #2027
- check null for document.body and document.documentElement inside function isWindowScrollable by @wintonzheng in #2028
- add safeWindowScroll function in js by @wintonzheng in #2029
- safeScrollToTop by @wintonzheng in #2030
- Handle createPolicy gracefully by @wintonzheng in #2031
- update window.scroll/scrollTo syntax by @wintonzheng in #2032
- Render nested blocks correctly in workflow run timeline by @wintonzheng in #2033
- Show task v2 output instead of extracted information by @wintonzheng in #2034
- Add opt-in message to CodeBlock by @wintonzheng in #2025
- update code block node comments by @wintonzheng in #2035
- update openapi tag for browser session endpoints by @wintonzheng in #2036
- update autogenerated client sdk by @wintonzheng in #2010
- skyvern run mcp cli by @wintonzheng in #2039
- use the BROWSER_REMOTE_DEBUGGING_URL for cdp connect directly by @wintonzheng in #2040
- TaskRunType -> RunType by @wintonzheng in #2041
- TaskRun pydantic model gets renamed to Run by @wintonzheng in #2042
- rename TaskRunStatus -> RunStatus by @wintonzheng in #2043
- update SkyvernClient using generated client code by @wintonzheng in #2044
- shu/test discriminated run response schema by @wintonzheng in #2046
- support get_run, run_task in SkyvernAgent by @wintonzheng in #2047
- Rename old router to legacy_base_router by @wintonzheng in #2048
- support get_run, run_task in SkyvernAgent by @wintonzheng in #2049
- fix skyvern agent local by @wintonzheng in #2050
- add failure_reason to the TaskRunRepsonse for task v2 by @wintonzheng in #2052
- upgrade versions and autogenerated client code by @wintonzheng in #2053
- fix SkyvernClient by @wintonzheng in #2055
New Contributors
Full Changelog: v0.1.65...v0.1.66