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 a3f14d6bf9..0ac96a36d6 100644 --- a/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx @@ -1879,9 +1879,7 @@ function Read(props: ToolProps) { {(filepath) => ( - - ↳ Loaded {normalizePath(filepath)} - + ↳ Loaded {normalizePath(filepath)} )} @@ -1987,19 +1985,19 @@ function Task(props: ToolProps) { 0}> {" "} · {tools().length} toolcalls - + {(item) => { const title = createMemo(() => (item().state as any).title) return ( <> - {"\n"}└ {Locale.titlecase(item().tool)} {title()} + {"\n"}↳ {Locale.titlecase(item().tool)} {title()} ) }} - {"\n "} + {"\n↳ "} {tools().length} toolcalls · {Locale.duration(duration())}