v0.1.60
Skyvern-AI/skyvernv0.1.60Mar 5, 2025by suchintan
AI Summary
A release expanding LLM and integration support, including GPT-4.5, LangChain, and LlamaIndex, alongside AWS ECS task support and improved TOTP UX.
Key Highlights
- Added GPT-4.5 support
- Added LangChain and LlamaIndex integration
- Added AWS ECS task support
- Improved TOTP UX in the UI
New Features
- GPT-4.5 support
- LlamaIndex integration
- LangChain integration
- AWS ECS tasks
- Browser session ID in global context
Full Release Notes
## What's Changed * aws_client ECS tasks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1861 * update langchain integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1815 * Add error message for contextexceedederror by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1866 * Add browser session id to global context by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1867 * GPT-4.5 Support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1868 * langchain bugfix by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1870 * Add bitwarden_item_id to bitwarden_login_credential by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1871 * add llamaindex integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1809 * do not raise error when agent hallucinate the download by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1872 * Better TOTP UX by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1873 * Update fern docs by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/1869 * Fern Github action update by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/1876 * max task steps for task v2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1877 * fix lint of the 'Max Steps' label by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1878 * fix recording_url by @mingfang in https://github.com/Skyvern-AI/skyvern/pull/1818 * fix verification code hallucination by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1879 * get_total_unique_step_order_count_by_task_ids by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1880 * get_total_unique_step_order_count_by_task_ids fix again by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1881 * Strip newlines from email block by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/1874 * fix pre-commit after the 'stripe newlines from email block' PR by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1882 * Add item id field in parameters panel by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1883 * Preview fern docs by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/1884 * task v2 max steps doc by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1885 * Change parameter addition overlay to include a new tab for credentials by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1886 * show credentials in login block credential selector by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1887 * Put login block at the top of node library, change task v2 icon, put … by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1888 ## New Contributors * @mingfang made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1818 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.59...v0.1.60