From ad110878c9bc06d364714602fcd83c63f168018b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 21 Mar 2026 19:42:42 -0400 Subject: [PATCH] feat(tui): experimental design updates - add left border to prompt and user messages, adjust padding in session layout --- .../cli/cmd/tui/component/prompt/index.tsx | 8 +++++- .../src/cli/cmd/tui/routes/session/index.tsx | 26 ++++++++++++++----- 2 files changed, 26 insertions(+), 8 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 6d261e4b9b..9a1796a2f9 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -819,8 +819,14 @@ export function Prompt(props: PromptProps) { visible={props.visible !== false} backgroundColor={theme.backgroundElement} paddingBottom={1} - paddingLeft={2} + paddingLeft={1} paddingRight={2} + border={["left"]} + borderColor={highlight()} + customBorderChars={{ + ...EmptyBorder, + vertical: "▎", + }} >