Even with simple input like hello, the AI chat panel crashes:
TypeError: Cannot convert argument to a ByteString
because the character at index 0 has a value of 8226 (>255)
No encoding option in settings. Likely backend is not using UTF-8 safe conversion (ByteString.copyFromUtf8).