All releases
Auxot OSS v0.3.10 March 21, 2026
WebSocket stability and agent heartbeat
Improved connection reliability for agents with concurrent WebSocket safety and heartbeat support.
Fixes
- Added a write mutex to prevent race conditions when multiple goroutines write to a WebSocket connection concurrently.
- Added heartbeat support to
auxot-agentand fixedtoHTTPURLconversion in the agentic loop to ensure reliable agent connectivity.