v1.0.15 (2026-02-08)
Added
LLM/RAG Integration: Full semantic intelligence suite- LLM orchestration using Llama 3 via Groq
- ChromaDB for semantic code indexing
refactron suggest- AI-powered refactoring suggestionsrefactron document- Automated docstring generation
refactron repo list- List connected repositoriesrefactron repo connect- Connect local workspacesrefactron repo disconnect- Disconnect repositories
refactron metrics- Performance statisticsrefactron serve-metrics- Prometheus endpointrefactron telemetry- Opt-in usage analytics
refactron ci- Generate GitHub Actions and GitLab CI configs
Fixed
- Security hardened URL sanitization
- Python 3.8 compatibility issues
- Missing GroqClient dependency
v1.0.14 (2026-01-30)
Changed
- Improved CLI startup sequence
- Better dependency management
v1.0.13 (2026-01-30)
Added
Pattern Learning System:- Pattern learning engine for project-specific patterns
- Suggestion ranking based on historical acceptance
- Interactive feedback collection
- Welcome animation with system checks
- Interactive dashboard
- Enhanced help formatter
- AST caching for faster analysis
- Incremental analysis (only changed files)
- Parallel processing support
- Git-integrated safety system
- Automatic backups before refactoring
Fixed
- Numerous linting and type-checking issues
- Python 3.8 compatibility improvements
v1.0.1 (2025-12-28)
Added
New Analyzers:- Security: SQL injection, SSRF, weak crypto
- Performance: N+1 queries, inefficient loops
- Complexity: Nested loops, method chains
- Context-aware security analysis
- Confidence scoring for issues
- Rule whitelisting
- 96.8% coverage for analyzer modules
- Comprehensive edge case tests
v1.0.0 (2025-10-27)
🎉 Major Release - Production Ready!
Auto-fix System:- 14 automatic fixers for common issues
- Atomic file writes for safety
- Automatic backups and rollback
- Safety levels (safe/low/moderate/high)
- Remove unused imports
- Extract magic numbers
- Add missing docstrings
- Simplify boolean expressions
- Convert to f-strings
Test Coverage
- 135 tests (81% coverage)
- Production-ready quality
v0.1.0-beta (2025-10-25)
🎉 Initial Beta Release
Core Features:- Plugin-based analyzer system
- Refactoring suggestion engine
- Risk scoring (0.0-1.0 scale)
- YAML configuration
- Rich CLI interface
- Complexity, Code Smell, Security
- Dependency, Dead Code, Type Hints
- Extract Method, Performance
- Extract constants
- Reduce parameters
- Simplify conditionals
- Add docstrings
- Extract methods
Performance
- 4,300 lines/second analysis speed
- CI/CD ready
- Fast pre-commit hooks
Version History
| Version | Date | Status | Highlights |
|---|---|---|---|
| 1.0.15 | 2026-02-08 | Stable | AI/LLM integration, RAG system |
| 1.0.14 | 2026-01-30 | Stable | CLI improvements |
| 1.0.13 | 2026-01-30 | Stable | Pattern learning, performance |
| 1.0.1 | 2025-12-28 | Stable | New analyzers, test coverage |
| 1.0.0 | 2025-10-27 | Stable | Auto-fix system |
| 0.1.0 | 2025-10-25 | Beta | Initial release |
What’s Next
Upcoming Features
- Advanced pattern recognition
- VS Code extension
- PyCharm plugin
- Custom rule engine
- Performance profiling improvements
