Commit graph

286 commits

Author SHA1 Message Date
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
Aaron Perez
aa2eb8d4e8
[SKY-6] Backend 2FA Cleanup (#4826) 2026-02-20 14:06:08 -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
Marc Kelechava
f80451f37a
bump to 1.0.17 (#4819) 2026-02-19 14:53:57 -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
Aaron Perez
e3b6d22fb6
[SKY-6] Backend: Enable 2FA code detection without TOTP credentials (#4786) 2026-02-18 14:21:58 -08: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
Shuchang Zheng
34aadb8c09
bump version to v1.0.11 (#4574)
Some checks failed
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
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
Auto Create GitHub Release on Version Change / check-version-change (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
2026-01-28 16:47:21 -08:00
Stanislav Novosad
2362388637
Sync TS SDK version (#4561) 2026-01-27 16:00:16 -07:00
Stanislav Novosad
72b9fe960f
Add manual SDK tests (#4555)
Some checks failed
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) 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
2026-01-26 15:43:53 -07:00
ShiZai
9ad3f1f2b2
Add 116 unit tests for core utility modules (#4269)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2025-12-14 23:06:56 +00: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
Stanislav Novosad
0efae234ab
Initialize app at runtime instead of import time (#4024) 2025-11-18 17:56:58 -07: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
Shuchang Zheng
ea92ca4c51
support openrouter qwen model (#3630)
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
2025-10-06 18:55:52 -07:00
Alex Angin
323952169e
Issue-2756: updated alembic setup to account for asyncpg mode (#3431) 2025-09-16 00:33:51 -04:00
PHSB
468f5c6051
Making file parser flexible to deprecate pdf parser (#3073)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-08-06 13:15:04 -04:00
Shuchang Zheng
41f77a40c8
enable inline import alert and fix inline imports (#2856) 2025-07-01 12:48:00 -07:00
Prakash Maheshwaran
d23944bca7
fixed the openrouter stuff (#2630) 2025-07-01 14:02:22 -04:00
Prakash Maheshwaran
b5bf9d291f
Add run lifecycle timestamps - improvments (#2601)
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>
2025-06-12 03:36:49 +00:00
Shuchang Zheng
62e9d84fd6
fix url encoding in the param part (#2520) 2025-05-29 12:55:48 -07:00