Commit graph

144 commits

Author SHA1 Message Date
Marc Kelechava
72c52b0055
fix: prevent MCP workflow updates from wiping credential parameters [SKY-8781] (#5398) 2026-04-06 16:07:04 -07:00
Marc Kelechava
f422c37d46
feat: MCP observe/execute batch tools + AI speed optimizations (#5386)
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-04-05 16:38:13 -07:00
Marc Kelechava
12b80f531a
feat: network request detail, route interception, and body capture for MCP/CLI (#5370)
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-04-02 18:10:45 -07:00
Marc Kelechava
58fed69496
feat: add clipboard read/write MCP tools (PR 7/7) (#5365)
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-04-02 15:49:01 -07:00
Shuchang Zheng
4358f9c695
Fix ReDoS in script_reviewer string literal regex (#5364) 2026-04-02 15:39:47 -07:00
Aaron Perez
b705e52536
feat: migrate callers to typed repos — batches 1-6 (SKY-8720) (#5350)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 13:20:33 -07:00
Marc Kelechava
21bb4cdf0f
Fix: preserve credential block references during MCP workflow update (#SKY-8462) (#5344) 2026-04-01 18:09:15 -07:00
Marc Kelechava
e95511e086
feat: iframe support for SDK, CLI, and MCP tools (#5319) 2026-03-31 16:10:53 -07:00
pedrohsdb
3cb3beaa33
fix: add missing is_pinned param to ScriptsRepository.create_workflow_script() (#5318) 2026-03-31 15:58:27 -07:00
pedrohsdb
75d5381058
Make run_with non-nullable, default to agent (#5275) 2026-03-27 18:53:28 -07:00
Marc Kelechava
951f756774
feat: agent-aware CLI with --json envelope, TTY detection, and capabilities (#5271) 2026-03-27 13:38:26 -07:00
Marc Kelechava
31d37a5b01
feat: MCP script/caching tools for code v2 visibility (#5243) 2026-03-25 15:42:53 -07:00
Marc Kelechava
a48d2cff92
feat: MCP drag, file upload, evaluate async, tool annotations (#5229)
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
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: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-03-24 18:37:54 -07: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
Shuchang Zheng
17c5492c14
remove non-partial indexes (#5226) 2026-03-24 17:33:19 -07:00
Suchintan
0afc59348e
Streamline CLI quickstart: browser setup, LLM models, Ollama support (#5214)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
2026-03-23 23:42:52 -04:00
Marc Kelechava
e3a2609941
fix: preserve credential parameters during MCP workflow updates (#5205) 2026-03-23 12:23:10 -07: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
dependabot[bot]
b15f1767f3
build(deps): bump the npm_and_yarn group across 4 directories with 6 updates (#5101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Perez <aperez0295@gmail.com>
2026-03-18 10:33:17 -05:00
Marc Kelechava
965fac68c7
[SKY-8322] Compact MCP workflow status responses and fix wr lookup (#5084) 2026-03-12 18:47:21 -07:00
Marc Kelechava
4ddc81fcbd
[SKY-8327] Default MCP workflow proxy to residential (#5080) 2026-03-12 16:45:09 -07:00
Marc Kelechava
90d6f8f37f
Add workflow folder support to SDK and MCP (#5075) 2026-03-12 15:12:03 -07:00
Aaron Perez
913b15d618
Fix all deprecation warnings on startup (#SKY-8131) (#5068) 2026-03-12 08:37:56 -07:00
Marc Kelechava
87f18f4ee0
Stop MCP model-key hallucinations in workflow creation (#SKY-8302) (#5061) 2026-03-11 16:56:19 -07:00
Marc Kelechava
af91183d75
Add MCP API key switcher for local clients [SKY-8218] (#5060) 2026-03-11 16:23:31 -07:00
Marc Kelechava
fa892f152f
Add QA report persistence to /qa skill (#SKY-8305) (#5059) 2026-03-11 16:04:16 -07:00
Marc Kelechava
0a69e28cb2
backend-aware /qa and clarify local auth diagnostics (#5058)
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-11 15:33:22 -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
Shuchang Zheng
ec175b5b54
Add browser tunneling documentation (#4972)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 10:21:21 -08:00
Marc Kelechava
6bf5b4fafa
Add guided skyvern setup quickstart + rename signup to login (#4988) 2026-03-04 22:12:35 -08:00
Marc Kelechava
5a5db62bfa
Add interactive ngrok guided setup for browser serve --tunnel (#4986) 2026-03-04 17:38:27 -08:00
Marc Kelechava
58d9b980d2
Bundle QA skill in pip package and auto-install during setup (#4985) 2026-03-04 17:23:50 -08:00
Marc Kelechava
bdd1a26361
Add QA discoverability to MCP instructions and localhost guard for cloud browsers (#4984) 2026-03-04 16:56:11 -08:00
Marc Kelechava
438bee9588
Allow browser_profile_id + browser_session_id together and inject browser_session_id into Jinja templates (#4967) 2026-03-03 12:40:16 -08:00
Celal Zamanoğlu
cc3cb5c93b
fix: ensure meaningful failure_reason when NL branch evaluation fails (#SKY-8026) (#4964)
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[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2026-03-03 20:20:11 +03:00
Marc Kelechava
3d1e1c14c4
feat: add --use-local-profile to browser serve for Chrome profile reuse (#4958) 2026-03-02 20:10:34 -08:00
Marc Kelechava
c608b7b0ec
Add qa_test MCP prompt for diff-driven browser QA testing (#4954) 2026-03-02 15:40:55 -08:00
Shuchang Zheng
2dd86a5c0b
add warning log for unauthorized browser serve request (#4950) 2026-03-02 14:00:31 -08:00
Shuchang Zheng
a11cc37085
Add browser rotation and fresh context for remote browser production (#4929) 2026-02-28 10:14:09 -08:00
Shuchang Zheng
209180730b
Fix WebSocket URL rewriting for ngrok tunnels in browser serve (#4927)
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 21:00:47 -08:00
Marc Kelechava
2e663beec0
Add browser-based CLI signup flow (skyvern signup) (#4925) 2026-02-27 19:09:12 -08:00
Marc Kelechava
d9b1c6a0ce
Add interactive ngrok tunnel to skyvern browser serve (#4924) 2026-02-27 18:54:21 -08:00
Shuchang Zheng
74340adfaf
Enable CDPDownloadInterceptor for remote browser connections (#4921) 2026-02-27 17:11:01 -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
Marc Kelechava
33c2920c63
Add Skyvern MCP setup to MCP_SETUP.md (#4886) 2026-02-25 14:31:00 -08:00
Celal Zamanoğlu
8fbf937ea4
feat: add Workflow Trigger Block backend (#SKY-8072) (#4885) 2026-02-26 01:10:29 +03:00
Andrew Neilson
3b21c21708
fix: handle local Postgres without skyvern role in quickstart (#4877) (#4878)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 21:33:41 +00:00