Commit Graph

2401 Commits

Author SHA1 Message Date
LawyZheng
fcbb3daddd fix embed pdf frame bug (#4613) 2026-02-03 14:50:08 +08:00
Marc Kelechava
fcbe7fe84f Support OCR of image files in File Parser block (#4609) 2026-02-02 21:37:12 -08:00
pedrohsdb
b463272335 Add support for conditional blocks when running with script caching (#4603) 2026-02-02 12:30:05 -08:00
Marc Kelechava
2409df7589 Cap number of tokens sent for PDF parsing requests (avoid total failure) (#4602) 2026-02-02 08:36:28 -08:00
pedrohsdb
4c56ff36d0 Add ForLoop block support for cached scripts (#SKY-7751) (#4600) 2026-02-01 21:44:00 -08:00
Suchintan
f857cbcf35 Add skyvern run dev command and superset workspace setup (#4593)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-01-30 22:13:39 -05:00
Stanislav Novosad
e96358c10b Workflow Copilot: clarify loop_over_parameter_key (#4592) 2026-01-30 18:33:45 -07:00
Shuchang Zheng
ee5cd014f3 task v2 termination (#4589) 2026-01-30 14:46:34 -08:00
Stanislav Novosad
6796e36c40 Quickstart: allow passing DATABASE_STRING as parameter (#4580) 2026-01-30 11:38:34 -07:00
pedrohsdb
02c69e3fb5 Add timing logs to page readiness checks (#4582) 2026-01-29 17:06:02 -08:00
Shuchang Zheng
69e1ea15cc support passing run_with for run_task endpoint (mostly for task v2) (#4576) 2026-01-28 20:50:32 -08:00
Shuchang Zheng
34aadb8c09 bump version to v1.0.11 (#4574) 2026-01-28 16:47:21 -08:00
Stanislav Novosad
6faca9c558 Copilot: fix review button by conversion YAML server side (#4573) 2026-01-28 16:30:28 -07:00
Celal Zamanoglu
9c2b4c690e Show branch evaluations in conditional block output (#SKY-7495) (#4572) 2026-01-28 23:31:03 +03:00
pedrohsdb
57c3c07593 Fix script generation race condition causing hardcoded parameter values (#SKY-7653) (#4570) 2026-01-28 12:05:17 -08:00
pedrohsdb
20cbdcb401 Add DOWNLOAD_FILE action support for cached scripts (#SKY-7656) (#4569) 2026-01-28 10:04:20 -08:00
LawyZheng
f9d249ccef fix harfile zstd compression in s3 (#4567) 2026-01-28 23:13:45 +08:00
LawyZheng
87ad865d53 set default browser locale to none (#4564) 2026-01-28 16:23:23 +08:00
pedrohsdb
912d8dfa15 Fix AttributeError in _wait_for_page_ready_before_action (#4563) 2026-01-27 17:25:24 -08:00
Stanislav Novosad
6ac311e033 Workflow Copilot: Fix skyvern-1.0 typo (#4562) 2026-01-27 17:01:05 -07:00
Stanislav Novosad
c0f361bb6e Workflow Copilot: review and approve/reject changes (#4559) 2026-01-27 13:24:44 -07:00
Celal Zamanoglu
cb2a72775d Add SOP-to-blocks endpoint for workflow editor - backend (#4556) 2026-01-27 18:16:05 +03:00
pedrohsdb
16945e117f Fix multi-field TOTP support in cached script execution (#4537) 2026-01-26 17:12:25 -08:00
pedrohsdb
b92447df35 Suppress Pydantic serialization warnings from litellm ModelResponse (#4557) 2026-01-26 16:41:03 -08:00
Shuchang Zheng
a43b3ae3cc pbs v2: fix debug session timeout error (#4548) 2026-01-26 19:50:45 +00:00
Shuchang Zheng
1b7a7b9eba add error trace to file download errors (#4503) 2026-01-24 23:24:04 -08:00
Shuchang Zheng
3308faae61 fix task v2 script generation (#4546) 2026-01-24 23:20:15 -08:00
Celal Zamanoglu
3922998f5d fix: disable uvicorn reload on Windows to fix async event loop issue (#4538) 2026-01-24 21:20:07 +03:00
pedrohsdb
b44c0ac3df Downgrade ConnectionClosedOK from ERROR to INFO level (#4541) 2026-01-23 16:19:58 -08:00
Stanislav Novosad
43d8020792 BaseExperimentationProvider: ttl on item level (#4540) 2026-01-23 16:49:07 -07:00
Stanislav Novosad
fde56004e9 Use TTLCache in BaseExperimentationProvider (#4536) 2026-01-23 15:13:26 -07:00
pedrohsdb
644b7335a7 Preserve field names for unchanged blocks during schema regeneration (#SKY-7434) (#4535) 2026-01-23 12:20:01 -08:00
pedrohsdb
cc43cb9db4 Fix TypeError comparing offset-naive and offset-aware datetimes (#SKY-7663) (#4534) 2026-01-23 09:56:34 -08:00
LawyZheng
af68ea0ec4 skip iframe tree when exception (#4530) 2026-01-23 17:44:13 +08:00
Shuchang Zheng
965ff7c0b8 Make otp type also selectable in the totp endpoint (#4529) 2026-01-23 00:39:07 -08:00
Rishi Giri
e361edce8f replace blocking file I/O with async aiofiles for better perf (#4520)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-01-23 04:48:33 +00:00
Stanislav Novosad
c4c1e84507 Workflow Copilot: fix dealing with output parameters (#4527) 2026-01-22 19:02:27 -07:00
pedrohsdb
1f16192915 Exclude model field from cache invalidation comparison (SKY-7016) (#4526) 2026-01-22 17:22:26 -08:00
pedrohsdb
db8ebac4a0 Fix ai_fallback not being read from database on workflow runs (#SKY-6864) (#4524) 2026-01-22 14:18:43 -08:00
Stanislav Novosad
a52a174e28 Workflow Copilot: Work on Workflow instead of WorkflowDefinition level (#4523) 2026-01-22 15:05:04 -07:00
LawyZheng
e7402026f0 retry otp webhook call (#4518) 2026-01-23 01:31:04 +08:00
LawyZheng
2c60d8e180 general text captcha solution (#4517) 2026-01-23 00:23:57 +08:00
Benji Visser
b5ff547a3a browser sessions v2 - backend (#4515)
Signed-off-by: Benji Visser <benji@093b.org>
2026-01-21 22:27:16 -05:00
Stanislav Novosad
f781a6f0ef Return 409 on workflow updates race conditions (#4510) 2026-01-21 15:45:52 -07:00
LawyZheng
b9cbabe634 check bitwarden itemid format (#4508) 2026-01-22 01:42:42 +08:00
Marc Kelechava
d5e3894198 Store screenshot artifacts, generate URLs when needed (#4506) 2026-01-20 22:49:33 -08:00
Stanislav Novosad
5d7814a925 Workflow Copilot: LLM-based YAML autocorrection (#4504) 2026-01-20 17:11:35 -07:00
pedrohsdb
0777d27fee Fix Gemini 3 Flash cache creation and false fallback detection (#4502) 2026-01-20 14:47:18 -08:00
Stanislav Novosad
5cef681995 Add block labels validation in run_blocks (#4500) 2026-01-20 14:16:34 -07:00
Marc Kelechava
c82efa2b62 Axis Unblock - slimmer workflow run overview payload (#4501) 2026-01-20 12:51:58 -08:00