core: update session summary after revert to show file changes

This commit is contained in:
Dax Raad
2026-01-21 00:57:51 -05:00
parent a639961973
commit 65938baf00
2 changed files with 14 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ export namespace SessionSummary {
},
)
async function computeDiff(input: { messages: MessageV2.WithParts[] }) {
export async function computeDiff(input: { messages: MessageV2.WithParts[] }) {
let from: string | undefined
let to: string | undefined