You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confusing search_files function description leads to misunderstanding of its purpose.
Rename "search_files" to search_files_by_name.
Add new "search_file_contents" function.
Add descriptions to help the LLM understand the fields.
Support single file search.
Support glob pattern for search by file name.
Rename 'pattern' argument to 'searchText'. Sometimes the name 'pattern' caused
Claude to pass a regex even though it was processed as a simple substring match.
0 commit comments