Update prompt

This commit is contained in:
Saoud Rizwan
2024-09-20 11:13:31 -04:00
parent 3a30f69e0d
commit 25831b5752

View File

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