v0.2.13
Skyvern-AI/skyvernv0.2.13Sep 10, 2025by wintonzheng
AI Summary
Addresses script generation issues, error code generation, and open source streaming functionality within containers.
Key Highlights
- Script generation fixes for CloudStorageBlock
- Single prompt error code generation
- Fix for open source streaming in containers
- Script generation using block interface
- User agent logging on UI
New Features
- Script generation fixes
- Error code generation
- Open source streaming fix
- User agent logging
Full Release Notes
## What's Changed * generate error failure when summary failure reason by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3395 * use single prompt to generate error code by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3396 * fix open source streaming in a container by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3397 * script gen run code block using the block interface by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3401 * fix wrong endpoint error by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3402 * Script gen - support CloudStorageBlock by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3403 * add dramatiq dependency by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3405 * add user agent on ui by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3404 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.12...v0.2.13