chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-22 11:22:22 +00:00
parent c7efbe6fc0
commit 4ecc3ac653
2 changed files with 18 additions and 7 deletions
+1 -4
View File
@@ -270,10 +270,7 @@ export function withCliFixture<A, E>(
}
const run = (message: string, opts?: RunOpts): Effect.Effect<RunResult> => {
return spawn(
runArgs(message, opts),
runOpts(opts),
)
return spawn(runArgs(message, opts), runOpts(opts))
}
const startRun = Effect.fn("opencode.startRun")(function* (message: string, opts?: RunOpts) {