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
- Fix ag search strategy to properly convert glob patterns to regex
- Pattern "*.py" now correctly converts to "\.py$" for ag's -G parameter
- Pattern "test_*.js" now correctly converts to "^test_.*\.js$"
- Ensures consistent file filtering behavior across all search tools
- Update search_code_advanced docstring to reflect current behavior
- Clarify file_pattern handling: all tools now support glob patterns consistently
- Clarify fuzzy parameter behavior: ugrep provides true fuzzy search, others use word boundaries
- Bump version to 0.4.1 in pyproject.toml and __init__.py
- Add comprehensive release notes for v0.4.1
0 commit comments