From f0333e0eea8177affcf2d1b29a1df182c2d270b2 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Tue, 11 Aug 2026 21:56:55 -0400 Subject: [PATCH] chore(tui): remove leftover discovery smoke plugin (#41897) --- .opencode/plugins/tui/discovery-smoke.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .opencode/plugins/tui/discovery-smoke.ts diff --git a/.opencode/plugins/tui/discovery-smoke.ts b/.opencode/plugins/tui/discovery-smoke.ts deleted file mode 100644 index fb7edaf349a..00000000000 --- a/.opencode/plugins/tui/discovery-smoke.ts +++ /dev/null @@ -1,13 +0,0 @@ -import type { Context } from "../../../packages/plugin/src/tui/context" - -export default { - id: "test.tui-discovery-smoke", - setup(_context: Context) { - // context.ui.toast.show({ - // title: "TUI plugin discovery works", - // message: "Loaded .opencode/plugins/tui/discovery-smoke.ts", - // variant: "success", - // duration: 30_000, - // }) - }, -}