tui: remove legacy V1 CLI TUI integration to simplify startup

This commit is contained in:
Dax Raad 2026-07-13 01:05:14 -04:00
commit a43de3f86d
13 changed files with 8 additions and 542 deletions

View file

@ -60,7 +60,6 @@ export type PluginRuntime = ReturnType<typeof createPluginRuntime>
export type TuiPluginHost = {
start(input: {
api: TuiPluginApi
config: any
runtime: PluginRuntime
dispose?: () => void
}): Promise<void>