This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryTUI backend fallback now automatically tries multiple commands and crashes are prevented.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
TUI backend fallback chain tries sediman rpc-server → uv run → python3 → python, automatically falling back on failure TUI backend fallback chain tries sediman rpc-server → uv run → python3 → python, automatically falling back on failure Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Install script auto-upgrades sediman when an outdated version is detected Install script auto-upgrades sediman when an outdated version is detected Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Prevents hard crash when old sediman lacks `rpc-server` by seamlessly falling back to `uv run` Prevents hard crash when old sediman lacks `rpc-server` by seamlessly falling back to `uv run` Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Backend Fallback Chain + Auto-Upgrade
Fixes
- TUI backend fallback: Tries
sediman rpc-server→uv run→python3→pythonin order, falls back automatically if a candidate fails - Install script auto-upgrade: Detects when installed sediman is outdated and reinstalls automatically
- No more hard crash: If old sediman lacks
rpc-server, TUI seamlessly falls back touv run
Before
sediman rpc-server → Error: No such command → crash, no fallback
After
sediman rpc-server → exits → trying uv run → works!
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.2.3...v0.2.4
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]