fix: dont auto continue if compaction was manual

This commit is contained in:
Aiden Cline
2025-11-25 12:10:56 -06:00
parent ea68d880e3
commit 5e2b334039
5 changed files with 9 additions and 1 deletions
+1
View File
@@ -371,6 +371,7 @@ export type CompactionPart = {
sessionID: string
messageID: string
type: "compaction"
auto: boolean
}
export type Part =