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
Refactor services and improve file filtering logic
Refactored multiple service classes to use primary constructors and field initializers for dependencies, simplifying code and improving readability. Enhanced file filtering logic in FileFilterService with pattern matching. Replaced custom file collection logic in CodeContextTools with a call to ProjectScanner's new GetAllFiles method. Updated FileUtilities to use Span for buffer operations and improved binary content detection. Various minor improvements to immutability and collection initialization throughout the codebase.
0 commit comments