This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates What's Fixed, Critical Fixes, and tui across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Eliminate duplicate conversational greeting messages Eliminate duplicate conversational greeting messages Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Persist model and provider selection across TUI restarts Persist model and provider selection across TUI restarts Source: llm_adapter@2026-06-03 Confidence: low |
— |
| Refactor | Low |
Synchronize TUI binary and Python package versions to v0.3.5 Synchronize TUI binary and Python package versions to v0.3.5 Source: llm_adapter@2026-06-03 Confidence: high |
— |
Full changelog
Critical Fixes
- fix(tui): persist provider and model selection to config - Fixes the issue where model selection resets to default every time the app restarts
- fix(agent): improve conversational response generation - Fixes duplicate generic messages
- chore: bump version to v0.3.5 - Ensures TUI and Python package versions are in sync
Installation
curl -fsSL https://raw.githubusercontent.com/sediman-agent/OpenSkynet/main/scripts/install.sh | bash
What's Fixed
-
Model Selection Persistence (CRITICAL)
- Your selected model (e.g., minimax m3) now persists across restarts
- Provider and model are saved to ~/.terminator/tui.toml
- CLI args can override saved config if needed
-
Duplicate Conversational Messages
- No more repetitive "I'm Sediman. How can I help you?" messages
- Each response is now contextual and unique
-
Version Sync
- TUI binary and Python package are now at the same version (v0.3.5)
- Prevents the version mismatch issues from previous releases
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.4...v0.3.5
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.4...v0.3.5
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.4...v0.3.5
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.4...v0.3.5
Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.3.4...v0.3.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]