v0.2.14
Skyvern-AI/skyvernv0.2.14Sep 16, 2025by LawyZheng
AI Summary
Adds self-hosted debugger support with VNC and Azure Vault credentials, alongside fixes for script generation and input action improvements.
Key Highlights
- Self-hosted debugger support (VNC)
- Azure Vault credential support
- Script generation fixes for file blocks
- Improved input and select action logic
- TOTP code requirement info added to actions
New Features
- Self-hosted debugger (VNC)
- Azure Vault credentials
- Script generation fixes
- Input/Select action improvements
- TOTP support
Full Release Notes
## What's Changed * unthaw S3 objects by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3406 * scripts gen all block support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3407 * refactor select option logic by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3408 * pbs proxy debugging by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3409 * add back error code description in the main prompt by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3410 * Pedro/migrate context call to main prompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3400 * use the run_id as the primary key for input text context feature flag by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3412 * llm log by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3414 * add totp_code_required info to the InputTextAction json by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3415 * fix generate error code bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3416 * script gen fix file upload and file download blocks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3417 * selfhost debugger support part 1 -- give a VNC support flag in backend by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3418 * self host debug support part 2 - add vnc support flag in debug session model by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3419 * selfhost debugger support part 3 - frontend change by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3420 * fix cant turn off browser session browser by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3421 * Azure Vault credential support by @stenn930 in https://github.com/Skyvern-AI/skyvern/pull/3394 * shu/fix totp script gen by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3423 * Support skyvern.upload_file by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3424 * multiple UI fixes/updates by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3422 * show turn off browser button by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3426 * fix run duration calculation by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3427 * add history to surface errorcode prompt by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3428 * Use gemini 2_5 flash lite for create_extract_action by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3429 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3430 * enable code block frontend by default by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3399 * add workflow_run.script_run and mark ai_fallback_triggered when the script falls back to ai run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3433 * fix webhook payload schema doc by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3435 * Quick fix: workflow_run.script_run schema validation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3436 * Script run - take screenshot for the workflow run block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3437 * Smarter select_option & input_text actions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3440 * Jon/UI updates 09 15 1 by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3441 * Issue-2756: updated alembic setup to account for `asyncpg` mode by @Valeran86 in https://github.com/Skyvern-AI/skyvern/pull/3431 * Update log message for S3 upload completion by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/3438 ## New Contributors * @Valeran86 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/3431 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.13...v0.2.14