Testing the chat interface—there seems to be zero feedback when an RPC call fails. If the gateway rejects a request, the UI just shows an eternal loading spinner.
Checked DevTools and I see the WebSocket returning ok: false, but there's no toast notification or timeout surfacing this to the user. Without proper error recovery, it's impossible to know if the model is stalled or if it's a permission/network issue.
Testing the chat interface—there seems to be zero feedback when an RPC call fails. If the gateway rejects a request, the UI just shows an eternal loading spinner.
Checked DevTools and I see the WebSocket returning ok: false, but there's no toast notification or timeout surfacing this to the user. Without proper error recovery, it's impossible to know if the model is stalled or if it's a permission/network issue.