Browse Source

Update prompt

Saoud Rizwan 1 year ago
parent
commit
25831b5752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ClaudeDev.ts

+ 1 - 1
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 {