Troubleshooting 
Search Tool Issues 
Ripgrep (rg) Not Found 
The system provides multiple fallback mechanisms for ripgrep availability:
- Bundled Binaries: Pre-compiled ripgrep binaries are included in the vendor directory
 - System PATH: Checks if 
rgis available in your system PATH - Auto-download: Downloads appropriate binary for your platform if needed
 
- Binaries are cached to avoid repeated downloads
 - Supports macOS (Intel/Apple Silicon), Windows, and Linux platforms
 
Search Performance 
For optimal search performance:
- Ensure ripgrep is installed system-wide via your package manager
 - The fallback download mechanism provides functionality but may have slower initial setup