v1.0.41
Alishahryar1/free-claude-codev1.0.41Jun 11, 2026by github-actions[bot]
AI Summary
This release fixes critical Docker UI credential injection issues and introduces credential-aware scouting capabilities. Key highlights include fixing a 403 error on self-host, persisting telemetry for artifact metadata violations, and adding credential-typed synthesis in code-block mode.
Key Highlights
- Fixed Docker UI filtering out its own injected API key (403 error on self-host)
- Added credential-aware scouting and credential-typed synthesis in code-block mode
- Persisted copilot artifact-metadata violation batches as durable telemetry
- Fixed 'tsc: not found' error in Docker UI builder stage
New Features
- Credential-aware scouting
- Credential-typed synthesis
- Durable telemetry for artifact metadata violations
Full Release Notes
## What's Changed Version bumped from 1.0.40 to 1.0.41 ### Recent Changes - Bump version to 1.0.41 (#6522) (60ed3f40c) - fix(docker): force dev deps in UI builder stage to fix "tsc: not found" (#6523) (a8a3b0ad1) - SKY-10863: credential-aware scouting + credential-typed synthesis in code-block mode (#6521) (cfcf6b1a6) - SKY-10827: persist copilot artifact-metadata violation batches as durable telemetry (#6520) (559fea0bb) - fix: stop the docker UI from filtering out its own injected API key (403 "Invalid credentials" on self-host) (#6516) (4c869489c) **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.40...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