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
Correct search tool path handling and ugrep recursion (#38)
Fix ugrep recursion and path handling
- Add -r flag for recursive search in subdirectories
- Fix relative path handling in parse_search_output to work correctly with all search tools
- Change ugrep file pattern from -g to --include for proper glob filtering
This PR resolves critical ugrep integration issues where:
1. ugrep wasn't searching subdirectories due to missing -r flag
2. Relative paths from ugrep were incorrectly converted by os.path.relpath()
Both changes are necessary and complementary for proper ugrep functionality.
0 commit comments