From b14e7451abcc740b1640b6f1cf3f91ea98033607 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Mon, 25 May 2026 14:25:37 +0000 Subject: [PATCH] chore: generate --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index e8affacda7..64b7181e63 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -1464,9 +1464,7 @@ export function Prompt(props: PromptProps) { }), } }) - const maxHeight = createMemo( - () => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)), - ) + const maxHeight = createMemo(() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3))) return ( <>