yao/model
Max 81c32ce7a5 Refactor chat storage design by replacing history with message and resume models
- Removed the `history` model and replaced it with a new `message` model to streamline chat message storage and retrieval.
- Introduced a `resume` model to enhance the chat's ability to recover from interruptions, capturing essential execution state data.
- Updated the `CHAT_STORAGE_DESIGN.md` to reflect these changes, including new fields and relationships for the message and resume models.
- Revised related functions and tests to support the new data structures, ensuring improved integrity and performance in chat interactions.
2025-12-09 10:20:07 +08:00
..
migrate.go Enhance engine loading process with progress reporting and timing 2025-12-05 18:53:21 +08:00
migrate_test.go Enhance engine loading process with progress reporting and timing 2025-12-05 18:53:21 +08:00
model.go Refactor chat storage design by replacing history with message and resume models 2025-12-09 10:20:07 +08:00
model_test.go Add MCP client loading and printing functionality 2025-12-05 12:28:41 +08:00