991 Commits

Author SHA1 Message Date
Jonathan Dobson
f291e95f96 use new run URLs, attempt iii (#3938) 2025-11-07 07:24:47 -05:00
Jonathan Dobson
b56f5e6498 turn off new run urls (#3931) 2025-11-06 15:37:52 -05:00
Jonathan Dobson
20b2c23de9 Jon/use new runs urls (#3930) 2025-11-06 14:28:26 -05:00
Jonathan Dobson
28f7dcc1a7 Make Status404 page inline (#3929) 2025-11-06 13:35:36 -05:00
Celal Zamanoglu
dea70f2782 improvements for folders and parameters (#3918)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-11-06 12:09:26 -05:00
Jonathan Dobson
8372bd2c95 fix diagnostics button clicks (#3926) 2025-11-06 09:55:18 -05:00
Jonathan Dobson
f0172a22df various Validation Block buffs (#3919) 2025-11-05 16:37:48 -05:00
Jonathan Dobson
b3448c6373 revert back to old run URL for workflows (#3913) 2025-11-05 10:47:24 -05:00
Celal Zamanoglu
75948053b9 Folders, Persistent Import Progress Tracking & UX Enhancements (#3841)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-11-05 10:37:18 -05:00
Jonathan Dobson
fcc3f30ba4 Frontend: unified /runs URL (#3912) 2025-11-05 09:48:55 -05:00
LawyZheng
b1fe444984 fix task v1 rerun shell command (#3893) 2025-11-04 22:54:39 +08:00
Jonathan Dobson
4da7b6d4dd Coalesce the Validation Block and the new Human Interaction Block (#3882) 2025-11-03 10:01:24 -05:00
Jonathan Dobson
2191b91519 ensure stream continues when switching between stream and recordings (#3865) 2025-10-30 14:08:54 -04:00
Jonathan Dobson
c55148c228 ensure recordings show after browser session ends (#3864) 2025-10-30 12:36:38 -04:00
Jonathan Dobson
ac069838c7 add notification sound for workflow runs (#3863) 2025-10-30 10:41:56 -04:00
Jonathan Dobson
56cda6d1cd OS-level workflow run alert (w sound) on status change (#3862) 2025-10-30 10:10:29 -04:00
Marc Kelechava
a87a255b7b Update Copy to cURL buttons to reference the new Runs API spec (#3765)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-10-30 08:26:45 +00:00
Marc Kelechava
cae59a3c19 Add GET /v1/credentials/totp to list recent 2FA codes per org (#3770) 2025-10-29 23:49:25 -04:00
Jonathan Dobson
b2a24baa0f set workflow status to 'published' when a user saves a workflow (#3855) 2025-10-29 18:50:13 -04:00
Jonathan Dobson
5108b82e4b Fix z-indexing issue for timeline/browser stream in debugger view (#3854) 2025-10-29 18:33:23 -04:00
Shuchang Zheng
06dc0031ee label workflow failure reason by status (#3830) 2025-10-29 14:26:30 +08:00
Jonathan Dobson
1f90055672 FE: allow workflow run UI to show browser stream if workflow run has one (#3838) 2025-10-28 15:36:54 -04:00
Jonathan Dobson
c12c047768 various hitl buffs (#3828) 2025-10-27 16:14:52 -04:00
Jonathan Dobson
2f87e3ab48 FE implementation of InteractionNode (#3821) 2025-10-24 21:12:08 -04:00
Shuchang Zheng
19e977a78b get task v2 block disable_cache value back (#3815) 2025-10-24 16:25:31 -07:00
Shuchang Zheng
e17b3baf17 fix settings in email api (#3814) 2025-10-24 16:15:05 -07:00
Jonathan Dobson
f7fec46871 ensure disable_cache saves for v2 task block (#3813) 2025-10-24 19:08:13 -04:00
Jonathan Dobson
de986d54a0 fix SelectItem value for Run With in start node workflow settings (#3774) 2025-10-24 16:50:04 -04:00
Stanislav Novosad
117b2469e4 Refactoring: merge WorkflowParameterEditPanel and WorkflowParameterAddPanel (#3750) 2025-10-23 11:02:41 -06:00
Jonathan Dobson
f66f50fc93 FE portion of seamless clipboard transfer in browser stream (#3799) 2025-10-23 09:32:10 -04:00
LawyZheng
87625d4c0f support new tab magic link logic (#3797) 2025-10-23 14:38:03 +08:00
Marc Kelechava
aeefc301ed Webhook Replay Test URL (#3769)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-10-22 14:26:14 -07:00
Marc Kelechava
94aa66c241 Allow testing webhook response in setup flow (#3768) 2025-10-20 17:35:52 -07:00
LawyZheng
a11189361b fix frontend none cdp url (#3775) 2025-10-20 23:29:35 +08:00
Jonathan Dobson
072b615f01 add browser sessions to oss router/nav (#3773) 2025-10-20 10:39:19 -04:00
Stanislav Novosad
2843528a9c Make order URL/Prompt consistent for TaskV2 (#3758) 2025-10-17 18:19:56 -06:00
Jonathan Dobson
20e0a25ede debugger block runs dez i (incremental improvements towards figma design(s)) (#3757) 2025-10-17 17:00:55 -04:00
Stanislav Novosad
75ce98e841 Support credit cards in 1Password credential parameters (#3746) 2025-10-17 10:13:47 -06:00
Jonathan Dobson
e3ecc4b657 Rework state management arch for blocks (fix rando max recursion errors, maybe other bugs) (#3755) 2025-10-17 12:02:03 -04:00
Jonathan Dobson
fd515adb9c Ensure panels have higher z-index than timeline in debugger (#3754) 2025-10-17 07:31:49 -04:00
Stanislav Novosad
7dda8efe06 Fix scroll overlaying elements in WorkflowParametersPanel (#3745) 2025-10-16 14:25:56 -06:00
Celal Zamanoglu
5531367566 feat(workflows, runs, api): parameter metadata search/filter/display across workflows and runs (#3718)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-10-16 09:04:53 -04:00
Jonathan Dobson
427e674299 expose block runs for debug sessions (#3740) 2025-10-16 08:24:05 -04:00
Jonathan Dobson
881396389e Add instruction for running generated code locally (#3739) 2025-10-16 08:03:24 -04:00
Alex Angin
a610292ea2 Feature: credentials page & vaultwarden compose setup (#3534)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-16 04:50:33 +00: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
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
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
LawyZheng
dc832ea6db support magic link login (#3702) 2025-10-14 16:24:14 +08: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