Files
mai-bot/src
DrSmoothl d9a509b6c2 feat(chat): refactor chat message handling and introduce private messaging support
- Updated `uni_message_sender.py` to allow for private messaging by removing the mandatory group ID and adding user ID handling.
- Enhanced chat history retrieval and clearing functions in `routes.py` and `service.py` to support both group and private chat scenarios.
- Introduced a new `ChatScrollContext` for managing message scrolling and highlighting in the chat UI.
- Created a `ListItemEditorHookFactory` for rendering a rich UI editor for list items in configuration settings, replacing the previous JSON text display.
- Improved message serialization for consistent display in chat history.
- Added detailed logging for chat history operations and error handling.

Co-authored-by: Copilot <copilot@github.com>
2026-05-01 17:54:13 +08:00
..
2026-05-01 13:19:07 +08:00
2026-05-01 12:56:23 +08:00
2026-04-29 18:10:52 +08:00
2025-07-13 00:19:54 +08:00
2026-04-23 16:02:32 +08:00
2026-05-01 13:19:07 +08:00
2025-06-07 13:46:04 +08:00