Просмотр исходного кода

no conceal for write tool output

Sebastian Herrlinger 2 месяцев назад
Родитель
Сommit
e37aeb6e6a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

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

@@ -1327,7 +1327,7 @@ ToolRegistry.register<typeof WriteTool>({
           Wrote {props.input.filePath}
           Wrote {props.input.filePath}
         </ToolTitle>
         </ToolTitle>
         <line_number fg={theme.textMuted} minWidth={3} paddingRight={1}>
         <line_number fg={theme.textMuted} minWidth={3} paddingRight={1}>
-          <code fg={theme.text} filetype={filetype(props.input.filePath!)} syntaxStyle={syntax()} content={code()} />
+          <code conceal={false} fg={theme.text} filetype={filetype(props.input.filePath!)} syntaxStyle={syntax()} content={code()} />
         </line_number>
         </line_number>
         <Show when={diagnostics().length}>
         <Show when={diagnostics().length}>
           <For each={diagnostics()}>
           <For each={diagnostics()}>