diff --git a/src/core/tools/contextValidator.ts b/src/core/tools/contextValidator.ts index f2db886786..79f001a375 100644 --- a/src/core/tools/contextValidator.ts +++ b/src/core/tools/contextValidator.ts @@ -113,6 +113,7 @@ async function shouldSkipValidation(filePath: string, totalLines: number, cline: /** * Validates a single-line file (likely minified) to see if it fits in context + * NOTE: because we cannot chunk lines in file reads, we still cannot handle single-line files that do not fit in context */ async function validateSingleLineFile( filePath: string,