Commit 3970a07
johnhuang316
chore: prepare v0.4.1 release
- 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.11 parent af72ab5 commit 3970a07
3 files changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
| |||
0 commit comments