Search across your project using a fast engine with sensible defaults.
Run a project search
- Use the integrated tools (via Agent tools or UI) to run a grep across the project
- Results include file path, line number, and matches
Options
- Case sensitivity
- Regex vs fixed strings
- Include hidden files
- Respect or ignore .gitignore
- Limit search paths or globs
Engine
- Uses ripgrep (
rg) when available; falls back to a Node.js scanner for portability
Tips
- Narrow your globs for large repos
- Avoid huge binaries; ignores common build directories by default
