From 900a19556c4b19b0ef1de0c8e817c00775b44579 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 20 Oct 2025 18:48:04 -0400 Subject: [PATCH] sync --- packages/opencode/src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/opencode/src/index.ts b/packages/opencode/src/index.ts index a1437a15b..917164b59 100644 --- a/packages/opencode/src/index.ts +++ b/packages/opencode/src/index.ts @@ -17,14 +17,10 @@ import { StatsCommand } from "./cli/cmd/stats" import { McpCommand } from "./cli/cmd/mcp" import { GithubCommand } from "./cli/cmd/github" import { ExportCommand } from "./cli/cmd/export" -<<<<<<< HEAD import { AttachCommand } from "./cli/cmd/tui/attach" import { TuiThreadCommand } from "./cli/cmd/tui/thread" import { TuiSpawnCommand } from "./cli/cmd/tui/spawn" -======= -import { AttachCommand } from "./cli/cmd/attach" import { AcpCommand } from "./cli/cmd/acp" ->>>>>>> dev const cancel = new AbortController()