chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-10 17:27:31 +00:00
parent f7514d9eca
commit 59d08683ea
2 changed files with 36 additions and 35 deletions

View File

@@ -19,9 +19,7 @@ const runtime = ManagedRuntime.make(
)
function initBash() {
return runtime.runPromise(
BashTool.pipe(Effect.flatMap((info) => Effect.promise(() => info.init()))),
)
return runtime.runPromise(BashTool.pipe(Effect.flatMap((info) => Effect.promise(() => info.init()))))
}
const ctx = {