live_text_search
live_text_searchSearch live project files for text patterns using ripgrep. Supports fixed-string or regex matching, returns file and line matches with glob and case sensitivity options.
Instructions
Raw live filesystem text search: run ripgrep over the attached project root and return bounded file/line matches. Defaults to fixed-string matching; pass fixedStrings: false to use ripgrep regex syntax. Read-only and explicitly live. Prefer reef_ask for bounded quoted literal questions; use this when you need regex, custom glob scope, or raw full match inventories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| maxFiles | No | ||
| pathGlob | No | ||
| projectId | No | ||
| maxMatches | No | ||
| projectRef | No | ||
| fixedStrings | No | ||
| caseSensitive | No | ||
| includeHidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| _hints | Yes | ||
| matches | Yes | ||
| toolName | Yes | ||
| warnings | Yes | ||
| projectId | Yes | ||
| truncated | Yes | ||
| evidenceMode | Yes | ||
| filesMatched | Yes |