mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Update prompt
This commit is contained in:
@@ -1281,7 +1281,7 @@ export class ClaudeDev {
|
|||||||
if (didHitLimit) {
|
if (didHitLimit) {
|
||||||
return `${sorted.join(
|
return `${sorted.join(
|
||||||
"\n"
|
"\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] === "")) {
|
} else if (sorted.length === 0 || (sorted.length === 1 && sorted[0] === "")) {
|
||||||
return "No files found."
|
return "No files found."
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user