This commit is contained in:
Will Li 2025-07-31 09:55:47 -07:00
parent 7d7df1978f
commit 0e0bd6c24c

View file

@ -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,