- feat: Bulk ripgrep optimization replacing per-file calls with single bulk search
- feat: New include_hidden parameter for searching hidden files
- fix: TypeScript compilation errors in searchCodeWithRipgrep function
- fix: Resolved maxResults undefined variable error
- fix: Missing conditional statement in empty pattern check
- feat: Comprehensive test suite (unit + smoke + performance benchmarks)
- feat: Translated all tool descriptions to English
- docs: Updated CHANGELOG with detailed performance metrics
Credits: @sting8k (optimization), @efforthye (fixes & release)