chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-25 14:25:37 +00:00
commit b14e7451ab

View file

@ -1464,9 +1464,7 @@ export function Prompt(props: PromptProps) {
}), }),
} }
}) })
const maxHeight = createMemo( const maxHeight = createMemo(() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)))
() => tuiConfig.prompt?.max_height ?? Math.max(6, Math.floor(dimensions().height / 3)),
)
return ( return (
<> <>