You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
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).