search_text: search files with AI

search_text lets you search strings, patterns or regular expressions within files in any workspace folder. It's the ideal tool for analyzing large logs, finding code references and validating configurations.

Cerewro Chat — Search errors in logs
Search for all lines with "ERROR" in the C:\logs folder and show me the 10 most recent

search_text parameters

ParameterDescription
directoryFolder to search in
patternText or regex pattern to search
file_filterExtension filter (e.g. *.log, *.py)

Advanced use cases

  1. Find all calls to a function in a code project
  2. Locate a specific IP in IIS access logs
  3. Verify a configuration string exists in all environment files
  4. Count how many times a specific error appears in log history