| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-22 | 1.5 kB | |
| ver0.6.0 source code.tar.gz | 2026-01-22 | 84.3 MB | |
| ver0.6.0 source code.zip | 2026-01-22 | 84.6 MB | |
| Totals: 3 Items | 168.9 MB | 5 | |
DeepTutor v0.6.0 Release Notes
Release Date: 2026.01.23
Highlights
Frontend State Persistence
Implemented robust session persistence across the application: - Solver, Guide, and other sessions now persist across browser refreshes - Improved state management with dedicated persistence layer - Better user experience with session continuity
Incremental Document Upload
Enhanced knowledge base with incremental document processing: - Add new documents to existing knowledge bases without full re-indexing - Significant performance improvement for large document collections - Smarter document change detection
Flexible RAG Pipeline Import
Refactored RAG initialization for better compatibility: - On-demand loading of RAG libraries (RAG-Anything, LlamaIndex) - Reduced startup time and memory footprint - Graceful fallback when optional dependencies are unavailable
Full Chinese Localization (i18n)
Added complete Chinese language support for the web interface: - Comprehensive translation across all pages and components - Dynamic language switching without page reload - i18n audit tools for translation consistency
Bug Fixes & Improvements
- Enhanced LLM retry mechanism for complex agent operations
- Fixed temperature parameter handling issues
- Docker build optimizations and npm compatibility fixes
- Added
api_versionparameter for Azure OpenAI support
Full Changelog: https://github.com/HKUDS/DeepTutor/compare/v0.5.2...v0.6.0