chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-29 20:06:03 +00:00
parent 4cc166a400
commit 8fe6cd9932
4 changed files with 51 additions and 64 deletions
+3 -6
View File
@@ -1,12 +1,9 @@
import { RequestError } from "@agentclientprotocol/sdk"
import { Schema } from "effect"
export class SessionNotFoundError extends Schema.TaggedErrorClass<SessionNotFoundError>()(
"ACPSessionNotFoundError",
{
sessionId: Schema.String,
},
) {}
export class SessionNotFoundError extends Schema.TaggedErrorClass<SessionNotFoundError>()("ACPSessionNotFoundError", {
sessionId: Schema.String,
}) {}
export class InvalidConfigOptionError extends Schema.TaggedErrorClass<InvalidConfigOptionError>()(
"ACPInvalidConfigOptionError",