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
fix: handle edge case when all visible messages except first are truncated
- Add nullish coalescing to handle undefined firstKeptVisibleIndex
- Add test case for truncating all messages except the first
- Fixes issue where marker insertion would duplicate the array
0 commit comments