Commit Graph

692 Commits

Author SHA1 Message Date
Jonathan Dobson
41b341f3d8 Jon/debugger layout (#3340) 2025-09-02 10:07:08 -04:00
Jonathan Dobson
716d41aeec mimic native nested scroll behaviour (#3325) 2025-08-29 19:35:42 -04:00
Jonathan Dobson
bc8e35954f ai fallback toggle (#3324) 2025-08-29 17:21:29 -04:00
Jonathan Dobson
81d640a3a6 fix logo centering (#3323) 2025-08-29 16:36:03 -04:00
Jonathan Dobson
2b67f2cb20 code cache icon button instead of dropdown (#3322) 2025-08-29 16:27:52 -04:00
dvloper-serena
2390bf8917 Add workflow failure tips (#2794)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <shu@skyvern.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-08-30 03:41:37 +08:00
Jonathan Dobson
47d51be796 Debugger Continuity (FE) (#3318) 2025-08-29 13:30:53 -04:00
Jonathan Dobson
410343276d remove copy copy button from code dropdown (#3317) 2025-08-29 11:06:38 -04:00
Jonathan Dobson
f8685832ff update 'Scripts' -> 'Code'; update some other verbiage (#3316) 2025-08-29 10:21:40 -04:00
Jonathan Dobson
344174e8f2 fix back history (#3315) 2025-08-28 21:51:17 -04:00
Jonathan Dobson
7002c33bb4 redo 6035 because of 6036, which undid 6035 (#3302) 2025-08-26 11:54:45 -04:00
Jonathan Dobson
4d701b3e05 expand start block when code is flipped (#3301) 2025-08-26 10:45:53 -04:00
Suchintan
1167765867 Log http block request body, make azure blob key parameterizable (#3300)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2025-08-25 17:36:29 -04:00
Jonathan Dobson
e64c47279f Fix FloatingWindow & BrowserStream UI Bugs (#3299) 2025-08-25 16:27:21 -04:00
Jonathan Dobson
064b64dd4c Jon/add tooltip for scripted execution icon (#3298) 2025-08-25 15:55:39 -04:00
Jonathan Dobson
1d492ca315 put it back the way it was (#3297) 2025-08-25 15:24:44 -04:00
Jonathan Dobson
d3bc438983 Action UI Update (#3296) 2025-08-25 11:46:56 -04:00
LawyZheng
f0134cbcb9 frontend support llm selector for fileparser (#3281) 2025-08-25 22:37:35 +08:00
Jonathan Dobson
b1f6f013f1 show all of the scripts via a button (#3295) 2025-08-25 10:25:23 -04:00
Jonathan Dobson
cb340893f4 show all of the scripts via a button (#3294) 2025-08-25 09:32:54 -04:00
Jonathan Dobson
164bcf57c9 make missing script key value 'default' (#3278) 2025-08-22 17:34:53 -04:00
Jonathan Dobson
2903291dc4 add icon for scripted actions (#3274) 2025-08-22 10:30:49 -04:00
Jonathan Dobson
b179ff684a no success (or fail) for action list/action card (#3272) 2025-08-22 09:23:56 -04:00
Jonathan Dobson
7b18d28463 reuse parameter-patching input (#3271) 2025-08-22 09:13:28 -04:00
Jonathan Dobson
c54ba42bb9 Add Panel For Cache Key Value Selection And Deletion (#3266) 2025-08-21 19:13:36 -04:00
Jonathan Dobson
64a3330b58 unconstrain editor for OSS (#3245) 2025-08-21 09:02:49 -04:00
LawyZheng
0de18f9a88 frontend support cdp for task and workflow (#3231) 2025-08-21 12:26:12 +08:00
Jonathan Dobson
d0296f0e25 Jon/sky 5981 turn off debugger for oss and self host (#3243) 2025-08-20 14:28:33 -04:00
Jonathan Dobson
0913e4f0a0 Jon/construct cache key and show (#3242) 2025-08-20 13:47:17 -04:00
Jonathan Dobson
edc9ad726a fix bug introduced by #3232 (#3233) 2025-08-19 15:34:06 -04:00
Jonathan Dobson
fa978bccd7 make WorkflowBlockInputArea a 'hybrid sync component', rather than a … (#3232) 2025-08-19 12:08:30 -04:00
Jonathan Dobson
273d0b0edf log updates for run block (error objects are filtered out in Sentry) (#3230) 2025-08-19 09:43:00 -04:00
Jonathan Dobson
a6141d1786 add control buttons to debugger; change 'cede control' text (#3226) 2025-08-18 20:15:22 -04:00
Jonathan Dobson
430721da49 update copy; adjust some styles (#3225) 2025-08-18 18:45:32 -04:00
Jonathan Dobson
88b445c7c6 make all blocks debuggable (#3221) 2025-08-18 10:07:21 -04:00
Jonathan Dobson
82f0b98fca react-flow updates: allow one in current render cycle; defer rest to … (#3213) 2025-08-16 12:21:26 -04:00
Jonathan Dobson
e2a8f52464 defer flow updates to next tick (#3211) 2025-08-16 08:59:18 -04:00
Jonathan Dobson
618fba5371 Jon/sky 5841 make debug view the default view (#3208) 2025-08-15 20:32:55 -04:00
Jonathan Dobson
fc55729257 enable logs; add sentry logging to block runs (debugger) (#3205) 2025-08-15 11:25:53 -04:00
Jonathan Dobson
e09bf89f19 fix task node accordion for settings (#3204) 2025-08-15 11:09:02 -04:00
Jonathan Dobson
f2e33c69bc fix accordion rebder bug from flippable component (#3203) 2025-08-15 08:53:29 -04:00
Jonathan Dobson
40d104c193 Jon/sky 5906 debugger show actions inputs outputs for a block run (#3202) 2025-08-15 07:25:04 -04:00
Shuchang Zheng
5c5926e65c fix accidentally sinced workflow editor code (#3199) 2025-08-14 23:52:13 -07:00
LawyZheng
6b8d29a23d fix stop waiting bug (#3197) 2025-08-15 03:51:39 +08:00
Jonathan Dobson
218f2dd7db allow deletion of blocks within the debugger (#3196) 2025-08-14 15:25:49 -04:00
dvloper-serena
6bc499d8cd Split Reveal/Copy button for API key (#3180) 2025-08-14 09:54:00 -07:00
Jonathan Dobson
a2f6b9e539 replace workflow parameter React Context with a zustand store; use everywhere (#3187) 2025-08-14 08:04:48 -04:00
Jonathan Dobson
399fd4ea74 make other script enabled blocks flip-to-script; add type-checked lis… (#3179) 2025-08-13 15:17:04 -04:00
Jonathan Dobson
97993cbede Jon/workspace (#3175) 2025-08-13 14:13:00 -04:00
Jonathan Dobson
1148894e48 throttle instead of debounce (#3168) 2025-08-12 19:32:39 -04:00