From 25831b5752aca8d70ddb92bc3780aec173b5206d Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:13:31 -0400 Subject: [PATCH] Update prompt --- src/ClaudeDev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClaudeDev.ts b/src/ClaudeDev.ts index 462c0c2..027b261 100644 --- a/src/ClaudeDev.ts +++ b/src/ClaudeDev.ts @@ -1281,7 +1281,7 @@ export class ClaudeDev { if (didHitLimit) { return `${sorted.join( "\n" - )}\n\n(Truncated at 200 results. Try listing files in subdirectories if you need to explore further.)` + )}\n\n(File list truncated. Use list_files on specific subdirectories if you need to explore further.)` } else if (sorted.length === 0 || (sorted.length === 1 && sorted[0] === "")) { return "No files found." } else {