Files
actual/upcoming-release-notes/7063.md
Matiss Janis Aboltins 8690616f41 [AI] Chunked sync message application and progress UX for mobile
- Apply sync messages in batches (APPLY_MESSAGES_BATCH_SIZE) when count > 5000 to avoid blocking mobile
- Emit sync-event progress (applied/total) during batched apply; client shows 'Applying sync... X%'
- Add SyncEvent type 'progress'; handle in sync-events.ts and set loadingText
- Add batched-apply and progress-emission tests in sync.test.ts
- Fixes mobile browser stuck on Downloading (e.g. #6904)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-23 21:47:56 +00:00

117 B

category, authors
category authors
Enhancements
MatissJanis

Performance: batch sync messages when performing initial sync