From 0e0bd6c24c8dbd4efd36ee13fb653a4b13375a35 Mon Sep 17 00:00:00 2001 From: Will Li Date: Thu, 31 Jul 2025 09:55:47 -0700 Subject: [PATCH] comment --- src/core/tools/contextValidator.ts | 1 + 1 file changed, 1 insertion(+) 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,