From 91f4b0791a8b38d5f93b4967c1402f06902e7341 Mon Sep 17 00:00:00 2001 From: Sebastian Herrlinger Date: Mon, 9 Mar 2026 12:22:16 +0100 Subject: [PATCH] types --- .opencode/plugins/tui-smoke.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.opencode/plugins/tui-smoke.tsx b/.opencode/plugins/tui-smoke.tsx index 9dd7a607aa..3773107561 100644 --- a/.opencode/plugins/tui-smoke.tsx +++ b/.opencode/plugins/tui-smoke.tsx @@ -2,7 +2,7 @@ import { extend, useKeyboard, useTerminalDimensions, type RenderableConstructor } from "@opentui/solid" import { RGBA, VignetteEffect, type OptimizedBuffer, type RenderContext } from "@opentui/core" import { ThreeRenderable, THREE } from "@opentui/core/3d" -import type { TuiApi, TuiPluginInput } from "@opencode-ai/plugin/tui" +import type { TuiApi, TuiKeybindSet, TuiPluginInput } from "@opencode-ai/plugin/tui" const tabs = ["overview", "counter", "help"] const bind = { @@ -58,7 +58,7 @@ const names = (input: ReturnType) => { } } -type Keys = ReturnType +type Keys = TuiKeybindSet const ui = { panel: "#1d1d1d", border: "#4a4a4a",