v1.0.36
Skyvern-AI/skyvernv1.0.36May 10, 2026by github-actions[bot]
AI Summary
This release refines Copilot routing, introduces conditional workflow evaluation, and reverts a major React version bump to maintain stability.
Key Highlights
- Added Workflow Copilot request policy and conditional routing evals.
- Reverted React 18→19 major version bump.
- Added validated proxy session pool.
- Clarified local Chrome remote debugging setup.
New Features
- Workflow Copilot request policy
- Conditional workflow routing evals
- Validated proxy session pool
- Clarify local Chrome remote debugging setup
- Gate v2->v1 engine override behind FORCE_TASK_V1 flag
Full Release Notes
## What's Changed Version bumped from 1.0.37 to 1.0.36 ### Recent Changes - fix(SKY-10573): give the copilot turn-collapse control its own header lane (#6279) (b63dc286) **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.37...v1.0.36 ## What's Changed * SKY-9658 align unvalidated proposal replies by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5891 * SKY-9637: verify dynamic goto_url state before extraction by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5892 * [bug report] Allow MCP browser sessions to request extensions for captcha-solver by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/5893 * feat: expose file size in artifact file info by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5894 * [CLI] Improve quickstart secret prompt feedback by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/5908 * SKY-9651: Clarify diagnostic Copilot routing by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5910 * revert(SKY-9695): undo React 18→19 major version bump (#10857) by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/5897 * feat: capture FE route errors in Sentry + PostHog by @AronPerez in https://github.com/Skyvern-AI/skyvern/pull/5900 * Add validated proxy session pool by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5901 * fix(SKY-9696): replace Radix Tabs with plain buttons in LoopNode by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/5902 * feat: gate v2->v1 engine override behind FORCE_TASK_V1 flag by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/5904 * SKY-9654 Stub eval Azure vault placeholders by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5903 * feat:(SKY-8885) Add injectable copilot config by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5905 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5915 * Fix stale frontend lint disables by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5917 * [SKY-9718] log html_token_count + html_pct on LLM duration metrics by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/5918 * SKY-9653 Add conditional workflow routing evals by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5916 * SKY-9676: Add Workflow Copilot request policy by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5919 * test(SKY-9716): add request policy classifier eval by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5921 * SKY-9719 Remove superseded Copilot intent gates by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5922 * Clarify local Chrome remote debugging setup by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/5906 * [codex] Handle quickstart Chromium install failures by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/5909 * fix(llm): treat empty override_llm_key as no-override by @AronPerez in https://github.com/Skyvern-AI/skyvern/pull/5924 * fix(SKY-9693): trust request policy completion contracts by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/5925 * Make quickstart choose the install path by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/5926 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.35...v1.0.36