Commit Graph

924 Commits

Author SHA1 Message Date
Shuchang Zheng
6f6e837270 enable VNC streaming for task v1 page (#4498) 2026-01-20 09:21:30 -08:00
Celal Zamanoglu
9ffa03c16a consolidate credential parameters into unified entry point with guided type/source flow & tooltips (#4497) 2026-01-20 17:32:41 +03:00
Celal Zamanoglu
62ab3d4b87 Fix HTTP Request block rename not updating the label (#4496) 2026-01-20 16:51:16 +03:00
Marc Kelechava
a795254f45 PrintPage Block - add parameters in advanced settings and enable debugging (#4491) 2026-01-19 15:26:30 -08:00
Marc Kelechava
e55af4b078 Fix race condition in lazy-loaded geo search module (#4486) 2026-01-19 10:06:40 -08:00
Celal Zamanoglu
089fafcf8d improve credential ui/ux (#4474) 2026-01-17 00:29:27 +03:00
Celal Zamanoglu
62cde3a99f require credential on runs wf with login block (#4470) 2026-01-16 01:34:12 +03:00
Celal Zamanoglu
9865aca9fd search runs by wr_xxx - frontend (#4469) 2026-01-16 01:14:25 +03:00
Marc Kelechava
be3128e47d Proxy Saving and UX Fixes (#4467) 2026-01-15 13:26:26 -08:00
Stanislav Novosad
09f2903c18 Workflow Copilot: convert YAML -> workflow definition on BE side (#4461) 2026-01-15 12:22:37 -07:00
Celal Zamanoglu
755a753174 sync parameter key renames and deletions to all block types (#4459) 2026-01-15 17:08:54 +03:00
Celal Zamanoglu
911deb86db fix login block credential selection (#4458) 2026-01-15 16:47:23 +03:00
Stanislav Novosad
9cf1f87514 Workflow Copilot: server update streaming with "cancel" ability (#4456) 2026-01-14 18:34:09 -07:00
Stanislav Novosad
6b9ea59e67 Workflow Copilot: various small fixes (#4454) 2026-01-14 16:56:50 -07:00
Marc Kelechava
4c2c7df42c Add "Print PDF" Block (#4452) 2026-01-14 15:46:49 -08:00
Shuchang Zheng
fed12acfc9 Add clipboard copy functionality that works over HTTP (#4446) 2026-01-14 11:53:12 -08:00
Celal Zamanoglu
f7970bab32 Help tooltips for Bitwarden and Azure Vault credential types (#4447) 2026-01-14 20:05:03 +03:00
Marc Kelechava
40a743e5ca Add "Execute on Any Outcome" (Finally) option to blocks - Pair Team request (#4443) 2026-01-13 16:56:06 -08:00
Marc Kelechava
e6a3858096 Support downloading files via HTTP Calls (for Centria) (#4440) 2026-01-13 12:12:38 -08:00
Stanislav Novosad
a6f0781491 Workflow Copilot: Use streaming in /chat-post (#4437) 2026-01-12 16:12:29 -07:00
Stanislav Novosad
37f5d6b8b2 Workflow Copilot: more logs and minor UI improvements (#4425) 2026-01-09 12:59:46 -07:00
Celal Zamanoglu
ce05dd19cf fix: multiple entry blocks detected on nested loops (#4422) 2026-01-09 22:27:40 +03:00
Stanislav Novosad
9410bfe6f3 Workflow Copilot: show copilot button for screenshot browser (#4423) 2026-01-09 11:06:07 -07:00
Celal Zamanoglu
51b50c61f0 fixing artifacts endpoint removing api from path (#4417) 2026-01-08 21:04:48 +03:00
Stanislav Novosad
33753e0f39 Workflow Copilot: initial UI (#4416) 2026-01-08 10:02:09 -07:00
LawyZheng
00f7128ffd support referen workflow output (#4414) 2026-01-08 14:00:22 +08:00
Celal Zamanoglu
f5cb826a37 link actions to their screenshots - frontend (#4403) 2026-01-07 01:16:36 +03:00
Celal Zamanoglu
1e314ce149 fix wrong screenshot (#4400) 2026-01-07 00:40:42 +03:00
Marc Kelechava
c5251e7115 add PH proxy option (#4395) 2026-01-05 09:52:22 -08:00
Celal Zamanoglu
d5c5d50578 initializes string parameters without defaults as empty strings instead of null (#4382) 2026-01-02 23:42:17 +03:00
dependabot[bot]
11becf70db Bump js-yaml from 4.1.0 to 4.1.1 in /skyvern-frontend in the npm_and_yarn group across 1 directory (#4359)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-01-02 06:17:13 +00:00
dependabot[bot]
6ea530bf2f Bump vite from 5.4.20 to 5.4.21 in /skyvern-frontend in the npm_and_yarn group across 1 directory (#4360)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-01-02 05:28:14 +00:00
Celal Zamanoglu
170c5a649e updated tooltip and placeholder of conditional block (#4369) 2025-12-25 00:05:45 +03:00
Celal Zamanoglu
a3e5399de5 conditional inside conditional (#4362) 2025-12-23 21:10:35 +03:00
Celal Zamanoglu
d57ff99788 fix: old credentials are not accessible (#4358) 2025-12-23 00:02:16 +03:00
Marc Kelechava
ffbb36c3e6 Block duplication in nested loop save fix (#4342) 2025-12-19 09:15:57 -08:00
Shuchang Zheng
55f366ba93 add azure blob storage (#4338)
Signed-off-by: Benji Visser <benji@093b.org>
Co-authored-by: Benji Visser <benji@093b.org>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-12-20 00:16:16 +08:00
Marc Kelechava
de223c9787 Preserve data schema when cloning file parser blocks (#4337) 2025-12-18 19:16:59 -08:00
Celal Zamanoglu
e84f628cf2 launch show & tell for OSS (#4333) 2025-12-19 00:49:15 +03:00
Celal Zamanoglu
d4a9e09fd6 added parameter picker to conditional block (#4326) 2025-12-18 19:23:41 +03:00
LawyZheng
a928acb947 get back gpt 5 (#4324) 2025-12-18 13:28:59 +08:00
Celal Zamanoglu
eed17a6b9d support nesting loop blocks inside conditionals - frontend (#4320) 2025-12-18 01:35:39 +03:00
Celal Zamanoglu
90e7f7b3cf add support for nesting conditional blocks inside loop blocks - frontend (#4301) 2025-12-16 15:23:32 +03:00
LawyZheng
ce717146f3 reenbale the download action (#4299) 2025-12-15 14:30:32 +08:00
Suchintan
9add06c9a5 GPT 5.2 Support, update models (#4287)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-12-12 18:22:25 -05:00
Marc Kelechava
bb83602af0 [Frontend] Saving Workflows as Templates (#4279) 2025-12-12 09:23:17 -08:00
Celal Zamanoglu
401af044b4 fix conditional serialization to drop stale targets for deleted downstream/branch blocks (#4282) 2025-12-12 17:40:16 +03:00
Marc Kelechava
42bdb23118 Add output and ability to edit body in HttpRequestBlock debug block (#4276) 2025-12-11 15:52:24 -08:00
Marc Kelechava
a9058d1292 Add debug/play button to HTTP Request workflow block (#4265) 2025-12-10 15:43:23 -08:00
LawyZheng
86ec31f556 http block support multipart (#4259) 2025-12-11 01:03:11 +08:00