What happened:
CraftBot uses the default shell command to search for files. This is too slow/inefficient especially when retrieving a large amount of files or searching over a relatively large base.
What I expected:
CraftBot should retrieve results from find_files in a much shorter time frame (within a few seconds)
Steps to reproduce:
Call find_files with any glob pattern even on small / empty directories
Observe very long delay before results are returned
Suggestions:
Investigate file indexing and retrieval tools such as Everything which return global file search results in less than a few seconds, while also allowing conditional searches (ex. "craftbot" OR "craftos")
Logs / screenshots:

What happened:
CraftBot uses the default shell command to search for files. This is too slow/inefficient especially when retrieving a large amount of files or searching over a relatively large base.
What I expected:
CraftBot should retrieve results from
find_filesin a much shorter time frame (within a few seconds)Steps to reproduce:
Call
find_fileswith any glob pattern even on small / empty directoriesObserve very long delay before results are returned
Suggestions:
Investigate file indexing and retrieval tools such as Everything which return global file search results in less than a few seconds, while also allowing conditional searches (ex. "craftbot" OR "craftos")
Logs / screenshots:
