v3.0.1
superradcompany/microsandboxv3.0.1Jun 30, 2026by lyogavin
AI Summary
This release prioritizes dependency updates, documentation improvements, and configuration management refactoring. It includes fixes for runtime heartbeat staleness and CI job management.
Key Highlights
- Redesign Rust sandbox reference page
- Move bulky config onto an inherited config fd
- Fix runtime heartbeat staleness kill
- Cap cargo jobs and bound timeouts on self-hosted runners
New Features
- Redesigned sandbox documentation
- Inherited configuration file descriptor
- Heartbeat staleness fix
- CI job capping and timeout bounding
Full Release Notes
## AirLLM v3.0.1 Patch release. - **Fix:** `import airllm` failed on a clean install with `ModuleNotFoundError: No module named 'sentencepiece'`. `sentencepiece` is now a declared dependency, so `pip install airllm` works out of the box. - Model-family imports are now defensive: a missing optional dependency for one niche model family no longer breaks the whole package — the generic streaming path always loads. ### Upgrade ```bash pip install --upgrade airllm ```