fix(session): accept legacy summary diffs (#26579)

Co-authored-by: Developer <temp@example.com>
This commit is contained in:
Kit Langton
2026-05-09 16:44:24 -04:00
committed by GitHub
parent 5fa5d876fc
commit d373c562f2
12 changed files with 88 additions and 15 deletions

View File

@@ -119,7 +119,7 @@ export type PermissionRequest = {
}
export type SnapshotFileDiff = {
file: string
file?: string
patch?: string
additions: number
deletions: number