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
refactor: store ReviewNoteData instead of parsing formatted strings
- Add ReviewNoteData interface for structured review data
- Add formatReviewNoteForChat() to format data when sending to chat
- Update PendingReview.data to hold ReviewNoteData instead of content string
- Update all onReviewNote callbacks throughout the callback chain
- Simplify getReviewSummary() to use review.data.userNote directly
- Remove string parsing regex from banner component
0 commit comments