Przeglądaj źródła

fix: typescript error

adamdottv 8 miesięcy temu
rodzic
commit
193718034b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/opencode/src/cli/cmd/run.ts

+ 1 - 1
packages/opencode/src/cli/cmd/run.ts

@@ -20,7 +20,7 @@ const TOOL: Record<string, [string, string]> = {
   list: ["List", UI.Style.TEXT_INFO_BOLD],
   read: ["Read", UI.Style.TEXT_HIGHLIGHT_BOLD],
   write: ["Write", UI.Style.TEXT_SUCCESS_BOLD],
-  websearch: ["Search", UI.Style.TEXT_MUTED_BOLD],
+  websearch: ["Search", UI.Style.TEXT_DIM_BOLD],
 }
 
 export const RunCommand = cmd({