Commit Graph

293 Commits

Author SHA1 Message Date
pedrohsdb
03a1f9d5ba Fix page-level SCROLL: preserve scroll position for T&C buttons (#SKY-7924) (#4772) 2026-02-17 16:57:11 -08:00
pedrohsdb
2953a35ac8 Fix direct_searching clearing input after Enter (#SKY-7988) (#4745) 2026-02-13 13:35:41 -08:00
pedrohsdb
53a89c3e44 Add SCROLL action to extract-action prompt (#SKY-7924) (#4743) 2026-02-13 09:42:49 -08:00
pedrohsdb
9f5ce2878f Fix press Enter clearing text on Google search (#4718)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 12:33:33 -08:00
Shuchang Zheng
566a108d5d OTEL backend for metrics/traces/logs (#4632)
Co-authored-by: Benji Visser <benji@093b.org>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 20:54:07 -05:00
pedrohsdb
be00c65071 Skip LLM call for location autocomplete when single option matches (#4631) 2026-02-04 17:18:50 -08:00
LawyZheng
fcbb3daddd fix embed pdf frame bug (#4613) 2026-02-03 14:50:08 +08:00
LawyZheng
1255a24df1 optimize sequential click logic (#4495) 2026-01-20 16:02:39 +08:00
Shuchang Zheng
b16631f37d calculate newly downloaded file names after wait for download to complete (#4479) 2026-01-18 22:50:06 -08:00
Shuchang Zheng
bd041ed52f add action result, including downloaded files to step.output for both agent and caching runs (#4477) 2026-01-18 11:17:02 -08:00
Shuchang Zheng
d537e9dc5a add helper check_downloading_files_and_wait_for_download_to_complete to action handler (#4475) 2026-01-16 16:27:31 -08:00
LawyZheng
55c71e7e3e optimize secrete value input (#4457) 2026-01-15 15:58:07 +08:00
Celal Zamanoglu
058a9178aa link actions to their screenshots - backend (#4404) 2026-01-07 02:12:22 +03:00
LawyZheng
537cb793a6 fix scrolling action (#4389) 2026-01-04 15:25:56 +08:00
LawyZheng
ce717146f3 reenbale the download action (#4299) 2025-12-15 14:30:32 +08:00
Shuchang Zheng
ba5f0620d5 introduce action.has_mini_agent (#4295) 2025-12-15 06:58:49 +08:00
Shuchang Zheng
41c16d513a add get_actual_value interface in SkyvernPage and use it differently in script page and browser page for input text action with ai='fallback' mode (#4281) 2025-12-12 00:17:44 -08:00
LawyZheng
2de27637db fix hover action (#4245) 2025-12-10 02:39:17 +08:00
Mohamed Khalil
f49b07f30d feat: add hover action support (#3994)
Co-authored-by: LawyZheng <lawyzheng1106@gmail.com>
2025-12-09 23:27:26 +08:00
Stanislav Novosad
f754272f9c Extract BrowserState.scrape_website (#4184) 2025-12-03 15:08:32 -07:00
LawyZheng
c810096bf3 improve chain click logic (#4168) 2025-12-03 02:43:26 +08:00
LawyZheng
d86ca95f35 Revert "improve chain click logic" (#4167) 2025-12-03 02:38:16 +08:00
LawyZheng
a02ccee769 improve chain click logic (#4166) 2025-12-03 02:34:08 +08:00
Mohamed Khalil
b7ecdaafb7 Add schema validation and default value filling for extraction results (#4063)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-11-28 15:10:41 +08:00
LawyZheng
362309dec3 scroll into view before click (#4127) 2025-11-28 13:43:30 +08:00
LawyZheng
0ac6ef2853 add download trigger in action result (#4099) 2025-11-26 14:10:36 +08:00
LawyZheng
7c189818d9 allow extract result to be non dict (#4069) 2025-11-22 10:36:43 +08:00
LawyZheng
e98c613c7c use different prompt name for click completion check (#4048) 2025-11-21 01:19:13 +08:00
LawyZheng
abcdf6a033 support download by select action (#4009) 2025-11-17 14:46:32 +08:00
LawyZheng
f038b281c1 fix upload file issue (#3962) 2025-11-11 23:24:48 +08:00
LawyZheng
2e3879bc37 improve scrolling into view (#3952) 2025-11-10 22:17:10 +08:00
pedrohsdb
ca958da6be Add termination-aware complete verification experiment (SKY-6884) (#3948) 2025-11-07 18:53:51 -08:00
LawyZheng
f7bd3d71ac pass context to multi select agent (#3937) 2025-11-07 19:00:26 +08:00
pedrohsdb
d8631151ba Speed optimizations: Economy element tree and TOTP context parsing skip (#3936) 2025-11-06 21:56:52 -08:00
LawyZheng
6e2d5b30e8 increase wait time to load auto completion options (#3876) 2025-11-01 19:35:23 +08:00
LawyZheng
5ec885ddd1 revert #2154 - fix complete action bug (#3859) 2025-10-30 15:33:26 +08:00
LawyZheng
f6145665c8 mark readonly element as interactable (#3845) 2025-10-29 13:10:21 +08:00
LawyZheng
31eca44f8e not try selectable input for otp or secret input (#3843) 2025-10-29 12:26:23 +08:00
Shuchang Zheng
d55b9637c4 set context.step_id and context.task_id at the beginning of execute_step and unset at the end + auto log step_id & task_id (#3803) 2025-10-23 16:32:28 -07:00
pedrohsdb
5b80614aac Wait time optimization xp (#3802) 2025-10-23 16:09:42 -07:00
LawyZheng
87625d4c0f support new tab magic link logic (#3797) 2025-10-23 14:38:03 +08:00
LawyZheng
0a993f18ea longer wait time to load dropdown when there is an onclick attr (#3743) 2025-10-17 00:45:42 +08:00
LawyZheng
dfad07e986 extend datepicker agent (#3734) 2025-10-16 16:36:25 +08:00
pedrohsdb
dfe8d6fb85 Refactor LLM config to payload-based approach and add NORMAL/CUSTOM select-agent handlers (#3723) 2025-10-15 12:14:22 -07:00
LawyZheng
dc832ea6db support magic link login (#3702) 2025-10-14 16:24:14 +08:00
LawyZheng
009bb119b9 improve input handler (#3635) 2025-10-07 22:33:45 +08:00
Shuchang Zheng
337687dbdc fix script run totp (#3632) 2025-10-07 01:26:42 -07:00
pedrohsdb
6fc56d9775 Pedro/support_multi_field_6_digit_totp (#3622) 2025-10-06 16:37:35 -07:00
Jonathan Dobson
a758b03861 make browser download timeout configurable for blocks and tasks (#3619) 2025-10-06 11:09:20 -04:00
Shuchang Zheng
ba78db3b70 add pre click back to select option handler (#3608) 2025-10-03 13:38:50 -07:00