github Skyvern-AI/skyvern v1.0.39
Release v1.0.39

5 hours ago

What's Changed

Version bumped from 1.0.38 to 1.0.39

Recent Changes

  • fix: re-inject UI env vars on every container start (#6401) (7f97fe8)
  • fix(SKY-9402): skip force-visible for shadow DOM inputs in closed dropdowns (#6433) (79dfc8a)
  • perf(SKY-10319): add screenshots_included/speculative attrs to LLM request spans (#6432) (1d1076a)
  • feat(observability): attribute complete_verify span with caller trigger (SKY-10319) (#6431) (54a084d)
  • [codex] Add session replay artifact groundwork (#6429) (7db4eaa)
  • SKY-10580: organize public API reference taxonomy + auto-sync openapi spec (#6428) (0f90279)
  • Track OpenRouter LLM token counts and cost in get_call_stats (#6427) (d2e9caf)
  • SKY-10711: trim redundant full-DOM re-scrape in composition inspect; drop dead page-evidence cache (#6426) (dc92711)
  • chore: add qa-evidence skill for routing QA artifacts to Linear and PRs (#6423) (859f97c)
  • security: fix banks RCE + urllib3 header leak in llama_index integration (#6416) (7a013d1)
  • Update API specifications with fern api update (#6422) (c4b9c79)
  • Gate CUA and Opus models for enterprise (#6420) (ddf6f6c)
  • [codex] Compress browser session recordings (#6419) (7a6f1c0)
  • chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /skyvern-ts/client in the npm_and_yarn group across 1 directory (#5911) (6fbe6a6)
  • SKY-10673: add code-first Copilot code block preflight (#6410) (1843917)
  • feat(SKY-10669): add Claude Opus 4.8 LLM configs (direct + Bedrock) (#6409) (dda9257)
  • docs: update changelog — Week of June 1, 2026 (#6408) (5840be2)
  • SKY-10673: add code-first Copilot authoring policy (#6407) (4f4dfcd)
  • chore(observability): trim high-volume production log noise (#6406) (85a3885)
  • SKY-10703: make tiktoken encoding load non-blocking in token_counter (#6405) (f4314b2)
  • fix(SKY-10695): initialize credential edit form once per modal open (#6404) (3438fd0)
  • docs: update changelog — Week of June 1, 2026 (#6403) (8ddea80)
  • feat(tagging): Phase 6 frontend — tag chips, filter, editor, delete-key (SKY-10105) (#6402) (35d1532)
  • fix(SKY-10682): harden conditional branch evaluation against malformed LLM batches (#6400) (f928940)
  • perf(SKY-10319): add action_type/step_order attrs to post-action screenshot spans (#6399) (d5dedd9)
  • Revert "feat(frontend): defer blank agent creation until first save" (#6398) (a30b450)
  • SKY-10673: add code-first Copilot rollout config (#6397) (706da79)
  • Live Record Browser Interpretation (backend) (#6396) (7c9f500)
  • feat(frontend): add speech-to-text mic for prompt box and workflow copilot (#6395) (30f8ccf)
  • feat(SKY-10075): tiered slim LLM output prompts (slim_safe / slim_terse) (#6392) (634dc11)
  • SKY-10565: invalidate copilot verified-block trust when a workflow edit changes a block (#6391) (d63a103)
  • fix(SKY-10605): interrupt active runs on terminal evidence (#6390) (e7361f2)
  • feat(SKY-10083): downscale LLM screenshots to 768px to cut vision-token cost (#6389) (5456e87)
  • SKY-10566: add LLM-backed TurnIntent classifier (#6388) (2069154)
  • SKY-10643: fix cancelled Copilot draft terminal state (#6387) (fb92fd6)
  • Normalize duplicate www URL prefixes (#6386) (1796016)
  • chore(SKY-6661): address whimsy PR review feedback (#6367) (b42a7d6)
  • fix(SKY-9402): make zero-rect CSS pseudo-content icon buttons visible (#6385) (2d82945)
  • SKY-10580: rebrand Workflows → Agents in the public docs (with redirects) (#6384) (c847199)
  • SKY-10580: expose the workflows API as /agents + accept agent_id (backwards-compatible) (#6383) (ac62f74)
  • feat(SKY-10083): instrument per-call LLM image token + cost metrics (#6382) (9c3efc8)
  • fix(SKY-10456): make the large + button clickable to open the block menu (#6381) (51a7f0a)
  • fix(SKY-10655): derive credential-test trigger_type from x-user-agent (#6380) (fa2c89f)
  • SKY-9954: polish toast action button into a frosted pill (#6379) (d71a50a)
  • fix(SKY-10653): stop browser profile dropdown clipping its last item (#6378) (d748648)
  • feat(SKY-9957): clarify Browsers vs Browser Profiles subheader copy (#6377) (2b8db6a)
  • SKY-10578: Add credential folders (frontend) (#6376) (817cc9f)
  • security: fix 5 high-severity pip vulnerabilities in langchain integration (#6353) (3985d49)
  • SKY-10578: Add credential folders (backend) (#6375) (7e6ea82)
  • fix(SKY-10622): clean up child entities on workflow run timeout (#6374) (66d1fe9)

Full Changelog: v1.0.38...v1.0.39

What's Changed

  • fix(SKY-10622): clean up child entities on workflow run timeout by @LawyZheng in #6374
  • SKY-10578: Add credential folders (backend) by @suchintan in #6375
  • security: fix 5 high-severity pip vulnerabilities in langchain integration by @AronPerez in #6353
  • SKY-10578: Add credential folders (frontend) by @celalzamanoglu in #6376
  • feat(SKY-9957): clarify Browsers vs Browser Profiles subheader copy by @celalzamanoglu in #6377
  • fix(SKY-10653): stop browser profile dropdown clipping its last item by @celalzamanoglu in #6378
  • SKY-9954: polish toast action button into a frosted pill by @celalzamanoglu in #6379
  • fix(SKY-10655): derive credential-test trigger_type from x-user-agent by @celalzamanoglu in #6380
  • fix(SKY-10456): make the large + button clickable to open the block menu by @trevor-cheung in #6381
  • feat(SKY-10083): instrument per-call LLM image token + cost metrics by @trevor-cheung in #6382
  • SKY-10580: expose the workflows API as /agents + accept agent_id (backwards-compatible) by @suchintan in #6383
  • SKY-10580: rebrand Workflows → Agents in the public docs (with redirects) by @suchintan in #6384
  • fix(SKY-9402): make zero-rect CSS pseudo-content icon buttons visible by @LawyZheng in #6385
  • chore(SKY-6661): address whimsy PR review feedback by @suchintan in #6367
  • Normalize duplicate www URL prefixes by @suchintan in #6386
  • SKY-10643: fix cancelled Copilot draft terminal state by @andrewneilson in #6387
  • SKY-10566: add LLM-backed TurnIntent classifier by @andrewneilson in #6388
  • feat(SKY-10083): downscale LLM screenshots to 768px to cut vision-token cost by @trevor-cheung in #6389
  • fix(SKY-10605): interrupt active runs on terminal evidence by @andrewneilson in #6390
  • SKY-10565: invalidate copilot verified-block trust when a workflow edit changes a block by @andrewneilson in #6391
  • feat(SKY-10075): tiered slim LLM output prompts (slim_safe / slim_terse) by @pedrohsdb in #6392
  • feat(frontend): add speech-to-text mic for prompt box and workflow copilot by @cindehaa in #6395
  • Live Record Browser Interpretation (backend) by @cindehaa in #6396
  • SKY-10673: add code-first Copilot rollout config by @andrewneilson in #6397
  • Revert "feat(frontend): defer blank agent creation until first save" by @cindehaa in #6398
  • perf(SKY-10319): add action_type/step_order attrs to post-action screenshot spans by @LawyZheng in #6399
  • fix(SKY-10682): harden conditional branch evaluation against malformed LLM batches by @wintonzheng in #6400
  • feat(tagging): Phase 6 frontend — tag chips, filter, editor, delete-key (SKY-10105) by @trevor-cheung in #6402
  • docs: update changelog — Week of June 1, 2026 by @wintonzheng in #6403
  • fix(SKY-10695): initialize credential edit form once per modal open by @celalzamanoglu in #6404
  • SKY-10703: make tiktoken encoding load non-blocking in token_counter by @wintonzheng in #6405
  • chore(observability): trim high-volume production log noise by @wintonzheng in #6406
  • SKY-10673: add code-first Copilot authoring policy by @andrewneilson in #6407
  • docs: update changelog — Week of June 1, 2026 by @wintonzheng in #6408
  • feat(SKY-10669): add Claude Opus 4.8 LLM configs (direct + Bedrock) by @andrewneilson in #6409
  • SKY-10673: add code-first Copilot code block preflight by @andrewneilson in #6410
  • chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /skyvern-ts/client in the npm_and_yarn group across 1 directory by @dependabot[bot] in #5911
  • [codex] Compress browser session recordings by @suchintan in #6419
  • Gate CUA and Opus models for enterprise by @suchintan in #6420
  • Update API specifications with fern api update by @wintonzheng in #6422
  • security: fix banks RCE + urllib3 header leak in llama_index integration by @wintonzheng in #6416
  • chore: add qa-evidence skill for routing QA artifacts to Linear and PRs by @AronPerez in #6423
  • SKY-10711: trim redundant full-DOM re-scrape in composition inspect; drop dead page-evidence cache by @andrewneilson in #6426
  • Track OpenRouter LLM token counts and cost in get_call_stats by @cindehaa in #6427
  • SKY-10580: organize public API reference taxonomy + auto-sync openapi spec by @suchintan in #6428
  • [codex] Add session replay artifact groundwork by @suchintan in #6429
  • feat(observability): attribute complete_verify span with caller trigger (SKY-10319) by @LawyZheng in #6431
  • perf(SKY-10319): add screenshots_included/speculative attrs to LLM request spans by @LawyZheng in #6432
  • fix(SKY-9402): skip force-visible for shadow DOM inputs in closed dropdowns by @LawyZheng in #6433
  • fix: re-inject UI env vars on every container start by @celalzamanoglu in #6401

Full Changelog: v1.0.38...v1.0.39

Don't miss a new skyvern release

NewReleases is sending notifications on new releases.