CodeReview/src/shared
lintsinghua 3f7cc276d9 feat(database): Add local database support with IndexedDB and multi-mode configuration
- Introduce three database modes: local IndexedDB, Supabase cloud, and demo mode
- Update `.env.example` with comprehensive database configuration options
- Add new database management components for local storage and status tracking
- Implement local database initialization and configuration utilities
- Update Dockerfile and docker-compose.yml to support local database environment variable
- Enhance README documentation with detailed database mode explanations and usage guidance
- Add configuration for output language selection in environment settings
- Refactor database configuration to support flexible storage strategies
- Improve error handling and configuration management for database interactions
Resolves database persistence and provides users with flexible data storage options across different use cases.
2025-10-24 18:34:55 +08:00
..
config feat(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00
constants refactor(project-structure): Restructure project architecture and improve code organization 2025-10-22 15:12:59 +08:00
hooks refactor(project-structure): Restructure project architecture and improve code organization 2025-10-22 15:12:59 +08:00
services/llm Add support for Ollama local models in LLM configuration and enhance README documentation. Update .env.example to include Ollama settings, improve error handling in code analysis, and refine logging for LLM interactions. 2025-10-24 12:25:29 +08:00
types refactor(project-structure): Restructure project architecture and improve code organization 2025-10-22 15:12:59 +08:00
utils feat(database): Add local database support with IndexedDB and multi-mode configuration 2025-10-24 18:34:55 +08:00