This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryTUI now starts the Python backend correctly via sediman rpc-server
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds new subcommand `sediman rpc-server` to start the RPC backend using the correct Python environment. Adds new subcommand `sediman rpc-server` to start the RPC backend using the correct Python environment. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
TUI now correctly starts Python backend when sediman is installed via `uv tool install`. TUI now correctly starts Python backend when sediman is installed via `uv tool install`. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
TUI tries `sediman rpc-server` first, falling back to `uv run` for dev setups. TUI tries `sediman rpc-server` first, falling back to `uv run` for dev setups. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Refactor | Low |
Version bump from 0.2.2 to 0.2.3. Version bump from 0.2.2 to 0.2.3. Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Fix: TUI Backend Launch
The TUI now correctly starts the Python backend when sediman is installed via uv tool install.
What changed
- New subcommand:
sediman rpc-server— starts the RPC backend using the correct Python environment - TUI launch fix: TUI tries
sediman rpc-serverfirst, falls back touv runfor dev setups - Version bump: 0.2.2 → 0.2.3
Before (broken)
uv run python -m sediman.rpc_server → ModuleNotFoundError: No module named sediman
After (fixed)
sediman rpc-server → uses uv tool venv Python → works!
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.2.2...v0.2.3
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]