Skip to content

Sediman Browse

v0.2.4 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

TUI backend fallback now automatically tries multiple commands and crashes are prevented.

Changes in this release

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-serveruv runpython3python in 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 to uv 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

Track Sediman Browse

Get notified when new releases ship.

Sign up free

About Sediman Browse

All releases →

Related context

Earlier breaking changes

  • v0.2.7 Renamed data directory from ~/.sediman to ~/.terminator across Python and Rust codebases

Beta — feedback welcome: [email protected]