better chat list view + anchor to bottom. sqlite db for chats + LIFO-ordered

This commit is contained in:
2026-08-23 16:37:11 +02:00
parent 37c6a9986e
commit aae3757daf
36 changed files with 2653 additions and 1459 deletions
+5 -2
View File
@@ -2,9 +2,12 @@ qml_module(ZShell-llm
URI ZShell.Llm
SOURCES
chat.hpp chat.cpp
session.hpp session.cpp
message.hpp message.cpp
chatstore.hpp chatstore.cpp
generation.hpp generation.cpp
llmclient.hpp llmclient.cpp
message.hpp message.cpp
messagemodel.hpp messagemodel.cpp
session.hpp session.cpp
LIBRARIES
Qt::Network
Qt::Sql