generate user message title and body

This commit is contained in:
Dax Raad
2025-10-24 11:49:27 -04:00
parent 56ea985113
commit 347761cd8f
3 changed files with 43 additions and 16 deletions
+2 -1
View File
@@ -602,8 +602,9 @@ export type UserMessage = {
created: number
}
summary?: {
title?: string
body?: string
diffs: Array<FileDiff>
text: string
}
}