Expand description
Pre-LLM file filtering to eliminate noise at the source.
Filters out lock files, generated code, vendored dependencies, minified files, and files matching custom patterns before they reach the LLM, saving tokens and reducing false positives.
Structs§
- Diff
Filter - Files and patterns to skip before sending to LLM.
- Filter
Result - Result of filtering diffs.
- Skipped
File - A file that was skipped during filtering.
Enums§
- Skip
Reason - Reason a file was skipped.