mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
chore: generate
This commit is contained in:
parent
a800583aea
commit
c3ddc85cca
3 changed files with 1 additions and 7 deletions
|
|
@ -91,5 +91,4 @@ export namespace AuthEffect {
|
|||
return Service.of({ get, all, set, remove })
|
||||
}),
|
||||
)
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,11 +58,7 @@ export namespace TruncateEffect {
|
|||
}
|
||||
})
|
||||
|
||||
const output = Effect.fn("Truncate.output")(function* (
|
||||
text: string,
|
||||
options: Options = {},
|
||||
agent?: Agent.Info,
|
||||
) {
|
||||
const output = Effect.fn("Truncate.output")(function* (text: string, options: Options = {}, agent?: Agent.Info) {
|
||||
const maxLines = options.maxLines ?? MAX_LINES
|
||||
const maxBytes = options.maxBytes ?? MAX_BYTES
|
||||
const direction = options.direction ?? "head"
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ describe("project.initGit endpoint", () => {
|
|||
vcs: "git",
|
||||
worktree: tmp.path,
|
||||
})
|
||||
|
||||
} finally {
|
||||
await Instance.disposeAll()
|
||||
reloadSpy.mockRestore()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue