v1.0.16
Skyvern-AI/skyvernv1.0.16Feb 19, 2026by wintonzheng
AI Summary
The release focuses on Model Context Protocol (MCP) parity, offering remote hosting runtime support and CLI commands for credentials, blocks, and browsers. It also improves workflow timeline UX and introduces backend stability features like a periodic cleanup cron job.
Key Highlights
- MCP remote hosting runtime support and CLI parity for credentials, blocks, and browsers.
- Improved workflow run timeline UX with nested conditional branch blocks.
- Periodic cleanup cron job for temporary data and stale processes.
- Backend support for 2FA code detection without TOTP credentials.
- Support for Anthropic Claude Opus 4.6 CUA (Computer Use Agent).
New Features
- MCP remote hosting runtime support
- CLI parity commands
- Workflow timeline UX improvements
- Periodic cleanup cron job
- 2FA code detection support
- Opus 4.6 CUA support
Full Release Notes
## What's Changed Version bumped from 1.0.15 to 1.0.16 ### Recent Changes - v1.0.16 (#4813) (4dbe0f97) - Fix VITE_API_BASE_URL not being used at runtime in Docker (#4810) (1a63fa79) - Use pooled Redis client for notification registry in cloud (#4808) (704c6c8a) - feat: show all block parameters including advanced settings in WR UI (#SKY-6813) (#4807) (c43ec25d) - Display wait action status as success in UI (#SKY-5901) (#4806) (e051f2ce) - Fix browser session timeout input being uneditable (#SKY-7855) (#4805) (68c4eb80) - fix migration script (#4803) (de44212f) - Update API specifications with fern api update (#4798) (528c3810) - Fix conditional evaluation using wrong value after template rendering SKY-7985 (#4801) (8cd99a9a) - Fix MFA resolution priority: credential TOTP over webhook (#SKY-7980) (#4800) (8714f15f) - SKY-7367: Nest conditional branch blocks in timeline (#4799) (04372863) - fix sync on oss side (#4797) (da175fee) - [CI] Fix auto-merge sync when checks conclude neutral (#4790) (bf92eea8) - [SKY-6] Backend: Enable 2FA code detection without TOTP credentials (#4786) (e3b6d22f) - add CLI parity commands for credential, block, and browser (#4793) (b48bf707) - MCP remote hosting runtime support (#4791) (0811d236) - align workflow CLI commands with MCP parity (#4792) (46a7ec1d) - fix mcp browser lifecycle leaks and orphan cleanup (#4788) (2f6850ce) - Add PR A CLI browser command parity with MCP (#4789) (2c5d8022) - ship signoz metrics to signoz.o11y.skyvern.com (#4783) (94fa05b6) - set opus 4.6 temperature to 1 (#4784) (f5cf80a1) - Add periodic cleanup cron job for temp data and stale processes (#4781) (f6e79781) - Improve workflow run loop/conditional timeline UX follow-up (#SKY-7367) (#4782) (4db25ec0) - support opus 4.6 CUA (#4780) (1dff9ac9) **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.15...v1.0.16 ## What's Changed * support opus 4.6 CUA by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4780 * Improve workflow run loop/conditional timeline UX follow-up (#SKY-7367) by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4782 * Add periodic cleanup cron job for temp data and stale processes by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4781 * set opus 4.6 temperature to 1 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4784 * ship signoz metrics to signoz.o11y.skyvern.com by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4783 * Add PR A CLI browser command parity with MCP by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4789 * fix mcp browser lifecycle leaks and orphan cleanup by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4788 * align workflow CLI commands with MCP parity by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4792 * MCP remote hosting runtime support by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4791 * add CLI parity commands for credential, block, and browser by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4793 * [SKY-6] Backend: Enable 2FA code detection without TOTP credentials by @AronPerez in https://github.com/Skyvern-AI/skyvern/pull/4786 * [CI] Fix auto-merge sync when checks conclude neutral by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4790 * fix sync on oss side by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4797 * SKY-7367: Nest conditional branch blocks in timeline by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4799 * Fix MFA resolution priority: credential TOTP over webhook (#SKY-7980) by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4800 * Fix conditional evaluation using wrong value after template rendering SKY-7985 by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4801 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4798 * fix migration script by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4803 * Fix browser session timeout input being uneditable (#SKY-7855) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4805 * Display wait action status as success in UI (#SKY-5901) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4806 * feat: show all block parameters including advanced settings in WR UI (#SKY-6813) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4807 * Use pooled Redis client for notification registry in cloud by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4808 * Fix VITE_API_BASE_URL not being used at runtime in Docker by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4810 * v1.0.16 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4813 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.15...v1.0.16