v0.1.83

Skyvern-AI/skyvernv0.1.83May 18, 2025by wintonzheng

AI Summary

Enhanced Task V2 capabilities with increased iteration limits and max steps, introduced persistent browser sessions with streaming screenshots, and added official TOTP code support and CUA navigation blocks.

Key Highlights

  • Increased max iterations to 13 for Task V2
  • Introduced persistent browser sessions with screenshot streaming
  • Added official TOTP code endpoint
  • Added CUA support to navigation blocks

New Features

  • Persistent browser sessions
  • TOTP endpoint
  • CUA support
  • Task V2 improvements

Full Release Notes

## What's Changed
* increasing max iterations to 13 for task v2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2317
* add SKYVERN_APP_URL and a link to the run response by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2316
* make additional module loading debug log by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2318
* Fern nightly release fix by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2319
* Open source credentials APIs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2320
* fix legacy credentials api prefix by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2321
* fix credentials get api lint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2322
* API + SDK support - get workflow run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2324
* use vertex global region by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2326
* fix peotry lock by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2327
* revert pdf by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2328
* backend: normalize returns for evals (items, total); ensure title to … by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2329
* closes SKY-155 - adds autopan to workflow editor by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2331
* add max_steps to task v2 table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2293
* Update N8N Readme with link to repo, disable doctoc metadata by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2330
* n8n version 0.0.4 by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2332
* generate element xpath by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2335
* Update docker-compose.yml by @dd36 in https://github.com/Skyvern-AI/skyvern/pull/2334
* fix workflow title bug in get_workflow_run_response by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2336
* add started_at and completed_at to the persistent_browser_sessions table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2337
* add timeout to browser session request by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2338
* add structured div in the element tree by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2339
* no to build full tree but still adding structure representive div by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2342
* fix dom listener bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2344
* browser session timeout by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2347
* update openapi.json with credentials APIs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2323
* shu/make timeout optional field in create browser session by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2348
* suchintan.vibe code user goal check by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2349
* fix multi level selection issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2350
* fix multi level selection issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2351
* persistent browser session  - screenshot streaming by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2352
* add index to runnable_id in persistent_browser_sessions table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2353
* remove include history flag from workflow run model by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2354
* get_persistent_browser_session_by_runnable_id returns None instead of raising error when no record is found by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2355
* decrease auto completion attempts by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2356
* official totp code endpoint under the credentials route by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2357
* update totp code api description by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2358
* add cua support in navigation block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2359
* add recording_url and downloaded_files to the RunRepsonse for task v1 and task v2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2360
* shu/fix get run for workflow runs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2362
* fix select replay bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2363
* API documentation update - Part 1 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2366
* undo x api key header description - it's breaking precommit by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2367
* migrate library facing code to one interface `from skyvern import Skyvern` by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2368
* update documentation part3 - add code examples by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2369
* update code samples part1 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2371
* Skyvern Evaluation New Endpoint - general /runs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2374
* update code samples part1 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2375
* Jon/eval update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2376
* reorder api endpoints by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2377
* doc revamp - complete code samples by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2378
* v0.1.83 - sdk update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2379


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.82...v0.1.83