chore(release): version 1.3.0#23
Merged
Merged
Conversation
added 12 commits
May 19, 2026 16:49
…uages - Replaced legacy AST and javalang parsers with universal TreeSitterParser. - Implemented dynamic grammar loading and stable qname-based IDs. - Updated CLI to support all 25+ languages automatically. - Added comprehensive language registry and updated documentation. - Captured full code for improved LLM distillation quality.
…em cache - Added dependency caching to IStorage and DuckDB. - Implemented GoDiscoveryProvider using go doc. - Upgraded JavaDiscoveryProvider to use cached paths from Maven/Gradle. - Integrated dependency resolution into CodeRAGManager sync flow. - Added Python discovery tests and fixed lint/type issues.
- Added CSharpDiscoveryProvider using dnfile and XML docs. - Implemented explicit --lang flag for api command. - Added smart language hinting in CLI for multi-language repos. - Integrated defusedxml for safe C# XML parsing. - Fixed linter and type issues across discovery modules.
- Fix zombie processes and add timeouts for all subprocess calls - Implement memory-efficient Worker Pool for project indexing - Add global docstring extraction and anonymous block resolution in parser - Implement Garbage Collection for stale database records - Fix N+1 query problem by batch-fetching unit relations - Enforce path validation (Path Traversal protection) across the project - Implement Gradle dependency resolution support - Replace silent failures in embedder with explicit IntelligenceError - Centralize constants and implement resource cleanup (close methods) - Achieve 100% test pass rate and clean linting status
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
0371dd5 to
4a80b20
Compare
- Upgraded version to 1.3.0 in pyproject.toml - Updated CHANGELOG.md with comprehensive audit remediations and enhancements - Final verification of system integrity across all supported ecosystems
4a80b20 to
c59f123
Compare
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.
Comprehensive audit remediations and enhancements for version 1.3.0. Includes global docstrings, recursive discovery, Gradle support, and major performance/security fixes.