refactor: Move out agent roles from Chat root view controller

This commit is contained in:
Petr Mironychev
2026-05-15 11:00:49 +02:00
parent cab2f0a55e
commit 9f7497d15c
3 changed files with 25 additions and 72 deletions

View File

@@ -69,6 +69,7 @@ qt_add_qml_module(QodeAssistChatView
FileItem.hpp FileItem.cpp
ChatFileManager.hpp ChatFileManager.cpp
ChatCompressor.hpp ChatCompressor.cpp
AgentRoleController.hpp AgentRoleController.cpp
FileMentionItem.hpp FileMentionItem.cpp
)