v1.0.27
Skyvern-AI/skyvernv1.0.27Mar 25, 2026by github-actions[bot]
AI Summary
Refines execution modes, adds MCP inspection tools for parity with Playwright, and redesigns the full documentation site.
Key Highlights
- Refine execution_mode (code vs code_generation vs agent)
- MCP inspection tools (console, network, dialog)
- Full documentation redesign
- Remove non-partial indexes
- MCP drag, file upload, evaluate async
New Features
- MCP inspection tools (console, network, dialog)
- MCP drag, file upload, evaluate async
- Full documentation redesign
- Execution mode log at workflow run start
Full Release Notes
## What's Changed Version bumped from 1.0.28 to 1.0.27 ### Recent Changes - Refine execution_mode: code vs code_generation vs agent (#5246) (fca0fb45) - Update API specifications with fern api update (#5245) (906b0751) **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.28...v1.0.27 ## What's Changed * remove non-partial indexes by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5226 * feat: add MCP inspection tools (console, network, dialog) — PR1 of Playwright parity by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/5225 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5213 * refactor: replace adaptive_caching with code_version, remove code_v2 by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/5227 * feat: MCP drag, file upload, evaluate async, tool annotations by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/5229 * Add Bitwarden email-auth fallback to global credentials on timeout by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/5231 * fix: remove skyvern/cli from pyupgrade exclude list and fix violations by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/5236 * ci: add zizmor workflow and pin all GitHub Actions to SHA hashes by @noqcks in https://github.com/Skyvern-AI/skyvern/pull/5237 * Add execution mode log at workflow run start by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/5238 * docs: full documentation redesign with new content, screenshots, and navigation by @naman06dev in https://github.com/Skyvern-AI/skyvern/pull/5235 * Bump version to 1.0.27 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5230 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.26...v1.0.27