fix(chat): render floating chat messages in insertion order instead of timestamp sort#5647
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The chat store now appends new messages and trims with Reviewed by Cursor Bugbot for commit abe6f50. Configure here. |
Greptile SummaryThis PR changes floating chat history to use store insertion order. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(chat): render floating chat messages..." | Re-trigger Greptile |
Summary
handleRunWorkflow— both messages then landed in the same millisecond and the timestamp sort's tie-break rendered them reversed)Type of Change
Testing
Unit tests for store ordering, cap trimming, and persist migration; existing floating chat tests pass; typecheck clean
Checklist