internal/agent/tools/grep.md
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 - Set literal_text=true for exact text with special characters (recommended for non-regex users) - Optional starting directory (defaults to current working directory) - Optional include pattern to filter which files to search - Results sorted with most recently modified files first </usage><regex_syntax> When literal_text=false (supports standard regex):
<include_patterns>
<ignore_support>
<cross_platform>