Release v1.12
Release Notes
Range: origin/main ... HEAD
🚀 Features
- [AI Sessions & Models]: Introduced full AI session management and model permission control. Includes new
ai_model_access.protoandai_session.protointerface definitions, along with corresponding database models and MySQL storage implementations ([2493e6a]). - [Database Initialization]: Improved MySQL initialization logic to automatically handle the creation and maintenance of AI-related service tables ([dc7c71a]).
- [Logic Implementation]: Added
ai_model_accessandai_sessionservice modules to the backend, expanding the codebase by 700+ lines of logic ([dc7c71a]).