Commit graph

28 commits

Author SHA1 Message Date
pedrohsdb
5bf555077f
Consolidate Gemini 3 Pro into version-agnostic VERTEX_GEMINI_3_PRO (#4926) 2026-02-27 19:13:23 -08:00
Marc Kelechava
2e663beec0
Add browser-based CLI signup flow (skyvern signup) (#4925) 2026-02-27 19:09:12 -08:00
Suchintan
5317e9c72f
fix: auto-expand iterations/conditionals containing active item (#4923)
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: Suchintan Singh <suchintan@skyvern.com>
2026-02-27 21:18:01 -05:00
Celal Zamanoğlu
4467a37792
Fix conditional evaluation for empty parameters (#SKY-8073) (#4907)
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-27 19:36:19 +03:00
LawyZheng
665c7b6bc5
Add CDPFetchDownloadBrowser for remote Windows Chrome download interception (#4906) 2026-02-27 20:51:27 +08:00
pedrohsdb
62b74eb98a
Fix browser session timeout for FORCE_BROWSER_SESSION workflows (#SKY-8099) (#4903) 2026-02-26 21:29:25 -08:00
Marc Kelechava
2f65635e98
Remove admin impersonation feature from MCP (#4889) 2026-02-25 21:02:30 -08:00
Celal Zamanoğlu
8fbf937ea4
feat: add Workflow Trigger Block backend (#SKY-8072) (#4885) 2026-02-26 01:10:29 +03:00
Suchintan
1b1779f67e
Pass workflow_permanent_id in TOTP webhook POST body (#4871)
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: Suchintan Singh <suchintan@skyvern.com>
2026-02-24 23:23:37 -05:00
Marc Kelechava
1f2ee7b8b4
fix MCP remote tool handlers calling wrong API environment (#4869) 2026-02-24 17:12:45 -08:00
Marc Kelechava
a6d24bc222
fix: remote MCP auth broken by encrypted token mismatch + docs clarity (#4863) 2026-02-24 12:37:42 -08:00
Celal Zamanoğlu
f076235eb3
Re-apply SKY-7366: Improve 422 error messages for workflow save (#4852) 2026-02-24 00:55:29 +03:00
Celal Zamanoğlu
defa6846fc
Fix conditional block crash when all prompt branches are Jinja-rendered (#4849)
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
2026-02-23 19:17:01 +03:00
Suchintan
bc369f530c
Clean up browser launch failure messaging (#4844)
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: Suchintan Singh <suchintan@skyvern.com>
2026-02-21 23:23:15 -05:00
pedrohsdb
526f11dd55
fix: Use SettingsManager for model-to-LLM-key mapping so cloud fallback overrides apply (#4839) 2026-02-21 09:02:02 -08:00
Marc Kelechava
71f2b7a201
Add gated admin impersonation controls for MCP API-key auth (#4822)
Some checks are pending
Auto Create GitHub Release on Version Change / check-version-change (push) Waiting to run
Auto Create GitHub Release on Version Change / create-release (push) Blocked by required conditions
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
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
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
Build Skyvern TS SDK and publish to npm / check-version-change (push) Waiting to run
Build Skyvern TS SDK and publish to npm / build-and-publish-sdk (push) Blocked by required conditions
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-19 18:56:06 -08:00
Aaron Perez
f8f9d2a17f
[SKY-7980] Patch Credential TOTP Over Webhook Logic (#4811) 2026-02-19 15:14:44 -08:00
Suchintan
8cd99a9a79
Fix conditional evaluation using wrong value after template rendering SKY-7985 (#4801)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-18 23:04:18 -05:00
Suchintan
8714f15f1d
Fix MFA resolution priority: credential TOTP over webhook (#SKY-7980) (#4800)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-18 23:01:59 -05:00
Marc Kelechava
b48bf707c3
add CLI parity commands for credential, block, and browser (#4793)
Some checks are pending
Auto Create GitHub Release on Version Change / check-version-change (push) Waiting to run
Auto Create GitHub Release on Version Change / create-release (push) Blocked by required conditions
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
Build Skyvern SDK and publish to PyPI / run-ci (push) Blocked by required conditions
Build Skyvern SDK and publish to PyPI / check-version-change (push) Waiting to run
Build Skyvern SDK and publish to PyPI / build-sdk (push) Blocked by required conditions
2026-02-18 11:45:07 -08:00
Marc Kelechava
46a7ec1d26
align workflow CLI commands with MCP parity (#4792) 2026-02-18 11:34:12 -08:00
Marc Kelechava
2c5d8022d7
Add PR A CLI browser command parity with MCP (#4789) 2026-02-18 10:53:55 -08:00
Suchintan
f85af654b4
Log response body in api.raw_request for all status codes (#SKY-7987) (#4779)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-17 23:40:47 -05:00
pedrohsdb
699e64089f
Fix cached script element IDs missing after page navigation (#4774) 2026-02-17 17:28:05 -08:00
Marc Kelechava
7c5be8fefe
Extract shared core from MCP tools, add CLI browser commands (#4768) 2026-02-17 11:24:56 -08:00
Suchintan
b1e5eb9268
Fix ruff config: consolidate into pyproject.toml (#4755)
Some checks failed
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
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
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
Auto Create GitHub Release on Version Change / create-release (push) Has been cancelled
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-02-14 23:57:37 -05:00
pedrohsdb
ff5a74dac6
Fix PII leakage in cached run_task() prompts (#SKY-7989) (#4744) 2026-02-13 12:16:45 -08:00
Shuchang Zheng
155c07f8be
Remove setup.sh in favor of skyvern CLI (#4737) 2026-02-12 20:43:27 -08:00