Commit Graph

802 Commits

Author SHA1 Message Date
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
Jonathan Dobson
a30c877408 Enable code generation when a single block is run in the debugger (#3694) 2025-10-11 21:07:40 -04: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
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
greg niemeyer
7cd92f6972 cleanup precommit hooks (#3616)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-10-10 01:20:02 +00:00
pedrohsdb
1c26b3b784 Forbid whitespaces in parameters (#3672) 2025-10-09 15:02:48 -07:00
Jonathan Dobson
adc8634ae1 Debugger: improve timeline UX while waiting for first item, and while waiting for current item (#3668) 2025-10-09 13:53:46 -04:00
Jonathan Dobson
e5e812ff67 improve time-to-render/availability-checking of BrowserStream component (#3667) 2025-10-09 12:58:36 -04:00
Jonathan Dobson
dbf3b9b530 ensure dialog closes after positive cache deletion confirmation (#3664) 2025-10-09 12:25:43 -04:00
Jonathan Dobson
579ae703ca Fix z-ordering of panels in the debugger (#3662) 2025-10-09 10:46:54 -04:00
Jonathan Dobson
9ddf84966b prompted workflows: send either v1 or v2 tasks to prompt endpoint (#3659) 2025-10-09 09:06:40 -04:00
pedrohsdb
fc0f2b87ca add 2fa type tracking to credentials (#3647) 2025-10-08 11:38:34 -07:00
Shuchang Zheng
2b81a1090e add dialog for confirmation of code cache deletion (#3641) 2025-10-07 18:16:19 -07:00
Jonathan Dobson
f48277d298 remove browser_session_id local storage caching for workflow runs (#3638) 2025-10-07 16:45:16 -04:00
Jonathan Dobson
7f6e5d2e36 fix select for cache key in workflow run code view (#3627) 2025-10-06 18:29:55 -04:00
Jonathan Dobson
611b3bf81b ensure browser control buttons in debugger are always on (#3626) 2025-10-06 18:02:30 -04:00
Jonathan Dobson
a3e5e27852 guess at the issue with broken code tab for wpid_445917468972674652 w… (#3621) 2025-10-06 15:37:32 -04:00
Jonathan Dobson
c5487b56e1 add Download Timeout to FileDownloadNode (#3620) 2025-10-06 11:54:56 -04:00
Jonathan Dobson
a9d0280336 debugger: show animated button and pulse code editor when we think co… (#3618) 2025-10-06 10:00:35 -04:00
Jonathan Dobson
4e9522d85b send debug_session_id when running a block (#3572) 2025-10-03 09:44:51 -04:00
Shuchang Zheng
07cfcc14d9 Bring it back: turn on run_with code and ai fallback by default for task v2 (#3593) (#3604) 2025-10-02 19:53:20 -07:00
Shuchang Zheng
912a72a7cc pass code_gen flag as True when auto-playing v2 tasks via discover pr… (#3596) 2025-10-02 18:05:19 -07:00
Suchintan
a7025fc9b7 Add pizzzaz to homepage (#3595)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-02 16:13:43 -04:00
Shuchang Zheng
2b4720e031 turn on run_with code and ai fallback by default for task v2 (#3593) 2025-10-02 12:43:40 -07:00
Suchintan
91b67f500c Add support for more proxies (#3591)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-10-02 11:12:06 -04:00
Jonathan Dobson
4a2b091226 fix false positive for isDirty check via StartNode (#3582) 2025-10-01 17:39:42 -04:00
Shuchang Zheng
94c05e092a Get it back - Data schema spec fix: TSON instead of JSON (#3566) (#3569)
Co-authored-by: Jonathan Dobson <jon.m.dobson@gmail.com>
2025-09-30 17:36:53 -07:00
Shuchang Zheng
bb1e7316a3 integrate parameters to support legacy tasks with parameters (#3567) 2025-09-30 17:28:31 -07:00
Jonathan Dobson
79ffc95e58 Data schema spec fix: TSON instead of JSON (#3566) 2025-09-30 17:32:43 -04:00
Jonathan Dobson
8c85e2fdc6 Input > WorkflowBlockInputArea for filename in FileDownloadNode (#3564) 2025-09-30 15:17:45 -04:00
Jonathan Dobson
bcb56c4057 Jon/sky 6560 enrich browser session creation via UI and place inside main layout (#3560) 2025-09-30 11:34:11 -04:00
Shuchang Zheng
38a9ad2a6b Replace file_suffix with file_name (but keep vairable name for backwards compatibility), Add path to Azure Blob, remove defaulted {workflow_run_id} (#3557) 2025-09-29 19:30:21 -07:00
Jonathan Dobson
d4de6a4d09 migrate generate_script -> run_with (FE) (#3555) 2025-09-29 18:59:31 -04:00
Jonathan Dobson
c7ba5a5911 hide versioning during workflow execution (or queueing) (#3552) 2025-09-29 15:51:14 -04:00
Jonathan Dobson
e04f81fcda Add Browsers (browser management) to cloud app (#3549) 2025-09-29 14:05:30 -04:00
Zara Cook
11d4518369 add extraction block json validation (#3499)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-09-26 23:36:14 -07:00
Jonathan Dobson
a1c94ec4b4 show block outputs only in debugger, not in editor (#3530) 2025-09-25 16:01:49 -04:00