Devzy v2.1.0 Release Notes
2.1.0NewImprovementFixInfrastructure
Agentic code exploration, multi-language support, and improved semantic retrieval
This release introduced a major upgrade to code understanding and review quality. Devzy gained autonomous context exploration, broader language support, stronger semantic retrieval, and richer security/compliance reporting.
New Features
Agentic Code Exploration
Devzy can now gather relevant code context on its own before generating review feedback.
- Added autonomous code exploration with iterative context collection
- Improved architectural review coverage across design and structure concerns
- Added safer controls to keep exploration focused and reliable
Interactive Comment Commands
Pull request conversations now support direct bot commands for explanations, fix suggestions, and feedback controls.
- Added command-based interactions from pull request comments
- Improved developer control over review behavior from within PR discussions
Broader Language Support
Language-aware analysis improved substantially across major backend ecosystems.
- Expanded parser and symbol understanding for Go, Python, and Java
- Improved context retrieval quality for multi-language repositories
Semantic Retrieval and Compliance Insights
Devzy now delivers stronger context grounding and clearer security/compliance summaries.
- Upgraded semantic retrieval and reranking quality
- Expanded compliance mapping and category-level reporting
- Added clearer severity-based reporting for security findings
Improvements
Indexing and Context Accuracy
- Improved incremental indexing and reconciliation workflows
- Added safer fallback behavior for edge cases during indexing
- Improved duplicate detection and context ranking consistency
Review Quality and Signal
- Improved comment consolidation and de-duplication behavior
- Refined quality thresholds to reduce false positives
- Improved relevance of insights tied to changed lines
Bug Fixes
- Fixed: Incremental indexing edge cases that could remove valid context
- Fixed: Re-indexing paths that could run more often than needed
- Fixed: Inline comment tracking issues on complex diff layouts
- Fixed: Rendering edge cases around file formatting and patch metadata
Infrastructure
Platform Foundations
- Established stronger testing structure across unit, integration, and end-to-end layers
- Improved app lifecycle cleanup behavior during integration uninstall/remove flows
- Expanded documentation for indexing and review architecture