EXO v1.0.70 Release Notes
This release ships with multimodality and major enhancements for memory usage in long context use cases (e.g. OpenClaw and OpenCode), as well as updated model support and QOL features.
Models
- Add support for Gemma 4 (#1851, #1891)
- Add support for Minimax M2.7 (#1884)
- Add support for Qwen3.6 (#1907, #1917)
Performance
- Implement Flash Attention for Qwen3.5 and Gemma 4, reducing peak memory consumption by 3-6x (#1886)
- Fix memory leaks in Rotating and Arrays cache (#1819, #1835)
- Improve KV prefix cache hit rates (#1817)
- Garbage collect KV cache on eviction (#1832)
Multimodality
- Add support for vision models, making use of vision processors in Qwen3.5, Kimi K2.5 and Gemma 4 (#1802, #1893)
- Handle PDFs by sending both text and image (#1822, #1865)
API
- Add integration helpers to display one-click setups for connecting to tools such as OpenCode, n8n and OpenClaw (#1810)
- Add Firefox AI sidebar (?q=) support to dashboard (#1814)
- Expose /state/paths for easier lookup of pieces of state (#1796)
- Improve stats and usage reporting (#1836, #1848, #1885, #1899)
- Prevent timing out on clients during long prefills (#1803, #1828)
- Allow copying even on http, as a QOL for Tailscale users and other non localhost serving (#1902)
Quality of Life
- Allow pausing and deleting active downloads (#1829)
- Add the ability to edit environment variables in MacOS app (#1852, #1869, #1901)
- Prevent failed instance retry loops (#1763)
- Truncate overly verbose bits of text in logs (#1854)
Bug Fixes
- Clean up processes nicely to prevent zombie processes and holding RDMA resources (#1889)
- Fix out of order event crashes on startup (#1894)
- Drain tokens silently skipped in thinking parsing, prevent malformed tool calls in certain models (#1898)
- Gracefully catch errors in downloads (#1846)
- Prevent several fatal crashes (#1856, #1827)
- Use configured api_port for IP connectivity probes (#1877)
New Contributors
We had some more new faces in this release. Thank you for your contributions!
Full Changelog: v1.0.69...v1.0.70