AI Service
5.5.2 - 2026-07-24
Fixed
Wrong order of chat messages when updatedAt timestamps tie 20836e0e
- Bumped chat.updatedAt and chat_message.updatedAt to TIMESTAMP(3) so messages no longer collide on the same second
- Added role as a tiebreaker in getChatMessages so an assistant row carrying toolCalls is replayed before its tool result rows when ms still tie.
Changed
- Bundle ky directly to decouple UI from core-ui's http-client
5.5.1 - 2026-04-29
Fixed
- Smart Search: Mail embeddings store marks mail as read 824698c0
5.5.0 - 2026-04-24
Added
- As a user I can ask the AI to find emails based on semantic search 5c20b9f0
- Informal language support for de_DE e8cf6c95