This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryAdded package data entry to ship missing provider YAMLs and other asset files.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Includes provider YAMLs and data assets in installed package Includes provider YAMLs and data assets in installed package Source: llm_adapter@2026-06-03 Confidence: low |
— |
Full changelog
Fix: Provider YAMLs included in package
Problem
setuptools only ships .py files by default. The 24 provider YAMLs were excluded from the installed package, causing Unknown provider: openai. Available: (empty).
Fix
Added [tool.setuptools.package-data] to include all non-.py data files (51 total):
- 24 provider YAMLs (openai, anthropic, ollama, etc.)
- Subagent
.mdprompt templates - Any JSON/TXT data assets
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.2.4...v0.2.5
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Sediman Browse
All releases →Related context
Related tools
Earlier breaking changes
- v0.2.7 Renamed data directory from ~/.sediman to ~/.terminator across Python and Rust codebases
Beta — feedback welcome: [email protected]