v0.1.71
Skyvern-AI/skyvernv0.1.71Apr 3, 2025by wintonzheng
AI Summary
This release adds significant API improvements, including workflow management APIs (update, delete, cancel), CLI commands for MCP and server, and support for custom headers and user agents.
Key Highlights
- Added workflow management APIs (Update, Delete, Cancel).
- Introduced `skyvern run mcp` CLI command.
- Added support for custom headers and user agents.
- Added workflow templates to the UI.
New Features
- Workflow management APIs.
- CLI MCP command.
- Custom headers support.
- Workflow templates UI.
Full Release Notes
## What's Changed * shu/add_workflow_runs_api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2063 * update & delete workflow api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2064 * Run Workflow API - fix not output in the run_workflow endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2065 * update workflow apis by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2066 * cancel run API by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2067 * update auto generated code by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2068 * add classname invisible to dropdown detection by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2069 * truncate parameter names that are too long by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2070 * hide max retries from ui by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2071 * Add Claude Desktop configuration via skyvern run mcp by @JoseAlpineTech in https://github.com/Skyvern-AI/skyvern/pull/2045 * skyvern run server, skyvern run mcp by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2072 * fix task v1 generation in run_task api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2074 * fix task v1 generation in run_task api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2075 * Add workflow templates to workflow screen by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2076 * support agent user header by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2077 * openapi.json update for user agent & auto generated code update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2079 * support extra_headers in SkyvernAgent by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2080 * set extra header for mcp user agent by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2081 * Update docs plus init by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2073 * add mcp image by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2082 * fix mcp image path by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2083 * version bump to 0.1.70 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2084 * Update README by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2085 * shu/fix cli by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2086 ## New Contributors * @JoseAlpineTech made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/2045 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.68...v0.1.71