Skip to content

Commit 9b0659d

Browse files
chore: generate
1 parent f83ceca commit 9b0659d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/opencode/src/session/processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const layer: Layer.Layer<
213213
return true
214214
})
215215

216-
const handleEvent = Effect.fnUntraced(function* (value: StreamEvent) {
216+
const handleEvent = Effect.fnUntraced(function* (value: StreamEvent) {
217217
switch (value.type) {
218218
case "start":
219219
yield* status.set(ctx.sessionID, { type: "busy" })

packages/opencode/src/session/session.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,10 +649,10 @@ export const layer: Layer.Layer<Service, never, Bus.Service | Storage.Service> =
649649
return input.partID
650650
})
651651

652-
const updatePartDelta = Effect.fnUntraced(function* (input: {
653-
sessionID: SessionID
654-
messageID: MessageID
655-
partID: PartID
652+
const updatePartDelta = Effect.fnUntraced(function* (input: {
653+
sessionID: SessionID
654+
messageID: MessageID
655+
partID: PartID
656656
field: string
657657
delta: string
658658
}) {

0 commit comments

Comments
 (0)