diff options
| author | adamdottv <[email protected]> | 2025-06-19 13:57:25 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-19 13:57:25 -0500 |
| commit | 193718034b7f2e7703f3801f0784c938a2a6bcf9 (patch) | |
| tree | b1c6a49bfad598757520e44000e9855a977e52e1 /packages | |
| parent | 72108c02964f1e1309e5192e081f44643f3a0c17 (diff) | |
| download | opencode-193718034b7f2e7703f3801f0784c938a2a6bcf9.tar.gz opencode-193718034b7f2e7703f3801f0784c938a2a6bcf9.zip | |
fix: typescript error
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/cli/cmd/run.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/run.ts b/packages/opencode/src/cli/cmd/run.ts index cf3937ce7..5754c7cfe 100644 --- a/packages/opencode/src/cli/cmd/run.ts +++ b/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({ |
