v0.4.1
OpenMOSS/MOSS-TTS-Nanov0.4.1Jun 11, 2026by github-actions[bot]
AI Summary
The OpenTUI framework update adds native SSH package support and improves rendering performance with native yoga-layout and backpressure handling.
Key Highlights
- Added `@opentui/ssh` package for SSH support
- Implemented native yoga-layout for better rendering
- Added native render backpressure and failure handling
- Switched OpenCode to Claude Fable 5
- Updated documentation and dependencies
New Features
- SSH package support
- Native yoga-layout implementation
Full Release Notes
## What's Changed * fix(renderer): clear stale hit targets on resize by @simonklee in https://github.com/anomalyco/opentui/pull/1158 * ci: switch OpenCode to Claude Fable 5 by @simonklee in https://github.com/anomalyco/opentui/pull/1162 * ci: fix Zig cache restore on Blacksmith by @simonklee in https://github.com/anomalyco/opentui/pull/1164 * feat(ssh): add @opentui/ssh package by @msmps in https://github.com/anomalyco/opentui/pull/1151 * Handle native render backpressure and failures by @kommander in https://github.com/anomalyco/opentui/pull/1163 * Native yoga-layout by @kommander in https://github.com/anomalyco/opentui/pull/1126 * web: update documentation and dependencies by @simonklee in https://github.com/anomalyco/opentui/pull/1166 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.4.0...v0.4.1