chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-17 00:50:44 +00:00
parent 31670f655c
commit d81f3358ef
4 changed files with 7 additions and 27 deletions
+1 -3
View File
@@ -79,9 +79,7 @@ export const layer = Layer.effect(
const storage = yield* Storage.Service
const bus = yield* Bus.Service
const computeDiff = Effect.fn("SessionSummary.computeDiff")(function* (input: {
messages: MessageV2.WithParts[]
}) {
const computeDiff = Effect.fn("SessionSummary.computeDiff")(function* (input: { messages: MessageV2.WithParts[] }) {
let from: string | undefined
let to: string | undefined
for (const item of input.messages) {