diff options
Diffstat (limited to 'js/src/tool/grep.ts')
| -rw-r--r-- | js/src/tool/grep.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/grep.ts b/js/src/tool/grep.ts index 0c5848074..8b2375f63 100644 --- a/js/src/tool/grep.ts +++ b/js/src/tool/grep.ts @@ -256,7 +256,7 @@ async function searchFiles( } export const grep = Tool.define({ - name: "grep", + name: "opencode.grep", description: DESCRIPTION, parameters: z.object({ pattern: z |
