Skip to main content

Module filter

Module filter 

Source
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§

DiffFilter
Files and patterns to skip before sending to LLM.
FilterResult
Result of filtering diffs.
SkippedFile
A file that was skipped during filtering.

Enums§

SkipReason
Reason a file was skipped.