Merged
Conversation
- Added embedding index HTTP API with `POST /index` and `GET /index/status` endpoints, including `IndexStatusResponse` model. - Introduced `semantic_search_status` tool for reporting indexing status and readiness. - Enhanced community detection with a shared module and improved algorithms for better performance. - Updated CLI with new `--timeout` flag for background indexing and improved command handling. - Added optional `networkx` dependency for graph-related functionalities. - Improved thread safety and performance in various components, including background indexing and AST parsing. No breaking changes; all modifications enhance functionality and maintainability.
- Added multi-language AST parsers for Rust, Go, Java, Ruby, and C/C++. - Implemented multi-language dependency graph resolvers for Rust, Go, Java, Ruby, and C. - Introduced a dynamic file cap mechanism that scales based on the number of source files, replacing the fixed limit. - Enhanced file selection with importance scoring based on file type and proximity to project root. - Updated `LANG_EXTENSIONS` to include additional file types for C and C++. - Fixed issues with FastAPI and Deno symbol resolution and dependency graphing. - Added comprehensive tests for new Rust and Go parsers, ensuring robust functionality. No breaking changes; improvements focus on expanding language support and optimizing file handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.