Commit Graph

68 Commits

Author SHA1 Message Date
Stanislav Novosad
92280d5890 Improve quickstart cli (#4205) 2025-12-04 21:14:48 -07:00
Mohamed Khalil
d975ca0913 Enhance Windows Compatibility with Event Loop Policy and Path Resolution (#3986)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Stanislav Novosad <stas@skyvern.com>
2025-11-19 20:16:16 -07:00
Stanislav Novosad
d5a7485d45 Fix missing app initialization in skyvern init (#4038) 2025-11-20 00:25:33 +00:00
Stanislav Novosad
0efae234ab Initialize app at runtime instead of import time (#4024) 2025-11-18 17:56:58 -07:00
Stanislav Novosad
e1595abf84 Merge SkyvernSdk and Skyvern extending Fern client (#3987)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-11-12 22:44:53 +00:00
greg niemeyer
de5a55bd66 add claude 4.5 haiku support (#3763)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-20 02:23:22 +00:00
Shuchang Zheng
88bd516f88 CLI - skyvern run code (#3738) 2025-10-16 10:53:55 -07:00
greg niemeyer
cf9e1c2552 chore: env path refactor (#3691)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-10-12 17:36:24 +00:00
greg niemeyer
9b2bbda3c8 add support for claude sonnet 4.5 (#3692) 2025-10-12 12:57:52 -04:00
Benji Visser
cfe77924e3 update blog and docs urls (#3671)
Signed-off-by: Benji Visser <benji@093b.org>
2025-10-10 10:40:58 -04:00
Shuchang Zheng
8c54475fda fix mypy issue for org tokens (#3541) 2025-09-26 16:35:47 -07:00
Alex Angin
323952169e Issue-2756: updated alembic setup to account for asyncpg mode (#3431) 2025-09-16 00:33:51 -04:00
Shuchang Zheng
7dcbbcb201 fix fastmcp dependency and the mis-synced code (#2908) 2025-07-09 00:36:54 -07:00
Jonathan Dobson
04fc7e190f add credentials to new axios client (#2897) 2025-07-08 09:42:53 -04:00
Suchintan
b50415a092 Fix dependabot plus MCP CLI type error (#2885) 2025-07-08 05:41:49 +00:00
Prakash Maheshwaran
7ce183c787 Add CLI stop all command (#2777) 2025-07-02 13:10:26 -04:00
Prakash Maheshwaran
a4bc814ef4 Add CLI stop ui command (#2776) 2025-07-02 12:40:53 -04:00
Prakash Maheshwaran
7ecee11d93 Add CLI stop server command (#2775) 2025-07-01 20:48:31 +00:00
Shuchang Zheng
41f77a40c8 enable inline import alert and fix inline imports (#2856) 2025-07-01 12:48:00 -07:00
Asher Foa
8cad3aae18 Enable pyupgrade on skyvern/cli (#2806) 2025-06-28 01:22:34 +00:00
Shuchang Zheng
b280308b15 more robust front-end detection bcaz skyvern run ui not running randomly so improving the discoverablity (#2819) 2025-06-27 21:19:33 -04:00
Suchintan
9c9760d6ca Improve TOTP docs & README & Make CLI actually support typer + py3.11 (#2791)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-25 16:59:56 +00:00
Rajaie AlKorani
35c30d1a4a fix azure LLM key (#2769) 2025-06-23 03:11:33 +00:00
Prakash Maheshwaran
aa933dc261 refactored skyvern workflow start cli (#2615) 2025-06-22 02:12:16 +00:00
LawyZheng
296d2f903b support volcengine + migrate ui tars to volcengine (#2705) 2025-06-13 21:17:32 +08:00
Wyatt Marshall
15d46aab82 ui-tars integration (#2656) 2025-06-13 13:23:39 +08:00
Asher Foa
effd0c4911 Add pyupgrade pre-commit hook + modernize python code (#2611) 2025-06-10 18:52:38 +00:00
Prakash Maheshwaran
583429713d refactor: rename stop_workflow command to cancel_workflow for consistency (#2616) 2025-06-06 00:04:16 -04:00
Shuchang Zheng
71bba769ef enrich local logger (#2605) 2025-06-05 10:01:46 -04:00
Prakash Maheshwaran
642994eaae added new CLi to stof skyvern sever (#2549)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-05 04:22:03 -04:00
Prakash Maheshwaran
07bf256779 refactor: improve frontend env file setup logic and error handling (#2544) 2025-05-31 02:14:43 -04:00
Shuchang Zheng
cf08ca951e Fix chrome user data dir problem (#2503) 2025-05-28 22:41:06 -07:00
Shuchang Zheng
a930f0965b fix pre-commit errors (#2501) 2025-05-28 15:31:55 -07:00
Shuchang Zheng
a2ff8791d6 make wait_for_completion=False by default for run_task function in the python lib (#2500) 2025-05-28 15:27:50 -07:00
Prakash Maheshwaran
fc028212be feat: enforce Python 3.11+ version check during MCP setup 2025-05-28 15:09:14 -07:00
Prakash Maheshwaran
4554633046 fixed python version check in mcp CLI setup 2025-05-28 14:55:49 -07:00
Prakash Maheshwaran
a7ff5aaade added new all in one setup CLI Skyvern quickstart (#2480) 2025-05-27 01:54:31 -04:00
Shuchang Zheng
fc71c32133 Add Anthropic Claude 4 and 3.5 Haiku models (#2477) 2025-05-26 22:18:20 -04:00
Shuchang Zheng
e3c17a0384 fix precommit (#2474) 2025-05-26 18:50:11 -07:00
Cristian Branet
1fdc40eaef doc update - Clarified startup options for local development - skyvern run server vs Docker Compose (#2442) 2025-05-26 19:18:23 -04:00
Prakash Maheshwaran
2216ce66d3 Completed new latest CLI (#2426) 2025-05-22 03:12:32 -04:00
Prakash Maheshwaran
c1f3a282f4 Added skyvern init mcp and init browser (#2407)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-20 20:45:15 -04:00
Prakash Maheshwaran
ad2ea8d069 added py 3.13 and splited the cli and suport for windows and better port handling (#2404)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-20 16:43:33 -07:00
Shuchang Zheng
5728b918b5 Fix ruff & mypy errors (#2394) 2025-05-20 01:00:04 -07:00
Prakash Maheshwaran
e5d7a1d746 Added support for python 3.12 & 3.13 (#2380) 2025-05-19 23:46:48 -04:00
Shuchang Zheng
89fd604022 migrate library facing code to one interface from skyvern import Skyvern (#2368) 2025-05-16 17:55:46 -07:00
Shuchang Zheng
87000f5cc3 shu/fix get run for workflow runs (#2362) 2025-05-16 02:39:47 -07:00
Shuchang Zheng
e2a82a75d9 fix linter errors for config registry & cli (#2292) 2025-05-05 00:12:46 -07:00
Prakash Maheshwaran
c3072d7572 Added Ollama & Openrouter & Groq & improved cdp browser (#2283) 2025-05-05 00:03:23 -07:00
Piyush
df6252f80a feat: Add opt-out option for automatic PostgreSQL container startup (#2286) 2025-05-04 23:51:37 -04:00