v0.1.77
Skyvern-AI/skyvernv0.1.77Apr 18, 2025by wintonzheng
AI Summary
Focused on authentication automation, adding comprehensive 2FA/verification code support for CUA and introducing support for advanced OpenAI models like GPT-o4-mini and GPT-o3.
Key Highlights
- Added CUA support for verification codes and 2FA
- Introduced support for GPT-o4-mini and GPT-o3 models
- Enhanced TOTP handling in run_task
New Features
- CUA 2FA support
- New OpenAI models (o4-mini, o3)
- TOTP improvements
Full Release Notes
## What's Changed * CUA feature - verification code / 2FA by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2174 * GPT-o4-mini and GPT-o3 support is here by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2170 * support totp verification url and totp identifier in run_task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2175 * add log for fallback action repsonse for CUA by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2176 * update cua terminate prompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2177 * extend custom select part 2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2178 * fix CUA nullaction bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2179 * fix input handler bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2180 * fix skyvern init by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/2181 * extend auto completion coverage by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2184 * also do not verify complete for any task inside loop when running task v2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2185 * sanitize nul char in totp content by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2186 * update cua fallback action prompt to not return get_verification_code action if code has not been sent by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2187 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.76...v0.1.77