v0.1.80
Skyvern-AI/skyvernv0.1.80May 6, 2025by suchintan
AI Summary
Significant improvements to the Anthropic Computer Use Agent (CUA) including interaction types and window management, alongside support for new LLM providers like Ollama and Groq.
Key Highlights
- Enhanced Anthropic CUA with support for double/triple clicks, right-clicks, and dynamic window sizing
- Added support for Ollama, OpenRouter, and Groq LLM providers
- Improved failure development experience and error handling
New Features
- Anthropic CUA enhancements
- New LLM providers (Ollama, OpenRouter, Groq)
- Webhook callback URL support
- Key press improvements
Full Release Notes
## What's Changed * Improve failure devex by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2247 * Update n8n Skyvern.node.ts to include webhook_callback_url option in … by @dd36 in https://github.com/Skyvern-AI/skyvern/pull/2230 * remove webhook_callback_url from the task metadata generation call by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2262 * capitalize the text for key press and hold key actions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2263 * anthropic CUA - support double and triple clicks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2264 * anthropic CUA - limit image message count by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2265 * fix anthropic key action parser by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2266 * anthropic CUA - support right_click by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2267 * apply scroll_amount_multiplier by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2268 * Anthropic CUA - more keypress arrow direction support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2269 * key_lower_case once by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2270 * shu/update v2 prompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2271 * support multiple-choice selection by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2272 * Credentials docs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2273 * fix console log by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2274 * chore: auto update openapi in docs by @dsinghvi in https://github.com/Skyvern-AI/skyvern/pull/2275 * shu/remove foreign key constraints on large table actions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2278 * add totp url to various editor nodes; update tooltip by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2279 * Fix proxy routing logic by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2280 * Parallelize SVG conversions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2281 * Reduce execution waits by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2282 * anthropic support - dymanic window size / window popup by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2284 * fix LiteLLMParams typing by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2285 * fix skyvern_v1 in run task endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2288 * remove unnecessary data from log when creating a new task for workflow by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2289 * feat: Add opt-out option for automatic PostgreSQL container startup by @piyushmittal20 in https://github.com/Skyvern-AI/skyvern/pull/2286 * Default Skyvern 2.0 to google.com if generated website fails to load by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2291 * Added Ollama & Openrouter & Groq & improved cdp browser by @Prakashmaheshwaran in https://github.com/Skyvern-AI/skyvern/pull/2283 * fix linter errors for config registry & cli by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2292 * remove dead code in aws.py - execute_with_async_client by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2287 * fix interactable parsing by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2294 * fix shadown DOM parsing by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2295 ## New Contributors * @Prakashmaheshwaran made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/2283 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.79...v0.1.80