From 21c6c98d9df31149e66484a7a49ef268d0c0a945 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:17:01 -0400 Subject: [PATCH] chore(tools/glob): improve tool description --- internal/agent/tools/glob.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/tools/glob.md b/internal/agent/tools/glob.md index bce7223cdda9b99495f65e9adf07c0199e6323ac..8d6b437d222a4f81e62473085f9058bed2fa3099 100644 --- a/internal/agent/tools/glob.md +++ b/internal/agent/tools/glob.md @@ -1,4 +1,4 @@ -Fast file pattern matching tool that finds files by name/pattern, returning paths sorted by modification time (newest first). +Find files by name/pattern (glob syntax), sorted by modification time; max 100 results; skips hidden files. Use grep to search file contents. - Provide glob pattern to match against file paths