generate user message title and body

This commit is contained in:
Dax Raad
2025-10-24 11:49:27 -04:00
parent 483fcdaddb
commit fb40dc6b20
3 changed files with 43 additions and 16 deletions

View File

@@ -602,8 +602,9 @@ export type UserMessage = {
created: number
}
summary?: {
title?: string
body?: string
diffs: Array<FileDiff>
text: string
}
}