-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't handle long messages well #15
Comments
@alrifat2 can you investigate this? We need some creative solutions to overcome React.js rendering overhead when messages get too big. Maybe upgrading to React 19 and enabling react compiler? My bottleneck with this was motion-framer incompatibility but seems like they have a beta which is compatible |
I think I can see an improvement on Sonoma, I don't think I can on Monterey.
I'd say this needs BoltAI implementation with toggle (expand/collapse) button and a button to copy entire message without expanding it. |
For your use case, do you need the entire message to collapse when large, or only code blocks? |
That's a good question. |
it does a great job on wrapping code blocks, but it's really missing ability to collapse long message into smaller "Toggle Full Message" books like BoltAI does.
When you paste 64K messages, dialog quickly becomes laggy to the point of being unusable
The text was updated successfully, but these errors were encountered: