v1.0.41

huggingface/finetrainersv1.0.41Jun 11, 2026by github-actions[bot]

AI Summary

A maintenance release focusing on hardening element scraping logic against undefined values, fixing Docker UI API key injection issues, and persisting copilot artifact metadata batches.

Key Highlights

  • Hardened element-tree scrape against undefined className.
  • Fixed Docker UI filtering out its own injected API key.
  • Persisted copilot artifact-metadata violation batches as durable telemetry.
  • Added credential-aware scouting and synthesis in code-block mode.

New Features

  • Credential-aware scouting and credential-typed synthesis in code-block mode.

Full Release Notes

## What's Changed

Version bumped from 1.0.42 to 1.0.41

### Recent Changes
- fix(SKY-11177): harden element-tree scrape against undefined className and isElementVisible recursion (#6697) (ada154bd1)

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.42...v1.0.41


## What's Changed
* fix: stop the docker UI from filtering out its own injected API key (403 "Invalid credentials" on self-host) by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6516
* SKY-10827: persist copilot artifact-metadata violation batches as durable telemetry by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/6520
* SKY-10863: credential-aware scouting + credential-typed synthesis in code-block mode by @andrewneilson in https://github.com/Skyvern-AI/skyvern/pull/6521
* fix(docker): force dev deps in UI builder stage to fix "tsc: not found" by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6523
* Bump version to 1.0.41 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/6522


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.40...v1.0.41