From f01e422070a5244cf59a582d9b8877bf0029b012 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:23:54 -0400 Subject: [PATCH] chore(tools/grep): improve tool description --- internal/agent/tools/grep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/agent/tools/grep.md b/internal/agent/tools/grep.md index 2fe104ba4a7cf006d21c7b531f5ff9af85874979..6cebf1834e8f913f8ae76928712b08bdf577fe8c 100644 --- a/internal/agent/tools/grep.md +++ b/internal/agent/tools/grep.md @@ -1,4 +1,4 @@ -Fast content search tool that finds files containing specific text/patterns, returning matching paths sorted by modification time (newest first). +Search file contents by regex or literal text; returns matching file paths sorted by modification time (max 100); respects .gitignore. Use glob to filter by filename, not contents. - Provide regex pattern to search within file contents