feat: restore git-backed review modes (#20845)
This commit is contained in:
parent
263dcf75b5
commit
35350b1d25
23 changed files with 1102 additions and 247 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue