v1.0.65

exo-explore/exov1.0.65Jan 24, 2026by AlexCheema

AI Summary

Stability fixes for RDMA and long running clusters, fixing FAILED -> PREPARING loops, plus QoL features for managing downloads.

Key Highlights

  • Added download and delete buttons to downloads UI
  • Fixed GPT-OSS tool calling parsing
  • Fixed Thunderbolt bridge cycle detection for 2-node cycles
  • Fixed placement filter to use subset matching
  • Fixed instance port assignment for RDMA clusters
  • Restored Thunderbolt Bridge LaunchDaemon

New Features

  • Download and delete buttons in downloads UI
  • Improved placement filter logic
  • Deprioritized uncertain ethernet devices for RDMA
  • Restored EXO network profile creation in LaunchDaemon

Full Release Notes

# EXO v1.0.65 Release Notes

This release ships with stability fixes for RDMA and long running clusters (fixing the _FAILED_ -> _PREPARING_ loops for some clusters), as well as QoL features for managing downloads and a fix for GPT-OSS tool calling.

## UX

- Add download and delete buttons to downloads UI ([#1236](https://github.com/exo-explore/exo/pull/1236), ([#1237](https://github.com/exo-explore/exo/pull/1237)))

## Bug Fixes

- Fix parsing logic for GPT-OSS tool calling ([#1271](https://github.com/exo-explore/exo/pull/1271))
- Fix Thunderbolt bridge cycle detection to include 2-node cycles ([#1261](https://github.com/exo-explore/exo/pull/1261))
- Fix placement filter to use subset matching instead of exact match ([#1265](https://github.com/exo-explore/exo/pull/1265))
- Fix instance port assignment, improving stability for RDMA clusters ([#1268](https://github.com/exo-explore/exo/pull/1268))
- Deprioritise uncertain ethernet devices, improving stability for RDMA clusters ([#1267](https://github.com/exo-explore/exo/pull/1267))
- Restore Thunderbolt Bridge LaunchDaemon, since TB bridge gets enabled by macOS on reboot automatically ([#1270](https://github.com/exo-explore/exo/pull/1270))
- Add back the EXO network profile creation to the LaunchDaemon ([#1277](https://github.com/exo-explore/exo/pull/1277))

**Full Changelog:** https://github.com/exo-explore/exo/compare/v1.0.64...v1.0.65