cherry-studio/src/main/apiServer/routes
Vaayne c785be82dd ♻️ refactor: rename SessionLog to SessionMessage for semantic clarity
- Rename SessionLogEntity → SessionMessageEntity type definition
- Rename SessionLogService → SessionMessageService with all methods
- Rename API routes /logs → /messages for better REST semantics
- Update database queries and service layer naming
- Update all Swagger documentation and validation middleware
- Maintain backward compatibility in database schema

This improves code readability by using more accurate terminology
for conversational message data rather than generic "log" naming.
2025-09-13 12:06:02 +08:00
..
agents.ts ♻️ refactor: rename SessionLog to SessionMessage for semantic clarity 2025-09-13 12:06:02 +08:00
chat.ts Feat/api server (#9855) 2025-09-11 09:51:29 +08:00
mcp.ts Feat/api server (#9855) 2025-09-11 09:51:29 +08:00
models.ts Feat/api server (#9855) 2025-09-11 09:51:29 +08:00
session-messages.ts ♻️ refactor: rename SessionLog to SessionMessage for semantic clarity 2025-09-13 12:06:02 +08:00
sessions.ts 🏗️ refactor: restructure agents service with migration system and modular architecture 2025-09-12 17:31:30 +08:00