chore(tools/grep): improve tool description

Christian Rocha created

Change summary

internal/agent/tools/grep.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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.
 
 <usage>
 - Provide regex pattern to search within file contents