feat: add git-backed session review modes (#17961)

This commit is contained in:
Shoubhit Dash 2026-03-19 19:29:29 +05:30 committed by GitHub
commit e6f5214779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 1072 additions and 183 deletions

View file

@ -1,5 +1,7 @@
export const dict: Record<string, string> = {
"ui.sessionReview.title": "Session changes",
"ui.sessionReview.title.git": "Git changes",
"ui.sessionReview.title.branch": "Branch changes",
"ui.sessionReview.title.lastTurn": "Last turn changes",
"ui.sessionReview.diffStyle.unified": "Unified",
"ui.sessionReview.diffStyle.split": "Split",