Back to Changelog
Panel Backend

v1.0.106

Patch Released March 14, 2026

Critical hotfix: AI Terminal WebSocket crash resolved

Bug Fix

1
  • Fixed critical crash: panic: concurrent write to websocket connection in AI Terminal handler caused by two separate mutexes protecting the same WebSocket connection. Unified to single connection-level mutex for all WebSocket writes.
See the Demo