feat: remove legacy OpenCode runtime

Cut product flows over to Coding/Pi and retain only the migration-owned v1 boundary. Promote supported native optional packages because electron-builder omitted pnpm transitive optional closure from the packaged ASAR.
This commit is contained in:
2026-08-24 12:17:43 +08:00
parent 61fede2b4d
commit 5a275b93a7
199 changed files with 1330 additions and 64725 deletions

View File

@@ -40,6 +40,7 @@ export interface CodingProductComposition {
conversations: CodingConversationService;
runtime: CodingConversationRuntime;
host: CodingProductHost;
sleep(): Promise<void>;
shutdown(): Promise<void>;
}