diff options
| author | Dax Raad <[email protected]> | 2025-05-30 16:39:45 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-30 16:43:42 -0400 |
| commit | 91a9e455e233e454df1cfc552f2ddbf7d9fbecb8 (patch) | |
| tree | 160f3be01f5153b4c6ce5d2114aa814ec5b16192 /js/src/tool/glob.ts | |
| parent | c391c6d3f3ee4a041ab30f576aae0abfca8f7c9a (diff) | |
| download | opencode-91a9e455e233e454df1cfc552f2ddbf7d9fbecb8.tar.gz opencode-91a9e455e233e454df1cfc552f2ddbf7d9fbecb8.zip | |
sync
Diffstat (limited to 'js/src/tool/glob.ts')
| -rw-r--r-- | js/src/tool/glob.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tool/glob.ts b/js/src/tool/glob.ts index f52c3f5d0..da47ee4ca 100644 --- a/js/src/tool/glob.ts +++ b/js/src/tool/glob.ts @@ -38,7 +38,7 @@ TIPS: - Always check if results are truncated and refine your search pattern if needed`; export const glob = Tool.define({ - name: "glob", + name: "opencode.glob", description: DESCRIPTION, parameters: z.object({ pattern: z.string().describe("The glob pattern to match files against"), |
