chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-01 13:13:19 +00:00
parent 6a3b2f339a
commit 10095bfad4
2 changed files with 63 additions and 44 deletions

View File

@@ -187,7 +187,11 @@ export function replaySession(input: ReplayInput): SessionReplay {
}
}
export function replayLocalRows(messages: SessionMessages, commits: StreamCommit[], rows: LocalReplayRow[]): StreamCommit[] {
export function replayLocalRows(
messages: SessionMessages,
commits: StreamCommit[],
rows: LocalReplayRow[],
): StreamCommit[] {
const persisted = new Set(messages.map((message) => message.info.id))
return rows.reduce((out, local) => {
const row = local.commit