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
commit d373c562f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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