From ec56e95b9c04b53d1231cdca4643a094ce73aeba Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 3 Mar 2026 13:41:22 -0500 Subject: [PATCH] tui: show loaded file paths inline with Read tool to reduce visual clutter tui: change Task tool icon to vertical ellipsis for clearer visual distinction --- .../src/cli/cmd/tui/routes/session/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx index 7722cc795e..f088cc5b8f 100644 --- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx @@ -1875,14 +1875,14 @@ function Read(props: ToolProps) { part={props.part} > Read {normalizePath(props.input.filePath!)} {input(props.input, ["filePath"])} + + {(filepath) => ( + <> + {"\n"}↳{" "}Loaded {normalizePath(filepath)} + + )} + - - {(filepath) => ( - - ↳ Loaded {normalizePath(filepath)} - - )} - ) } @@ -1975,7 +1975,7 @@ function Task(props: ToolProps) { return (