v0.2.6
Skyvern-AI/skyvernv0.2.6Jul 23, 2025by wintonzheng
AI Summary
Focuses on the Debugger UI, windowing components, and the new Login SDK. It also adds support for new LLM models like Claude Sonnet 4 and Opus 4.
Key Highlights
- Debugger Lite and UI updates
- Floating Window and Splitter components
- Login SDK integration
- Support for Claude Sonnet 4 & Opus 4
- Browser session DNS support
New Features
- Debugger Lite UI
- Floating Window and Splitter components
- Login SDK
- Claude Sonnet 4 & Opus 4 support
- Browser session DNS support
Full Release Notes
## What's Changed * release sdk 0.2.5 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2953 * Jon/windowing updates by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2955 * add maximized, and show[button] props by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2956 * add a splitter component (vertical/horizontal) by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2957 * fix initial sizing; add welcome message by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2958 * update Splitter component by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2959 * re-reorder blocks in lib panel by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2961 * remove download to s3 block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2962 * Floating Window Update by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2964 * no user-select when splitter is dragging by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2965 * remove n8n dependency by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2967 * remove download to s3 block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2966 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2960 * ensure browser session id for GET workflow run by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2969 * Debugger Lite by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2970 * API to run login task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2920 * dns for browser session by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2972 * dns for browser session(part 2) by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2973 * dns for browser session (part 3) by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2974 * remove unused func from webeye persistent sessions manager by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2976 * distinctify failed scrapes due to no url by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2977 * release session in main cancel routine by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2978 * fix prompt by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2979 * log workflow_run_id for saving totp code by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2980 * browser session cleanup part 1 - fix create_persistent_browser_session return type by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2982 * browser session streaming fix and clean up wait_on_persistent_browser_address by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2983 * allow empty urls by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2984 * fix the parameters 422 issue with the run_workflow endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2985 * normalize scroll for debugger and editor by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2988 * add take control/cede control buttons to browser stream view; improve branding yar by @jomido in https://github.com/Skyvern-AI/skyvern/pull/2989 * support claude sonnet 4 & opus 4 as model by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2990 * make scraping timeout configurable by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2991 * export run_blocks router by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2996 * add devsy CI action by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2945 * Login endpoint Part 2 - support 3 types of credentials and fix bugs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2999 * current view coordinate click by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3001 * bump up lmnr version by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3000 * fix totp code integration for anthropic CU by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2998 * migrate n8n integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3004 * update submodule n8n by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3005 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3006 * update poll_interval value type by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3007 * Add O3 as a model option by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/3008 * extend auto completion agent logic by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3010 * use seperated userr goal check for sequential click agent by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3011 * do not remove target attr by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3013 * add fern doc for login sdk by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3014 * update login code examples by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3015 * add login to skyvern library by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3016 * fix login schema by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3017 * update login interface to support wait_for_completion by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3018 * Launch login sdk after fix for skyvern.login local mode not supported message by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3020 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.5...v0.2.6