This commit is contained in:
Dax Raad
2025-05-30 16:39:45 -04:00
parent c391c6d3f3
commit 91a9e455e2
11 changed files with 83 additions and 276 deletions

View File

@@ -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"),