We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27447ba commit 7f7e622Copy full SHA for 7f7e622
1 file changed
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -1878,8 +1878,10 @@ function Read(props: ToolProps<typeof ReadTool>) {
1878
</InlineTool>
1879
<For each={loaded()}>
1880
{(filepath) => (
1881
- <box paddingLeft={5}>
1882
- <text fg={theme.textMuted}>⤷ Loaded {normalizePath(filepath)}</text>
+ <box paddingLeft={3}>
+ <text paddingLeft={3} fg={theme.textMuted}>
1883
+ ↳ Loaded {normalizePath(filepath)}
1884
+ </text>
1885
</box>
1886
)}
1887
</For>
0 commit comments