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: resolve import errors and complete module cleanup
- Remove orphaned imports from indexing/__init__.py after deleting duplicate_detection, qualified_names, and simple_models modules
- Add local normalize_file_path utility function to search/base.py and utils/validation.py to replace deleted qualified_names module
- Add local utility functions to utils/response_formatter.py (generate_qualified_name, detect_duplicate_functions, detect_duplicate_classes)
- Create simple CodeIndex class inline for backward compatibility
- Clean up all remaining references to deleted modules
- Verify server imports and starts successfully
This completes the post-refactor cleanup, ensuring all deleted module references are resolved and the new SCIP architecture works properly without any import errors.
0 commit comments