Changelog
All notable changes to MUXI components.
For detailed release notes, see individual component repositories:
February 2026
Local Development Mode
Fast iteration without full deploy cycle:
- Server:
/rpc/dev/runand/rpc/dev/stopendpoints,/draft/{id}/*proxy route - CLI:
muxi up [path]to start local formation,muxi downto stop - SDKs:
modeparameter ("live"or"draft") to switch between live and draft formations - Draft and live formations can run simultaneously with the same ID
SDK Update Notifications
Server now notifies SDKs when updates are available:
- Parses
X-Muxi-SDKheader from requests - Responds with
X-Muxi-SDK-Latestheader containing latest version - Fetches release versions from GitHub API (refreshes every 24h)
Bug Fixes
- Fixed Docker container naming for draft formations (use
-draftsuffix) - Improved error messages when formations crash during startup (removed ASCII art noise)
January 2026
Documentation
- Major documentation restructure with improved navigation
- Added concept pages: Sessions, Multi-Identity Users, Scheduled Tasks
- Added "why" rationale throughout guides
- Highlighted key features: self-healing tool chaining, topic tagging, semantic caching
- Reorganized sidebar for better onboarding flow
December 2025
Server v1.0
- Production-ready release
- 91.2% test coverage
- HMAC authentication
- Multi-formation support
- Zero-downtime deployment
Runtime v1.0
- Stable API
- 85% test coverage
- Full MCP integration
- 4-layer memory system
- FAISSx vector store
CLI v1.0
muxi devfor local developmentmuxi deployfor production- Secrets management
- Formation scaffolding
November 2025
OneLLM v1.0
- Unified LLM interface
- 96% test coverage
- Semantic caching (50-80% cost savings)
- 15+ provider support
- Streaming support
October 2025
Runtime
- Observability system with 350+ event types
- Topic tagging for analytics
- Self-healing tool chaining
- User synopsis caching
Server
- Circuit breakers and resilience patterns
- Hot-reload formations
- Health endpoints
Earlier Releases
See GitHub Releases for complete history.