v0.2.9

Skyvern-AI/skyvernv0.2.9Aug 11, 2025by wintonzheng

AI Summary

Introduces workflow script creation and database schema updates for scripts and organizations. It includes fixes for script creation post workflow run and browser session bugs.

Key Highlights

  • Workflow script creation logic
  • Migration of use_cache field to generate_script
  • Script generation logic implementation
  • Fixes for script creation post workflow run
  • Browser session bug fixes

New Features

  • Workflow script creation
  • Script generation logic
  • Database schema updates (organization_id, use_cache)
  • Script block file path fixes
  • Browser session bug fixes

Full Release Notes

## What's Changed
* add organization_id to script_blocks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3150
* workflow script creation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3151
* feat: migrate workflow use_cache field to generate_script by @devsy-bot[bot] in https://github.com/Skyvern-AI/skyvern/pull/3154
* fix typo by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3156
* Script generation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3157
* fix workflow generate_script db migration by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3159
* fix script creation post workflow run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3160
* fix script_block file path by removing the script_block_id from the path by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3162
* fix browser session bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3161
* fix download file name bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3163


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.8...v0.2.9