refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576)

This commit is contained in:
Kit Langton
2026-05-20 23:36:27 -04:00
committed by GitHub
parent 69eee26f30
commit 39ea816a72
48 changed files with 640 additions and 622 deletions

View File

@@ -16,7 +16,7 @@ describe("tui.selectSession endpoint", () => {
() =>
Effect.gen(function* () {
const tmp = yield* TestInstance
const session = yield* Session.Service.use((svc) => svc.create({}))
const session = yield* Session.use.create({})
const app = Server.Default().app
const response = yield* Effect.promise(() =>