refactor(tui): simplify config and tool display

This commit is contained in:
Dax Raad
2026-07-11 19:51:19 -04:00
parent 4d801c83ed
commit 77fb203315
44 changed files with 264 additions and 315 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Legacy `api.command` bridge for v1 plugins; remove in v2.
import type { TuiCommand, TuiPluginApi } from "@opencode-ai/plugin/tui"
import { TuiKeybind } from "../config/keybind"
import { TuiKeybind } from "../config/v1/keybind"
import type { DialogContext } from "../ui/dialog"
const COMMAND_PALETTE_SHOW = "command.palette.show"