Commit graph

286 commits

Author SHA1 Message Date
Shuchang Zheng
ad8cf93468
chore(security): address Oneleet alerts (SMTP env, sha1 flag, test key rename) (#5552)
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-19 09:41:37 -07:00
Shuchang Zheng
d1582e0013
fix(SKY-8938): finalize webm recordings so they have end timestamp (#5551) 2026-04-19 09:34:27 -07:00
Aaron Perez
e13f34b996
feat: add refresh-session API endpoint and storage deletion (SKY-8955 BE) (#5544)
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-17 17:48:44 -05:00
Shuchang Zheng
9650df43f9
feat: extend feature flag resolution logging to standalone tasks (#5541) 2026-04-17 07:52:02 -07:00
Andrew Neilson
48d3794c62
fix: move opentelemetry-sdk to dev group so OSS CI can run tracing test (#5539)
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
zizmor / Audit GitHub Actions (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
Auto Create GitHub Release on Version Change / create-release (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / build-sdk (push) Has been cancelled
Build Skyvern SDK and publish to PyPI / run-ci (push) Has been cancelled
2026-04-16 21:01:38 -07:00
Andrew Neilson
b7aee473e8
feat(SKY-8879) copilot-stack/12: wire-up (flag + dispatch + frontend) (#5531)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 17:25:07 -07:00
Andrew Neilson
9dd03fce98
feat(SKY-8879) copilot-stack/11: agent orchestrator + prompt (#5529) 2026-04-16 12:13:16 -07:00
Andrew Neilson
cf4d378a67
Revert #10280 — accidental mass deletion of copilot code (#5525) 2026-04-15 23:20:37 -07:00
Andrew Neilson
7c29ab9d1f
feat(SKY-8879) copilot-stack/07: enforcement + overflow recovery (#5519)
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
zizmor / Audit GitHub Actions (push) Waiting to run
2026-04-15 22:21:36 -07:00
Andrew Neilson
faa2b233cb
feat(SKY-8879) copilot-stack/06: MCP tools surface + orphan-task cancellation (#5517) 2026-04-15 21:20:16 -07:00
Andrew Neilson
bf9a367504
feat(SKY-8879) copilot-stack/03: copilot utilities + openai-agents dep (#5512) 2026-04-15 16:17:06 -07:00
Aaron Perez
bded188adb
feat: add workflow-level inherited error_code_mapping (SKY-8855) (#5506) 2026-04-14 20:28:19 -05:00
Aaron Perez
52ec844612
feat(extraction-cache): prompt normalization pipeline (SKY-8872) (#5504) 2026-04-14 19:39:10 -05:00
Marc Kelechava
ec17530f43
Align MCP/CLI browser guidance and harden eval baseline (#5503) 2026-04-14 16:48:46 -07:00
Aaron Perez
58ab689abc
fix(SKY-8920): cap extract-* prompt sizes to reduce Gemini TPM 429s (#5502) 2026-04-14 17:42:05 -05:00
Aaron Perez
2f0ab4e453
feat: add COGS visibility dbt models and LLM model tracking (#5500) 2026-04-14 15:49:12 -05:00
Marc Kelechava
68bc01051c
[Oncall] [SKY-8854] Preserve download suffixes across task finalization (#5499) 2026-04-14 12:35:31 -07:00
Andrew Neilson
2c61ac9254
feat(SKY-8879) copilot-stack/02: schema + repository plumbing (#5498) 2026-04-14 12:13:29 -07:00
pedrohsdb
ded9646424
fix: stop generating fill_form() in adaptive caching for non-ATS workflows (#5497) 2026-04-14 11:58:41 -07:00
LawyZheng
59adc685ef
revert: remove browser profile corruption fallback from PR #9865 (#5495) 2026-04-15 02:42:29 +08:00
Aaron Perez
cb6d5e85cf
feat: add summarize-output LLM endpoint for workflow runs (SKY-8857) (#5493) 2026-04-14 11:41:39 -05:00
Aaron Perez
065d0cd878
fix: scope downloaded files to current task block (#SKY-8914) (#5492) 2026-04-14 11:34:54 -05:00
Marc Kelechava
ad29771451
feat: add CLI telemetry to close PostHog blind spot (#5491)
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-13 23:01:08 -07:00
Aaron Perez
ff198cb6f5
fix(extraction-shadow): follow-up to SKY-8871 — cycle, dead code, comment nits (#5486)
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-13 23:32:20 -05:00
Aaron Perez
50a196c5a5
feat(extraction-cache): shadow-mode correctness verification (SKY-8871) (#5483) 2026-04-13 20:24:59 -05:00
Aaron Perez
55a7966193
feat(extraction-cache): structured telemetry fields (SKY-8870) (#5482) 2026-04-13 19:58:33 -05:00
Marc Kelechava
1ecde880ab
SKY-8781 preserve login credential keys on MCP workflow updates (#5479) 2026-04-13 16:57:41 -07:00
Shuchang Zheng
fa397afc05
Fix loop-scoped Task V2 download filtering (#5477) 2026-04-13 14:12:12 -07:00
LawyZheng
f76faa49ce
fix: prevent block output from leaking across loop iterations (#SKY-8835) (#5475) 2026-04-14 02:10:16 +08:00
Andrew Neilson
ef1665bfe4
fix: fail immediately on non-retriable navigation errors (SKY-8875) (#4976)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 17:53:30 +00:00
Shuchang Zheng
ae0d613a56
Normalize feature flag resolution logging (#5472) 2026-04-13 08:47:20 -07:00
LawyZheng
603b6bbb71
fix(SKY-8778): click-first + re-scrape diff for shadow DOM comboboxes (#5471)
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-13 14:40:16 +08:00
Aaron Perez
5348ff6b09
Cache extract-information results per workflow run (SKY-8819) (#5459) 2026-04-10 15:59:35 -07:00
Marc Kelechava
a6dadc4290
[Oncall] [SKY-8859] Log malformed auth token shape without changing auth behavior (#5458) 2026-04-10 14:45:21 -07:00
Shuchang Zheng
688b010b72
Remove unnecessary S3 PUTs (#5448)
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 / check-version-change (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 / 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
2026-04-09 19:44:09 -07:00
Aaron Perez
18ab8447c2
Revert Parallel Workflow Loops (SKY-8175, SKY-8176, SKY-8177, SKY-8180) (#5445)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
2026-04-09 19:38:56 -07:00
LawyZheng
5584d2cd79
fix: classify proxy failures as PROXY_ERROR, not BROWSER_ERROR (#5441) 2026-04-10 02:54:32 +08:00
pedrohsdb
8d424d8368
fix: validate bare interaction calls missing selector and ai argument (#5437) 2026-04-08 20:32:03 -07:00
Aaron Perez
eb9ad1025a
fix(SKY-8803): unblock concurrent browser launches in parallel for-loop engine (#5436) 2026-04-08 19:35:58 -07:00
pedrohsdb
45f7650266
fix: use dynamic selectors for navigation blocks inside for-loops (#5434) 2026-04-08 17:47:29 -07:00
pedrohsdb
d0a8cc790a
fix: resolve workflow parameter templates in cached extraction prompts (#5432) 2026-04-08 17:11:02 -07:00
Aaron Perez
5750f736de
SKY-8818: progressive wait_until for file_download navigation + low max_steps observability (#5431) 2026-04-08 17:01:01 -07:00
pedrohsdb
7bd7598c0f
fix: skip block description LLM call on subsequent for-loop iterations (#5428) 2026-04-08 14:45:04 -07:00
LawyZheng
87d270dbc0
fix: widen 'access denied' failure classification with auth-context guard (#5427)
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-09 01:40:06 +08:00
LawyZheng
5334e3be24
feat(SKY-8778): add discover-all-options fallback for auto-completion (#5426) 2026-04-09 01:36:45 +08:00
Marc Kelechava
b168f7694b
fix: add missing apply_stealth_config() to persistent stealth browser path [SKY-8789] (#5425)
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
2026-04-08 00:35:05 -07:00
Aaron Perez
6bab0aeaee
fix(SKY-8799): preserve ISO datetime strings in workflow YAML loading (#5421) 2026-04-07 19:27:48 -07:00
Aaron Perez
ae9741a381
feat: parallel loop execution — backend engine, sessions, concurrency (SKY-8175, SKY-8176, SKY-8177, SKY-8180) (#5412) 2026-04-07 15:34:29 -07:00
pedrohsdb
7c126b34fc
feat: show all selector options to script reviewer (#5410) 2026-04-07 14:02:36 -07:00
Aaron Perez
2d4ed49b7e
feat(SKY-8585): expose schedule routes in OpenAPI for SDK generation (#5408) 2026-04-07 13:10:55 -07:00