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
- 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.
- Add unit tests.
0 commit comments