refactor(client): simplify local service lifecycle

This commit is contained in:
Dax Raad
2026-07-15 13:19:50 -04:00
parent 4f1298063b
commit 75bc611ef1
51 changed files with 635 additions and 534 deletions
@@ -1,5 +1,5 @@
import { Effect } from "effect"
import { Service } from "@opencode-ai/client/effect"
import { Service } from "@opencode-ai/client/effect/service"
import path from "node:path"
import { Standalone } from "../../src/services/standalone"