v0.57.0
Mesh-LLM/mesh-llmv0.57.0Apr 7, 2026by github-actions[bot]
AI Summary
This release focuses on UI stability and performance improvements, specifically addressing chat streaming smoothness and topology visualization issues.
Key Highlights
- Fixed detail panel push issue in fullscreen mode
- Introduced smooth chat streaming and message queuing
- Added tiny dots to visualize client nodes in mesh topology
- Scaled health timeout based on model size
New Features
- Smooth chat streaming and message queuing
- Mesh topology client node visualization
- Health timeout scaling
Full Release Notes
## What's Changed * fix: prevent detail panel from being pushed when in fullscreen mode by @ndizazzo in https://github.com/michaelneale/mesh-llm/pull/202 * Smooth chat streaming and message queuing by @michaelneale in https://github.com/michaelneale/mesh-llm/pull/205 * Show client nodes as tiny dots in mesh topology by @michaelneale in https://github.com/michaelneale/mesh-llm/pull/206 * launch: scale health timeout by model size by @Bortlesboat in https://github.com/michaelneale/mesh-llm/pull/210 **Full Changelog**: https://github.com/michaelneale/mesh-llm/compare/v0.56.0...v0.57.0