chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-31 23:15:56 +00:00
parent 3fc0367b93
commit 9b09a7e766
4 changed files with 55 additions and 54 deletions

View File

@@ -64,9 +64,7 @@ describe("Format", () => {
),
)
it.live("service initializes without error", () =>
provideTmpdirInstance(() => Format.Service.use(() => Effect.void)),
)
it.live("service initializes without error", () => provideTmpdirInstance(() => Format.Service.use(() => Effect.void)))
it.live("status() initializes formatter state per directory", () =>
Effect.gen(function* () {

View File

@@ -59,7 +59,14 @@ function tool(sessionID: string, messageID: string) {
type: "tool" as const,
tool: "bash",
callID: "call-1",
state: { status: "completed" as const, input: {}, output: "done", title: "", metadata: {}, time: { start: 0, end: 1 } },
state: {
status: "completed" as const,
input: {},
output: "done",
title: "",
metadata: {},
time: { start: 0, end: 1 },
},
})
}