Commit Graph

3078 Commits

Author SHA1 Message Date
Shuchang Zheng
3f7b2c2fdd Update API specifications with fern api update (#3728)
Co-authored-by: github-actions <github-actions@github.com>
2025-10-15 19:33:35 -07:00
Shuchang Zheng
e31607746d get fastapi startup & shutdown log back (#3727) 2025-10-15 17:22:07 -07:00
Shuchang Zheng
cfaef5a8bb append complete action (for validation) to the end of every task block (#3726) 2025-10-15 17:12:51 -07:00
Stanislav Novosad
c78b80ab89 Log server start/stop (#3724) 2025-10-15 15:44:56 -06:00
Shuchang Zheng
6b385b3c85 Post action improvements: only generate scripts for a certain list of actions (#3676) 2025-10-15 19:41:52 +00:00
pedrohsdb
dfe8d6fb85 Refactor LLM config to payload-based approach and add NORMAL/CUSTOM select-agent handlers (#3723) 2025-10-15 12:14:22 -07:00
Jonathan Dobson
0b05582cc7 make cacheActions optional in DisableCache component; add disable cache toggle to Validation and V2Task blocks (#3722) 2025-10-15 14:00:23 -04:00
Jonathan Dobson
7241bb1a74 add disable_cache to Validation and TaskV2 (#3721) 2025-10-15 11:31:49 -04:00
Shuchang Zheng
58e431ec0a ignore disable_cache change when busting cache (#3720) 2025-10-15 08:14:07 -07:00
Jonathan Dobson
1ffe1e7889 add Disable Cache toggle to blocks that currently support Cache Actions (there are 6 of em) (#3719) 2025-10-15 08:20:50 -04:00
LawyZheng
f69acdaadc readonly input type dropdown (#3717) 2025-10-15 14:39:27 +08:00
Stanislav Novosad
d6bb3de2c5 Delete Azure Vault secrets async (#3716) 2025-10-14 20:25:22 -06:00
Stanislav Novosad
ef3167cb07 Log server start/stop (#3715) 2025-10-14 20:05:35 -06:00
Shuchang Zheng
d4aa212f20 add disable_cache to block (#3713) 2025-10-14 17:09:19 -07:00
Stanislav Novosad
975e431bac Revert "Make navigate_to_url idempotent" (#3712) 2025-10-14 17:36:45 -06:00
Shuchang Zheng
ce35b37470 block level script run (#3710) 2025-10-14 16:17:03 -07:00
Stanislav Novosad
e13e9a5d58 Disable sorting in CustomConsoleRenderer (#3711) 2025-10-14 16:50:41 -06:00
Stanislav Novosad
ff4a2c982b Make navigate_to_url idempotent (#3705)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-14 16:34:20 -06:00
Jonathan Dobson
8f15880a6d use action.text for input actions in workflow timeline, instead of action.response (#3709) 2025-10-14 16:01:59 -04:00
Jonathan Dobson
db45c0c8ce fix all dict.get fallbacks instances in create-from-prompt endpoint (#3708) 2025-10-14 15:47:52 -04:00
Stanislav Novosad
6fb2412d26 Cleanup some type related warning (#3706) 2025-10-14 12:00:17 -06:00
LawyZheng
44a2e34864 only keep totp endpoint (#3704) 2025-10-15 01:28:42 +08:00
LawyZheng
dc832ea6db support magic link login (#3702) 2025-10-14 16:24:14 +08:00
LawyZheng
eda2dcffa4 fix http logs did not show org info (#3701) 2025-10-14 12:36:39 +08:00
Shuchang Zheng
a7d18adbf6 Update API specifications with fern api update (#3700)
Co-authored-by: github-actions <github-actions@github.com>
2025-10-13 19:41:01 -07:00
Shuchang Zheng
89666dba30 upgrade bw client cli version to 2025.9.0 (#3699) 2025-10-13 13:40:02 -07:00
Shuchang Zheng
a9bf1f0feb fix import in org_auth_service.py (#3698) 2025-10-13 08:12:06 -07:00
greg niemeyer
2faf4e102f feat: self healing skyvern api key (#3614)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-10-13 07:55:59 -07:00
Hemanth Yanamaddi
a8179ae61c Fix incorrect model reference in .env.sample for GEMINI_API_KEY (#3057)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-12 23:13:10 +00:00
Ciobotea Alexandru-Marian
21be178b2f docs: add Ollama + LiteLLM quickstart and sidebar entry (#3176) 2025-10-12 21:44:52 +00: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
greg niemeyer
cb35d966ac fix claude output tokens (#3695) 2025-10-12 11:30:46 -04:00
Celal Zamanoglu
27b925a906 [DB] Fix: align datetime writes with tz-naive columns (#3634)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-12 09:57:38 +00:00
Jonathan Dobson
a30c877408 Enable code generation when a single block is run in the debugger (#3694) 2025-10-11 21:07:40 -04:00
Stanislav Novosad
a055c8fa74 Mask logged body for sensitive endpoints (#3689)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-10 19:56:47 -06:00
Suchintan
d45d175446 Format recipients email block (#3687)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-10-10 18:56:44 -04:00
Shuchang Zheng
89c712786d script gen bug - fix parameters input for non task blocks (#3683) 2025-10-10 12:47:54 -07:00
pedrohsdb
ae7785d426 Pedro/add sop workflow builder (#3685) 2025-10-10 12:37:42 -07:00
Suchintan
f5a313c74b Update download blcok timeout to 2 minutes (from 20 minutes (#3684) 2025-10-10 13:17:46 -04:00
Stanislav Novosad
694c8261c1 Allow using jinja2 in OnePassword parameters (#3670) 2025-10-10 16:59:39 +00:00
Stanislav Novosad
32e6aed8ce Migrate credentials to Azure Key Vault (#3681) 2025-10-10 10:10:18 -06:00
Jonathan Dobson
c3ce5b1952 For code deletion via workflow save, only ask to delete published code (not pending) (#3682) 2025-10-10 11:52:08 -04:00
Jonathan Dobson
8b8eebcf9b use badges for yes/no in browser sessions listing (#3680) 2025-10-10 11:03:49 -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
Jonathan Dobson
af23e27822 Fix dirty-checking for workflows that use a Code Block (#3679) 2025-10-10 06:24:02 -04:00
LawyZheng
e08778993e abort scraping when too many elements (#3678) 2025-10-10 15:46:55 +08:00
greg niemeyer
7cd92f6972 cleanup precommit hooks (#3616)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-10 01:20:02 +00:00
Shuchang Zheng
451d5787cd no need to sanitize cache_key (#3675) 2025-10-09 18:13:48 -07:00
pedrohsdb
01dbdc5b63 allow_codeblock_as_first_block (#3673) 2025-10-09 17:33:36 -07:00