chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-03 02:43:28 +00:00
parent 83452558f7
commit 6003217eaa
17 changed files with 216 additions and 91 deletions
+1 -3
View File
@@ -354,9 +354,7 @@ export const layer = Layer.effect(
throw new Error(`Compaction parent must be a user message: ${input.parentID}`)
}
const userMessage = parent.info
const compactionPart = parent.parts.find(
(part): part is SessionV1.CompactionPart => part.type === "compaction",
)
const compactionPart = parent.parts.find((part): part is SessionV1.CompactionPart => part.type === "compaction")
let messages = input.messages
let replay: