refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
This commit is contained in:
parent
af8aff3788
commit
9581bf0670
75 changed files with 195 additions and 209 deletions
|
|
@ -10,7 +10,7 @@ import { lazy } from "@opencode-ai/util/lazy"
|
|||
import { Shell } from "@/shell/shell"
|
||||
import { Plugin } from "@/plugin"
|
||||
import { PtyID } from "./schema"
|
||||
import { Effect, Layer, ServiceMap } from "effect"
|
||||
import { Effect, Layer, Context } from "effect"
|
||||
import { EffectLogger } from "@/effect/logger"
|
||||
|
||||
export namespace Pty {
|
||||
|
|
@ -113,7 +113,7 @@ export namespace Pty {
|
|||
) => Effect.Effect<{ onMessage: (message: string | ArrayBuffer) => void; onClose: () => void } | undefined>
|
||||
}
|
||||
|
||||
export class Service extends ServiceMap.Service<Service, Interface>()("@opencode/Pty") {}
|
||||
export class Service extends Context.Service<Service, Interface>()("@opencode/Pty") {}
|
||||
|
||||
export const layer = Layer.effect(
|
||||
Service,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue