Commit graph

76 commits

Author SHA1 Message Date
Aaron Perez
474366bfd0
[1/5] [SKY-7600] Set schema for task_runs (#5300) 2026-03-31 12:34:06 -07:00
Aaron Perez
c91cd98d50
Repository Design Pattern (#SKY-8139) (#5279) 2026-03-27 21:06:32 -07:00
Aaron Perez
3e79319cef
Create @db_operation error handling decorator (#SKY-8135) (#5272) 2026-03-27 14:14:45 -07:00
pedrohsdb
e869039f60
Fix pinned scripts: always fetch pinned version and prevent corrections (#5261) 2026-03-26 17:12:03 -07:00
Marc Kelechava
466551eabf
feat: add use_in_memory_db to Skyvern.local() (#5260) 2026-03-26 16:43:53 -07:00
Celal Zamanoğlu
2a73abb845
feat(SKY-8576): filter credential selector by vault_type when source is selected (#5259) 2026-03-27 01:52:36 +03:00
Celal Zamanoğlu
52d5825e14
fix: add default complete_criterion for LoginBlocks to prevent login success misdetection (SKY-8540) (#5256) 2026-03-26 21:49:16 +03:00
LawyZheng
9d9ae67fe4
Add failure_category to tasks and workflow runs (SKY-8469) (#5254) 2026-03-27 02:13:52 +08:00
LawyZheng
78e35dfdec
[SKY-8569] Fix task_v2 workflow runs missing HAR and browser console log artifacts (#5252) 2026-03-27 01:09:17 +08:00
pedrohsdb
4d04d8eb55
refactor: replace adaptive_caching with code_version, remove code_v2 (#5227)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-24 18:10:47 -07:00
pedrohsdb
85e621364c
Fix script detail page to only show cached runs + add avg fallbacks (#5220) 2026-03-24 13:53:59 -07:00
Andrew Neilson
86a4f6aa0d
Add CDP screencast streaming and interactive input for local mode (#4904)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-24 00:48:11 +00:00
pedrohsdb
5fa0ff6795
fix: resolve 4 CodeQL alerts in extract_form_fields.js (#5212) 2026-03-23 17:41:12 -07:00
Celal Zamanoğlu
750fb22a3e
feat: persist save_browser_session_intent checkbox state (SKY-8329) (#5203)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 22:10:58 +03:00
Shuchang Zheng
236c6cb377
fix: resolve 3 CodeQL alerts in extract_form_fields.js (#5198)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2026-03-23 00:18:23 -07:00
Shuchang Zheng
ba8a7242ef
Bundle artifacts to reduce S3 objects (#5169) 2026-03-19 21:01:53 -07:00
Aaron Perez
cfe01b0abe
feat: add frontend schedule panel to workflow editor (#SKY-8184) (#5146)
Some checks failed
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
Run tests and pre-commit / Run tests and pre-commit hooks (push) Failing after 6s
Auto Create GitHub Release on Version Change / check-version-change (push) Successful in 1m45s
Run tests and pre-commit / Frontend Lint and Build (push) Successful in 3m48s
Publish Fern Docs / run (push) Failing after 2m43s
Auto Create GitHub Release on Version Change / create-release (push) Has been skipped
Build Skyvern SDK and publish to PyPI / check-version-change (push) Successful in 3m14s
2026-03-19 01:07:30 -07:00
Suchintan
b76de94e5f
feat: report FILE_PARSER_ERROR code on file parser block failures (SKY-7939) (#5145)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
Co-authored-by: AronPerez <aperez0295@gmail.com>
2026-03-19 03:47:09 -04:00
Aaron Perez
1c68fbd40f
Add workflow schedules support (DB model, API routes, Temporal integration) (#SKY-8182) (#5144) 2026-03-19 00:12:46 -07:00
pedrohsdb
8ff6102101
fix: resolve Code 2.0 script UI issues (SKY-8444–8448) (#5143)
Co-authored-by: Aaron Perez <aperez0295@gmail.com>
2026-03-18 23:35:41 -07:00
Andrew Neilson
e16d11336e
fix: use is not None checks in update_persistent_browser_session (#4977)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Aaron Perez <aperez0295@gmail.com>
2026-03-18 14:52:10 +00:00
Shuchang Zheng
db66b6627f
Fix: Diagnostics button always visible for completed task blocks (SKY-8398) (#5120)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
2026-03-18 02:52:33 -07:00
pedrohsdb
9ddc9703ad
feat: add script pinning backend support (#5112)
Some checks are pending
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 12:24:48 -07:00
pedrohsdb
f2062b65b3
feat: add enriched script version detail endpoint (#5111) 2026-03-15 12:12:23 -07:00
pedrohsdb
7427607896
feat: add Workflow Scripts Page foundation (#5110) 2026-03-15 12:00:41 -07:00
Shuchang Zheng
cece22f21b
VNC streaming support in docker (#5088)
Some checks failed
Auto Create GitHub Release on Version Change / check-version-change (push) Has been cancelled
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / check-version-change (push) Has been cancelled
Build Skyvern TS SDK and publish to npm / check-version-change (push) Has been cancelled
Auto Create GitHub Release on Version Change / create-release (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Build Skyvern TS SDK and publish to npm / build-and-publish-sdk (push) Has been cancelled
2026-03-12 23:21:14 -07:00
Celal Zamanoğlu
a0d082da40
feat: persist user_context on credentials (#SKY-8074) (#5081)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-13 04:27:11 +03:00
pedrohsdb
3b4f72e513
fix: new script versions not picked up by other workers (#5069) 2026-03-12 11:15:40 -07:00
pedrohsdb
155e017f3c
feat: default MCP-created workflows to Code 2.0 (#5050) 2026-03-11 12:59:04 -07:00
Shuchang Zheng
76b10eb007
Fix OSS frontend build: add useFeatureFlag stub (#5042)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 23:36:42 -07:00
Marc Kelechava
b845a67405
Fix MCP PostHog telemetry routing (#SKY-8198) (#5027)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-10 20:32:29 -07:00
pedrohsdb
644051d13c
fix: default AI fallback to true on the run page (#5017) 2026-03-09 14:30:14 -07:00
pedrohsdb
ff24144a3e
feat: add fallback episode API endpoints (#4997) 2026-03-05 14:32:24 -08:00
LawyZheng
c0982297a4
feat: add browser_address as sequential execution indicator (#4990)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2026-03-05 17:15:16 +08:00
Andrew Neilson
328bce3cdd
feat: add browser session support to OSS Docker deployment (#4891)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-03 23:58:26 -08:00
Marc Kelechava
a4d9c9dd22
Add browser_profile_id to browser session creation (#4946) 2026-03-02 10:29:20 -08:00
Shuchang Zheng
c0d32e4ec9
Make calero rollout easier (#4938) 2026-03-01 18:34:04 -08:00
Shuchang Zheng
5da370a813
Revert "add enable_download to extra_http_headers by default when browser address is found" (#4935) 2026-02-28 22:13:39 -08:00
Shuchang Zheng
2c61873d0d
add enable_download to extra_http_headers by default when browser address is found (#4932)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2026-02-28 16:21:38 -08:00
Shuchang Zheng
a11cc37085
Add browser rotation and fresh context for remote browser production (#4929) 2026-02-28 10:14:09 -08:00
pedrohsdb
fcf9ef6cad
Add database schema and data layer for adaptive caching (1/8) (#4908)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 13:19:35 -08:00
Celal Zamanoğlu
63cb88934b
Re-apply workflow import default value stringification fix (SKY-8082) (#4883)
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
2026-02-25 20:19:10 +03:00
Celal Zamanoğlu
4adaf8dd53
feat: Browser profile testing & login-free workflow support — backend (#SKY-8012) (#4818)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-02-20 02:23:32 +03:00
Aaron Perez
e3b6d22fb6
[SKY-6] Backend: Enable 2FA code detection without TOTP credentials (#4786) 2026-02-18 14:21:58 -08:00
LawyZheng
f6e79781c1
Add periodic cleanup cron job for temp data and stale processes (#4781)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-18 15:10:00 +00:00
Suchintan
4db25ec04f
Improve workflow run loop/conditional timeline UX follow-up (#SKY-7367) (#4782)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-18 09:35:25 -05:00
Suchintan
b1758dd3b5
Add error_code and search_key filters to workflow runs API (#SKY-7884) (#4694)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-11 00:42:11 -05:00
Suchintan
8c35adf3b9
Add endpoint to update existing credential data (#SKY-7883) (#4693)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-11 00:04:51 -05:00
pedrohsdb
3e3848628c
Sanitize text fields in create_task to prevent NUL byte DataErrors (#4677) 2026-02-09 19:23:42 -08:00
Celal Zamanoglu
94bf5385dc
Fix UI runs search to filter by run parameter values and extra HTTP headers (#SKY-7427) (#4667) 2026-02-09 17:26:10 +03:00