Skip to content

Sediman Browse

v0.3.8 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

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

✓ No known CVEs patched in this version

Summary

AI summary

Updates Ctrl+C Now Works, What This Fixes, and CRITICAL across a mixed release.

Changes in this release

Bugfix High

Ctrl+C now terminates the TUI gracefully.

Ctrl+C now terminates the TUI gracefully.

Source: llm_adapter@2026-06-03

Confidence: low

Bugfix Medium

TUI no longer hangs on exit.

TUI no longer hangs on exit.

Source: granite4.1:30b@2026-06-03-audit

Confidence: low

Bugfix Medium

Terminal state is properly restored after TUI exit.

Terminal state is properly restored after TUI exit.

Source: granite4.1:30b@2026-06-03-audit

Confidence: low

Full changelog

CRITICAL FIX

Ctrl+C Now Works (CRITICAL)

  • Problem: Ctrl+C would not terminate the TUI, forcing users to force quit
  • Solution:
    • Moved exit check to top of main loop for immediate response
    • Set interrupt flag when Ctrl+C is pressed
    • Ensure terminal state is properly restored on exit
  • Result: TUI now exits gracefully when Ctrl+C is pressed

Installation

curl -fsSL https://raw.githubusercontent.com/sediman-agent/OpenSkynet/main/scripts/install.sh | bash

For aarch64-macos (Apple Silicon):
Pre-built binaries not available. Build from source:

git clone https://github.com/sediman-agent/OpenSkynet.git
cd OpenSkynet
cargo build --release --package sediman-tui
cp target/release/sediman-tui ~/.local/bin/terminator
chmod +x ~/.local/bin/terminator

What This Fixes

  1. Ctrl+C not working (CRITICAL) - FIXED
  2. TUI hanging on exit - FIXED
  3. Terminal state not restored - FIXED

This is a critical fix that makes the TUI usable. Without this fix,
users could not exit the TUI gracefully and had to force quit the application.

Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.7...v0.3.8

Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.7...v0.3.8

Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.7...v0.3.8

Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.7...v0.3.8

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]