Jelajahi Sumber

dont let dax touch the ui (#16060)

Luke Parker 6 bulan lalu
induk
melakukan
7f7e622426

+ 4 - 2
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -1878,8 +1878,10 @@ function Read(props: ToolProps<typeof ReadTool>) {
       </InlineTool>
       <For each={loaded()}>
         {(filepath) => (
-          <box paddingLeft={5}>
-            <text fg={theme.textMuted}>⤷ Loaded {normalizePath(filepath)}</text>
+          <box paddingLeft={3}>
+            <text paddingLeft={3} fg={theme.textMuted}>
+              ↳ Loaded {normalizePath(filepath)}
+            </text>
           </box>
         )}
       </For>