chore(tui): remove leftover discovery smoke plugin (#41897)

This commit is contained in:
Kit Langton 2026-08-11 21:56:55 -04:00 committed by GitHub
parent 452335a78d
commit f0333e0eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
// })
},
}